Skip to content

feat(statics): onboard COIN-7835 batch tokens#8625

Merged
maheshbitgo merged 1 commit intomasterfrom
mv/coin-7835-token-onboarding-batch-0421
Apr 24, 2026
Merged

feat(statics): onboard COIN-7835 batch tokens#8625
maheshbitgo merged 1 commit intomasterfrom
mv/coin-7835-token-onboarding-batch-0421

Conversation

@maheshbitgo
Copy link
Copy Markdown
Contributor

@maheshbitgo maheshbitgo commented Apr 24, 2026

Onboards 7 new mainnet tokens plus OFC entries, and fills in missing OFC entry for the existing sol:msol (which is also being ungated in AMS and BGMS as part of this batch).

New tokens:

  • hypeevm:khype (Kinetiq Staked HYPE, 18 decimals)
  • baseeth:opg (OpenGradient, 18 decimals)
  • baseeth:vvv (Venice Token, 18 decimals)
  • eth:zama (Zama, 18 decimals)
  • bsc:xter (Xterio, 18 decimals)
  • bsc:usdau (USD GOLD, 18 decimals)
  • sol:tusdc (Testing Ondo USDC, 6 decimals, gated via AMS)

OFC entries added for all 7 new tokens plus ofcsol:msol (fill-in for the already-onboarded sol:msol that previously lacked an OFC twin).

Files:

  • base.ts: 7 UnderlyingAsset enum entries (sol:msol already present as UnderlyingAsset.MSOL shortname enum, not duplicated)
  • allCoinsAndTokens.ts: erc20Token() calls for hypeevm/baseeth tokens
  • coins/erc20Coins.ts: erc20() call for eth:zama
  • coins/bscTokens.ts: bscToken() calls with BSC_TOKEN_FEATURES
  • coins/solTokens.ts: solToken() call for sol:tusdc (standard Token Program per Solana RPC, no Token-2022)
  • coins/ofcErc20Coins.ts: ofcerc20() calls for khype/opg/vvv/zama
  • coins/ofcCoins.ts: ofcBscToken() / ofcsolToken() calls including fill-in for ofcsol:msol

TICKET: COIN-7835

@maheshbitgo maheshbitgo requested a review from a team as a code owner April 24, 2026 05:21
@maheshbitgo
Copy link
Copy Markdown
Contributor Author

@claude Please review

Onboards 7 new mainnet tokens plus OFC entries, and fills in missing
OFC entry for the existing sol:msol (which is also being ungated in
AMS and BGMS as part of this batch).

New tokens:
  - hypeevm:khype (Kinetiq Staked HYPE, 18 decimals)
  - baseeth:opg   (OpenGradient, 18 decimals)
  - baseeth:vvv   (Venice Token, 18 decimals)
  - eth:zama      (Zama, 18 decimals)
  - bsc:xter      (Xterio, 18 decimals)
  - bsc:usdau     (USD GOLD, 18 decimals)
  - sol:tusdc     (Testing Ondo USDC, 6 decimals, gated via AMS)

OFC entries added for all 7 new tokens plus ofcsol:msol (fill-in for
the already-onboarded sol:msol that previously lacked an OFC twin).

Files:
  - base.ts: 7 UnderlyingAsset enum entries (sol:msol already present
    as UnderlyingAsset.MSOL shortname enum, not duplicated)
  - allCoinsAndTokens.ts: erc20Token() calls for hypeevm/baseeth tokens
  - coins/erc20Coins.ts: erc20() call for eth:zama
  - coins/bscTokens.ts: bscToken() calls with BSC_TOKEN_FEATURES
  - coins/solTokens.ts: solToken() call for sol:tusdc (standard Token
    Program per Solana RPC, no Token-2022)
  - coins/ofcErc20Coins.ts: ofcerc20() calls for khype/opg/vvv/zama
  - coins/ofcCoins.ts: ofcBscToken() / ofcsolToken() calls including
    fill-in for ofcsol:msol

TICKET: COIN-7835
@maheshbitgo maheshbitgo force-pushed the mv/coin-7835-token-onboarding-batch-0421 branch from e5a39a0 to d226ed3 Compare April 24, 2026 06:31
@maheshbitgo maheshbitgo merged commit cc474ce into master Apr 24, 2026
22 checks passed
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.

3 participants