Skip to content

Commit

Permalink
Merge pull request #5194 from BitGo/coin-2412-token
Browse files Browse the repository at this point in the history
feat(statics): add eth:vice and sui:vsui token
  • Loading branch information
mohitkh7 authored Dec 2, 2024
2 parents f0fa687 + 61adc37 commit 6546e0f
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 4 deletions.
2 changes: 2 additions & 0 deletions modules/statics/src/base.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1778,6 +1778,7 @@ export enum UnderlyingAsset {
'eth:alt' = 'eth:alt',
'eth:rtbl' = 'eth:rtbl',
'eth:virtual' = 'eth:virtual',
'eth:vice' = 'eth:vice',
'xlm:BST-GADDFE4R72YUP2AOEL67OHZN3GJQYPC3VE734N2XFMEGRR2L32CZ3XYZ' = 'xlm:BST-GADDFE4R72YUP2AOEL67OHZN3GJQYPC3VE734N2XFMEGRR2L32CZ3XYZ',
'xlm:VELO-GDM4RQUQQUVSKQA7S6EM7XBZP3FCGH4Q7CL6TABQ7B2BEJ5ERARM2M5M' = 'xlm:VELO-GDM4RQUQQUVSKQA7S6EM7XBZP3FCGH4Q7CL6TABQ7B2BEJ5ERARM2M5M',
'xlm:SLT-GCKA6K5PCQ6PNF5RQBF7PQDJWRHO6UOGFMRLK3DYHDOI244V47XKQ4GP' = 'xlm:SLT-GCKA6K5PCQ6PNF5RQBF7PQDJWRHO6UOGFMRLK3DYHDOI244V47XKQ4GP',
Expand Down Expand Up @@ -2348,6 +2349,7 @@ export enum UnderlyingAsset {
'sui:fud' = 'sui:fud',
'sui:afsui' = 'sui:afsui',
'sui:navx' = 'sui:navx',
'sui:vsui' = 'sui:vsui',

// Sui testnet tokens
'tsui:deep' = 'tsui:deep',
Expand Down
27 changes: 23 additions & 4 deletions modules/statics/src/coins.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ import {
talgoToken,
tarbethErc20,
tavaxErc20,
tbscToken,
tberaErc20,
tbscToken,
tceloToken,
teosToken,
terc1155,
Expand Down Expand Up @@ -53,9 +53,10 @@ import {
ofcArbethErc20,
ofcAvaxErc20,
ofcBscToken,
ofcPolygonErc20,
ofcerc20,
ofcHederaToken,
ofcOpethErc20,
ofcPolygonErc20,
ofcsolToken,
ofcStellarToken,
tofc,
Expand All @@ -64,10 +65,9 @@ import {
tofcAvaxErc20,
tofcerc20,
tofcHederaToken,
tofcPolygonErc20,
tofcsolToken,
tofcStellarToken,
tofcPolygonErc20,
ofcOpethErc20,
tofcXrpToken,
} from './ofc';
import { utxoCoins } from './utxo';
Expand Down Expand Up @@ -11880,6 +11880,14 @@ export const coins = CoinMap.fromCoins([
'0x44ff8620b8ca30902395a7bd3f2407e1a091bf73',
UnderlyingAsset['eth:virtual']
),
erc20(
'8970dd16-3fa8-409b-b17c-d06ea9a7a900',
'eth:vice',
'VICE',
18,
'0xfd409bc96d126bc8a56479d4c7672015d539f96c',
UnderlyingAsset['eth:vice']
),

// End FTX missing ERC20 tokens
celoToken(
Expand Down Expand Up @@ -19373,6 +19381,17 @@ export const coins = CoinMap.fromCoins([
UnderlyingAsset['sui:navx'],
SUI_TOKEN_FEATURES
),
suiToken(
'4f2ad1be-7c21-4e15-b8c6-d2329d6b7ffc',
'sui:vsui',
'vsui',
9,
'0x549e8b69270defbfafd4f94e17ec44cdbdd99820b33bda2278dea3b9a32d3f55',
'vsui',
'VSUI',
UnderlyingAsset['sui:vsui'],
SUI_TOKEN_FEATURES
),
tsuiToken(
'0b8a7919-c37e-4be8-8338-7fc13c6c875e',
'tsui:deep',
Expand Down

0 comments on commit 6546e0f

Please sign in to comment.