feat(statics): onboard COIN-7835 batch tokens#8625
Merged
maheshbitgo merged 1 commit intomasterfrom Apr 24, 2026
Merged
Conversation
Contributor
Author
|
@claude Please review |
yashvanthbl137-crypto
approved these changes
Apr 24, 2026
prithvishet2503
approved these changes
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
e5a39a0 to
d226ed3
Compare
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.
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:
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:
TICKET: COIN-7835