Skip to content

Commit

Permalink
feat(statics): add new batch of tokens COIN-2007
Browse files Browse the repository at this point in the history
TICKET: COIN-2007

fix: vulnerability

TICKET: COIN-2007

Revert "fix: vulnerability"

This reverts commit 08da969.
  • Loading branch information
bhavidhingra committed Oct 23, 2024
1 parent 14ed1b6 commit 78f9aeb
Show file tree
Hide file tree
Showing 2 changed files with 51 additions and 0 deletions.
5 changes: 5 additions & 0 deletions modules/statics/src/base.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1672,10 +1672,12 @@ export enum UnderlyingAsset {
WROSE = 'wrose',
WSTETH = 'wsteth',
WPX = 'wpx',
WTAO = 'wtao',
WTC = 'wtc',
// USD Coin (Wormhole)
WUSDC = 'wusdc',
WUSDCV2 = 'wusdvcv2',
WUSDM = 'wusdm',
// Tether USD (Wormhole)
WUSDTV2 = 'wusdtv2',
WXRP = 'wxrp',
Expand Down Expand Up @@ -2158,6 +2160,7 @@ export enum UnderlyingAsset {
'arbeth:ztx' = 'arbeth:ztx',
'arbeth:ldo' = 'arbeth:ldo',
'arbeth:egp' = 'arbeth:egp',
'arbeth:myrc' = 'arbeth:myrc',

// Arbitrum testnet tokens
'tarbeth:link' = 'tarbeth:link',
Expand Down Expand Up @@ -2293,6 +2296,8 @@ export enum UnderlyingAsset {
'sui:usdc' = 'sui:usdc',
'sui:wusdc' = 'sui:wusdc',
'sui:sca' = 'sui:sca',
'sui:times' = 'sui:times',
'sui:fud' = 'sui:fud',

// Sui testnet tokens
'tsui:deep' = 'tsui:deep',
Expand Down
46 changes: 46 additions & 0 deletions modules/statics/src/coins.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7803,6 +7803,14 @@ export const coins = CoinMap.fromCoins([
'0x4bb0a085db8cedf43344bd2fbec83c2c79c4e76b',
UnderlyingAsset.WPX
),
erc20(
'5d8b899f-bc1b-4ec2-88e6-d946cbb8d476',
'wtao',
'Wrapped BitTensor',
9,
'0x77e06c9eccf2e797fd462a92b6d7642ef85b0a44',
UnderlyingAsset.WTAO
),
erc20(
'30de14a3-4caa-462d-a7d2-8756f6921165',
'wtc',
Expand All @@ -7811,6 +7819,14 @@ export const coins = CoinMap.fromCoins([
'0xb7cb1c96db6b22b0d3d9536e0108d062bd488f74',
UnderlyingAsset.WTC
),
erc20(
'acf1b526-75e0-47f8-b812-32893f85b180',
'wusdm',
'Wrapped Mountain USD',
18,
'0x57f5e098cad7a3d1eed53991d4d66c45c9af7812',
UnderlyingAsset.WUSDM
),
erc20(
'5e335386-e4db-45bc-b743-97fd6085330d',
'wxrpv0',
Expand Down Expand Up @@ -18362,6 +18378,14 @@ export const coins = CoinMap.fromCoins([
'0xe4dddfe67e7164b0fe14e218d80dc4c08edc01cb',
UnderlyingAsset['arbeth:knc']
),
arbethErc20(
'89917127-2f82-49fa-9f3c-737ca9f5be4a',
'arbeth:myrc',
'Blox MYRC',
18,
'0x3ed03e95dd894235090b3d4a49e0c3239edce59e',
UnderlyingAsset['arbeth:myrc']
),
arbethErc20(
'230c1576-d591-4123-bac0-756eb9446fbd',
'arbeth:trb',
Expand Down Expand Up @@ -18675,6 +18699,28 @@ export const coins = CoinMap.fromCoins([
UnderlyingAsset['sui:sca'],
SUI_TOKEN_FEATURES
),
suiToken(
'a4e5ab0e-5051-4ccc-a04c-c43ae3d9dcfa',
'sui:times',
'Darktimes',
5,
'0x46fbe54691b27d7abd2c9e5a01088913531f241b98f3c2351f8215e45cc17a4c',
'times',
'TIMES',
UnderlyingAsset['sui:times'],
SUI_TOKEN_FEATURES
),
suiToken(
'a7b13b4a-60b3-4167-b2db-5bbb46f8f603',
'sui:fud',
'Fud',
5,
'0x76cb819b01abed502bee8a702b4c2d547532c12f25001c9dea795a5e631c26f1',
'fud',
'FUD',
UnderlyingAsset['sui:fud'],
SUI_TOKEN_FEATURES
),
tsuiToken(
'0b8a7919-c37e-4be8-8338-7fc13c6c875e',
'tsui:deep',
Expand Down

0 comments on commit 78f9aeb

Please sign in to comment.