Skip to content

feat(statics): onboard CECHO-1941 top-1000 unsupported tokens - #9536

Open
manojkumar138 wants to merge 1 commit into
masterfrom
manojkumar138/cecho-1941-unsupported-bsc-arb-tokens-falls-under-top-1000-assets
Open

feat(statics): onboard CECHO-1941 top-1000 unsupported tokens#9536
manojkumar138 wants to merge 1 commit into
masterfrom
manojkumar138/cecho-1941-unsupported-bsc-arb-tokens-falls-under-top-1000-assets

Conversation

@manojkumar138

Copy link
Copy Markdown
Contributor

Summary

Onboards the batch of tokens falling under the top-1000-assets list, per the ticket's two source spreadsheets (only rows with Price match = True):

  • BSC (42): beat, velvet, genius, tag, ab, cheems, bank, wfi, uai, nila, xpin, gps, lab, bdca, glidr, cross, pm, bsb, lusd, wkc, aio, collect, ain, b2, giggle, aleo, lista, tpt, gcb, xny, tac, idol, bluai, clo, hajimi, bdx, spcxb, sndkb, bananas31, coai, nes, mgo
  • Base (8): awe, tibbir, kta, diem, bnkr, fai, roll, zen
  • Arbitrum (2): rain, mlk
  • Polygon (1): apepe
  • Tron (1): real

Decimals and contract addresses were verified independently on-chain (eth_call/tronscan) rather than trusting the sheet:

  • B2 and ALEO: sheet claimed 0 decimals; on-chain is 18 and 6 respectively.
  • BSB, TAC, NES: the sheet's "contracts" column address had no deployed bytecode for these three — used the address from the "explorers" column link instead (the real deployed ERC20 contract).

Adds base.ts UnderlyingAsset entries, per-chain token definitions, and OFC counterparts for all 54 tokens.

Note: The ticket asks to "keep it gated for all the trust for now" — that's an AMS/prime-microservices-layer concern (gatekeep.ts / backing-wallet config), not a BitGoJS statics change, so it's not included here. Will follow up with those changes separately.

Ticket

CECHO-1941

Test plan

  • tsc --noEmit, eslint, and the full statics unit-test suite (35117 passing) all pass locally
  • CI passes

CECHO-1941 Onboard the batch of BSC/Base/Arbitrum/Polygon/Tron tokens
that fall under the top 1000 assets list, per the ticket's two source
spreadsheets (only rows with Price match = True):

- BSC (42 tokens): beat, velvet, genius, tag, ab, cheems, bank, wfi,
  uai, nila, xpin, gps, lab, bdca, glidr, cross, pm, bsb, lusd, wkc,
  aio, collect, ain, b2, giggle, aleo, lista, tpt, gcb, xny, tac,
  idol, bluai, clo, hajimi, bdx, spcxb, sndkb, bananas31, coai, nes,
  mgo
- Base (8): awe, tibbir, kta, diem, bnkr, fai, roll, zen
- Arbitrum (2): rain, mlk
- Polygon (1): apepe
- Tron (1): real

Decimals and contract addresses were verified independently via
on-chain eth_call/tronscan lookups rather than trusting the sheet:
- B2 and ALEO: sheet claimed 0 decimals; on-chain is 18 and 6
  respectively.
- BSB, TAC, NES: the sheet's 'contracts' column address had no
  deployed bytecode for these three; used the address from the
  'explorers' column link instead, which is the real ERC20 contract.

Adds base.ts UnderlyingAsset entries, per-chain token definitions,
and OFC counterparts for all 54 tokens. Entity-level gating (per the
ticket's 'keep gated for all trust for now') is handled separately
at the AMS/prime-microservices layer, not in BitGoJS statics.

Ticket: CECHO-1941
@manojkumar138
manojkumar138 requested a review from a team as a code owner August 21, 2026 10:47
@linear-code

linear-code Bot commented Aug 21, 2026

Copy link
Copy Markdown
Contributor

CECHO-1941

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.

1 participant