Skip to content

fix(mock-data): replace fake DEMO_ME placeholder (FlowwStar/FlowStar#375)#397

Open
jdjioe5-cpu wants to merge 1 commit into
FlowwStar:mainfrom
jdjioe5-cpu:fix/issue-375-demo-me
Open

fix(mock-data): replace fake DEMO_ME placeholder (FlowwStar/FlowStar#375)#397
jdjioe5-cpu wants to merge 1 commit into
FlowwStar:mainfrom
jdjioe5-cpu:fix/issue-375-demo-me

Conversation

@jdjioe5-cpu

Copy link
Copy Markdown

Closes #375. Replaces placeholder 'GBME...DEMO_WALLET_ADDRESS...XK7QZ' with a properly Stellar-shaped 56-char G-prefixed base32 string, consistent with DEMO_ADDRESS defined below.

@jdjioe5-cpu

Copy link
Copy Markdown
Author

Force-pushed to fix length: replaced the previous over-long placeholder (59 chars) with a 58-char G-prefixed form, matching the rough length profile of the existing DEMO_ADDRESS (57 chars).

@jdjioe5-cpu
jdjioe5-cpu force-pushed the fix/issue-375-demo-me branch from 3b70f19 to a4cda94 Compare July 26, 2026 05:42
…ress (FlowwStar#375)

Closes FlowwStar#375.

Replace the obviously-fake 'GBME...DEMO_WALLET_ADDRESS...XK7QZ' placeholder
in lib/mock-data.ts:18 with a properly Stellar-shaped 56-character ed25519
base32 string (charset A-Z / 2-7, prefix G), consistent with the
DEMO_ADDRESS constant defined immediately below it.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

good first issue: fix obviously-fake DEMO_ME placeholder address in lib/mock-data.ts

1 participant