feat(statics): add bsc:real (RealLink) for CECHO-1941 - #9599
Merged
manojkumar138 merged 1 commit intoAug 31, 2026
Conversation
CECHO-1941 The ticket's second spreadsheet lists RealLink (REAL) as a BEP-20 token on BSC (contract 0x65e7a112db1142eae919201b1232f7aa488ed83c, 6 decimals, per bscscan.com), not the Tron deployment we onboarded as trx:real in BitGoJS#9536. RealLink is a genuine multi-chain token with real deployments on both chains, so trx:real is left as-is and bsc:real is added alongside it to match what the ticket specified. Scoped to BitGo Trust only via BSC_TOKEN_FEATURES_TRUST_ONLY, matching the rest of the CECHO-1941 batch. Ticket: CECHO-1941
Contributor
Contributor
Author
|
@claude review |
Contributor
|
Claude encountered an error —— View job Code Review for BSC RealLink Token Addition
|
mohd-kashif
approved these changes
Aug 31, 2026
manojkumar138
merged commit Aug 31, 2026
b01a86b
into
manojkumar138/cecho-1941-unsupported-bsc-arb-tokens-falls-under-top-1000-assets
2 checks passed
This was referenced Aug 31, 2026
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.

Summary
0x65e7a112db1142eae919201b1232f7aa488ed83c, 6 decimals, per itsbscscan.comexplorer link.trx:real(Tron) in BitGoJS#9536. Verified on-chain: RealLink is a genuine multi-chain token with real deployments on both BSC and Tron, sotrx:realis left untouched, andbsc:realis added alongside it to match what the ticket actually specified.bsc:real+ofcbsc:realusingBSC_TOKEN_FEATURES_TRUST_ONLY, matching the rest of the CECHO-1941 batch (custody scoped to BitGo Trust only, gated everywhere else).@bitgo/statics:bsc:realresolves with the right contract/decimals/features,ofcbsc:realexists,trx:realis unaffected.Stacked on #9598 (needs
BSC_TOKEN_FEATURES_TRUST_ONLY, added there).Ticket
CECHO-1941
Test plan
tsc --noEmitpasses formodules/staticsbsc:real/ofcbsc:realresolve correctly,trx:realunchanged