fix(mock-data): replace fake DEMO_ME placeholder (FlowwStar/FlowStar#375)#397
Open
jdjioe5-cpu wants to merge 1 commit into
Open
fix(mock-data): replace fake DEMO_ME placeholder (FlowwStar/FlowStar#375)#397jdjioe5-cpu wants to merge 1 commit into
jdjioe5-cpu wants to merge 1 commit into
Conversation
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
force-pushed
the
fix/issue-375-demo-me
branch
from
July 26, 2026 05:42
3b70f19 to
a4cda94
Compare
…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.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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.