Commit d226ed3
committed
feat(statics): onboard COIN-7835 batch tokens
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-78351 parent 5727538 commit d226ed3
7 files changed
Lines changed: 124 additions & 0 deletions
File tree
- modules/statics/src
- coins
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4230 | 4230 | | |
4231 | 4231 | | |
4232 | 4232 | | |
| 4233 | + | |
| 4234 | + | |
| 4235 | + | |
| 4236 | + | |
| 4237 | + | |
| 4238 | + | |
| 4239 | + | |
| 4240 | + | |
| 4241 | + | |
| 4242 | + | |
| 4243 | + | |
| 4244 | + | |
| 4245 | + | |
| 4246 | + | |
| 4247 | + | |
| 4248 | + | |
| 4249 | + | |
| 4250 | + | |
4233 | 4251 | | |
4234 | 4252 | | |
4235 | 4253 | | |
| |||
4368 | 4386 | | |
4369 | 4387 | | |
4370 | 4388 | | |
| 4389 | + | |
| 4390 | + | |
| 4391 | + | |
| 4392 | + | |
| 4393 | + | |
| 4394 | + | |
| 4395 | + | |
| 4396 | + | |
| 4397 | + | |
4371 | 4398 | | |
4372 | 4399 | | |
4373 | 4400 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2957 | 2957 | | |
2958 | 2958 | | |
2959 | 2959 | | |
| 2960 | + | |
| 2961 | + | |
2960 | 2962 | | |
2961 | 2963 | | |
2962 | 2964 | | |
| |||
3094 | 3096 | | |
3095 | 3097 | | |
3096 | 3098 | | |
| 3099 | + | |
| 3100 | + | |
3097 | 3101 | | |
3098 | 3102 | | |
3099 | 3103 | | |
| |||
3161 | 3165 | | |
3162 | 3166 | | |
3163 | 3167 | | |
| 3168 | + | |
3164 | 3169 | | |
3165 | 3170 | | |
3166 | 3171 | | |
| |||
3508 | 3513 | | |
3509 | 3514 | | |
3510 | 3515 | | |
| 3516 | + | |
3511 | 3517 | | |
3512 | 3518 | | |
3513 | 3519 | | |
| |||
3740 | 3746 | | |
3741 | 3747 | | |
3742 | 3748 | | |
| 3749 | + | |
3743 | 3750 | | |
3744 | 3751 | | |
3745 | 3752 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1615 | 1615 | | |
1616 | 1616 | | |
1617 | 1617 | | |
| 1618 | + | |
| 1619 | + | |
| 1620 | + | |
| 1621 | + | |
| 1622 | + | |
| 1623 | + | |
| 1624 | + | |
| 1625 | + | |
| 1626 | + | |
| 1627 | + | |
| 1628 | + | |
| 1629 | + | |
| 1630 | + | |
| 1631 | + | |
| 1632 | + | |
| 1633 | + | |
| 1634 | + | |
| 1635 | + | |
1618 | 1636 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14697 | 14697 | | |
14698 | 14698 | | |
14699 | 14699 | | |
| 14700 | + | |
| 14701 | + | |
| 14702 | + | |
| 14703 | + | |
| 14704 | + | |
| 14705 | + | |
| 14706 | + | |
| 14707 | + | |
14700 | 14708 | | |
14701 | 14709 | | |
14702 | 14710 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4316 | 4316 | | |
4317 | 4317 | | |
4318 | 4318 | | |
| 4319 | + | |
| 4320 | + | |
4319 | 4321 | | |
4320 | 4322 | | |
4321 | 4323 | | |
| |||
4453 | 4455 | | |
4454 | 4456 | | |
4455 | 4457 | | |
| 4458 | + | |
| 4459 | + | |
| 4460 | + | |
| 4461 | + | |
| 4462 | + | |
| 4463 | + | |
| 4464 | + | |
| 4465 | + | |
4456 | 4466 | | |
4457 | 4467 | | |
4458 | 4468 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5296 | 5296 | | |
5297 | 5297 | | |
5298 | 5298 | | |
| 5299 | + | |
| 5300 | + | |
| 5301 | + | |
| 5302 | + | |
| 5303 | + | |
| 5304 | + | |
| 5305 | + | |
| 5306 | + | |
| 5307 | + | |
| 5308 | + | |
| 5309 | + | |
| 5310 | + | |
| 5311 | + | |
| 5312 | + | |
| 5313 | + | |
5299 | 5314 | | |
5300 | 5315 | | |
5301 | 5316 | | |
| |||
6290 | 6305 | | |
6291 | 6306 | | |
6292 | 6307 | | |
| 6308 | + | |
6293 | 6309 | | |
6294 | 6310 | | |
6295 | 6311 | | |
| |||
6304 | 6320 | | |
6305 | 6321 | | |
6306 | 6322 | | |
| 6323 | + | |
| 6324 | + | |
| 6325 | + | |
| 6326 | + | |
| 6327 | + | |
| 6328 | + | |
| 6329 | + | |
| 6330 | + | |
| 6331 | + | |
| 6332 | + | |
| 6333 | + | |
| 6334 | + | |
| 6335 | + | |
| 6336 | + | |
| 6337 | + | |
| 6338 | + | |
| 6339 | + | |
| 6340 | + | |
| 6341 | + | |
| 6342 | + | |
| 6343 | + | |
| 6344 | + | |
| 6345 | + | |
| 6346 | + | |
| 6347 | + | |
| 6348 | + | |
| 6349 | + | |
| 6350 | + | |
6307 | 6351 | | |
6308 | 6352 | | |
6309 | 6353 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3973 | 3973 | | |
3974 | 3974 | | |
3975 | 3975 | | |
| 3976 | + | |
| 3977 | + | |
| 3978 | + | |
| 3979 | + | |
| 3980 | + | |
| 3981 | + | |
| 3982 | + | |
| 3983 | + | |
| 3984 | + | |
| 3985 | + | |
3976 | 3986 | | |
0 commit comments