Skip to content

Commit

Permalink
Merge pull request #5057 from BitGo/coin-2007-onboard-tokens
Browse files Browse the repository at this point in the history
feat(statics): add new batch of tokens COIN-2007
  • Loading branch information
bhavidhingra authored Oct 24, 2024
2 parents 9dd48c9 + ccbf75d commit 96b06b2
Show file tree
Hide file tree
Showing 2 changed files with 66 additions and 0 deletions.
7 changes: 7 additions & 0 deletions modules/statics/src/base.ts
Original file line number Diff line number Diff line change
Expand Up @@ -651,6 +651,7 @@ export enum UnderlyingAsset {
CVC = 'cvc',
CVX = 'cvx',
CXT = 'cxt',
CYBER = 'cyber',
CZRX = 'czrx',
DACXI = 'dacxi',
DADI = 'dadi',
Expand Down Expand Up @@ -775,6 +776,7 @@ export enum UnderlyingAsset {
EURE = 'eure',
EURL = 'eurl',
EUROE = 'euroe',
EUROP = 'europ',
EURS = 'eurs',
EURST = 'eurst',
EURT = 'eurt',
Expand Down Expand Up @@ -1157,6 +1159,7 @@ export enum UnderlyingAsset {
NU = 'nu',
NULS = 'nuls',
NUTS = 'nuts',
NXM = 'nxm',
NYM = 'nym',
NZDX = 'nzdx',
OAX = 'oax',
Expand Down Expand Up @@ -1626,6 +1629,7 @@ export enum UnderlyingAsset {
VOLT = 'volt',
VRA = 'vra',
VRGX = 'vrgx',
VRTX = 'vrtx',
VSP = 'vsp',
VXC = 'vxc',
VXV = 'vxv',
Expand Down Expand Up @@ -1674,6 +1678,7 @@ export enum UnderlyingAsset {
WPX = 'wpx',
WTAO = 'wtao',
WTC = 'wtc',
WTGXX = 'wtgxx',
// USD Coin (Wormhole)
WUSDC = 'wusdc',
WUSDCV2 = 'wusdvcv2',
Expand Down Expand Up @@ -1821,6 +1826,7 @@ export enum UnderlyingAsset {
'tavaxc:opm' = 'tavaxc:opm',
'tavaxc:cop2peq' = 'tavaxc:cop2peq',
'tavaxc:xsgd' = 'tavaxc:xsgd',
'tavaxc:bitgo' = 'tavaxc:bitgo',
// Begin FTX missing AVAXC tokens
'avaxc:yeti' = 'avaxc:yeti',
'avaxc:spell' = 'avaxc:spell',
Expand Down Expand Up @@ -2300,6 +2306,7 @@ export enum UnderlyingAsset {
'sui:sca' = 'sui:sca',
'sui:times' = 'sui:times',
'sui:fud' = 'sui:fud',
'sui:afsui' = 'sui:afsui',

// Sui testnet tokens
'tsui:deep' = 'tsui:deep',
Expand Down
59 changes: 59 additions & 0 deletions modules/statics/src/coins.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3123,6 +3123,14 @@ export const coins = CoinMap.fromCoins([
'0x7abc8a5768e6be61a6c693a6e4eacb5b60602c4d',
UnderlyingAsset.CXT
),
erc20(
'605c10a7-7d5e-4674-bca5-72d0e8588652',
'cyber',
'Cyber',
18,
'0x14778860e937f509e651192a90589de711fb88a9',
UnderlyingAsset.CYBER
),
erc20(
'10aff04d-e6b5-4120-b714-8a36a86092ea',
'czrx',
Expand Down Expand Up @@ -3711,6 +3719,14 @@ export const coins = CoinMap.fromCoins([
'0x820802fa8a99901f52e39acd21177b0be6ee2974',
UnderlyingAsset.EUROE
),
erc20(
'af65c573-fb5f-4d35-b942-09eb172c4415',
'europ',
'EURØP',
6,
'0x888883b5f5d21fb10dfeb70e8f9722b9fb0e5e51',
UnderlyingAsset.EUROP
),
erc20(
'df6dd9e6-64bb-4289-8c58-3d7d2d288eff',
'eurs',
Expand Down Expand Up @@ -7569,6 +7585,14 @@ export const coins = CoinMap.fromCoins([
'0x4861b1a0ead261897174fd849ca0f5154fcf2442',
UnderlyingAsset.VRGX
),
erc20(
'2e3fa047-1765-480b-ab11-87618c3d78a4',
'vrtx',
'Vertex Protocol',
18,
'0xbbee07b3e8121227afcfe1e2b82772246226128e',
UnderlyingAsset.VRTX
),
erc20(
'56e5abc8-a5d5-4383-9c5c-c5f680538d77',
'vxc',
Expand Down Expand Up @@ -7819,6 +7843,14 @@ export const coins = CoinMap.fromCoins([
'0xb7cb1c96db6b22b0d3d9536e0108d062bd488f74',
UnderlyingAsset.WTC
),
erc20(
'60eded7e-3aac-4cb8-943c-c3c3d88dfe5c',
'wtgxx',
'WisdomTree Government Money Market Digital Fund',
18,
'0x1fecf3d9d4fee7f2c02917a66028a48c6706c179',
UnderlyingAsset.WTGXX
),
erc20(
'acf1b526-75e0-47f8-b812-32893f85b180',
'wusdm',
Expand Down Expand Up @@ -10502,6 +10534,14 @@ export const coins = CoinMap.fromCoins([
'0x981dc247745800bd2ca28a4bf147f0385eaa0bc0',
UnderlyingAsset.NUTS
),
erc20(
'235910f9-350d-4c30-a2ee-7cbd2bbf1d5b',
'nxm',
'Nexus Mutual',
18,
'0xd7c49cee7e9188cca6ad8ff264c1da2e69d4cf3b',
UnderlyingAsset.NXM
),
erc20(
'f54c530a-be45-4e47-a210-5196d961e4ad',
'oax',
Expand Down Expand Up @@ -15275,6 +15315,14 @@ export const coins = CoinMap.fromCoins([
'0xd769410dc8772695a7f55a304d2125320a65c2a5',
UnderlyingAsset['tavaxc:xsgd']
),
tavaxErc20(
'463e36b1-8f92-40a3-9cb3-bd0aa7df8408',
'tavaxc:bitgo',
'BitGo',
8,
'0x3ad5f9119ca063189095784b9a7d2bf80fc24de6',
UnderlyingAsset['tavaxc:bitgo']
),
solToken(
'45d95e60-81df-4c5d-9ceb-e6e4f5b75eeb',
'sol:bome',
Expand Down Expand Up @@ -18741,6 +18789,17 @@ export const coins = CoinMap.fromCoins([
UnderlyingAsset['sui:fud'],
SUI_TOKEN_FEATURES
),
suiToken(
'0d35b697-01f6-4694-a5b1-283ecfd733ac',
'sui:afsui',
'afSUI',
9,
'0xf325ce1300e8dac124071d3152c5c5ee6174914f8bc2161e88329cf579246efc',
'afsui',
'AFSUI',
UnderlyingAsset['sui:afsui'],
SUI_TOKEN_FEATURES
),
tsuiToken(
'0b8a7919-c37e-4be8-8338-7fc13c6c875e',
'tsui:deep',
Expand Down

0 comments on commit 96b06b2

Please sign in to comment.