Skip to content

Commit 1c5fc21

Browse files
Merge pull request #6585 from BitGo/WIN-6387
feat: add all tokens
2 parents cda9bb1 + 5364536 commit 1c5fc21

File tree

7 files changed

+102
-0
lines changed

7 files changed

+102
-0
lines changed

modules/statics/src/base.ts

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2062,6 +2062,11 @@ export enum UnderlyingAsset {
20622062
'eth:anime' = 'eth:anime',
20632063
'eth:newt' = 'eth:newt',
20642064
'eth:hsk' = 'eth:hsk',
2065+
'eth:rog' = 'eth:rog',
2066+
'eth:xaum' = 'eth:xaum',
2067+
'eth:avail' = 'eth:avail',
2068+
'eth:dolo' = 'eth:dolo',
2069+
'eth:era' = 'eth:era',
20652070
'xlm:BST-GADDFE4R72YUP2AOEL67OHZN3GJQYPC3VE734N2XFMEGRR2L32CZ3XYZ' = 'xlm:BST-GADDFE4R72YUP2AOEL67OHZN3GJQYPC3VE734N2XFMEGRR2L32CZ3XYZ',
20662071
'xlm:VELO-GDM4RQUQQUVSKQA7S6EM7XBZP3FCGH4Q7CL6TABQ7B2BEJ5ERARM2M5M' = 'xlm:VELO-GDM4RQUQQUVSKQA7S6EM7XBZP3FCGH4Q7CL6TABQ7B2BEJ5ERARM2M5M',
20672072
'xlm:SLT-GCKA6K5PCQ6PNF5RQBF7PQDJWRHO6UOGFMRLK3DYHDOI244V47XKQ4GP' = 'xlm:SLT-GCKA6K5PCQ6PNF5RQBF7PQDJWRHO6UOGFMRLK3DYHDOI244V47XKQ4GP',
@@ -2475,6 +2480,7 @@ export enum UnderlyingAsset {
24752480
'bsc:yfi' = 'bsc:yfi',
24762481
'bsc:link' = 'bsc:link',
24772482
'bsc:cusdo' = 'bsc:cusdo',
2483+
'bsc:unx' = 'bsc:unx',
24782484
// BSC NFTs
24792485
// generic NFTs
24802486
'erc721:bsctoken' = 'erc721:bsctoken',
@@ -2551,6 +2557,7 @@ export enum UnderlyingAsset {
25512557
'arbeth:eqtyx' = 'arbeth:eqtyx',
25522558
'arbeth:anime' = 'arbeth:anime',
25532559
'arbeth:benji' = 'arbeth:benji',
2560+
'arbeth:dolo' = 'arbeth:dolo',
25542561

25552562
// Arbitrum testnet tokens
25562563
'tarbeth:link' = 'tarbeth:link',
@@ -2781,6 +2788,7 @@ export enum UnderlyingAsset {
27812788
'sol:usdky' = 'sol:usdky',
27822789
'sol:wave' = 'sol:wave',
27832790
'sol:usdcv' = 'sol:usdcv',
2791+
'sol:2z' = 'sol:2z',
27842792
// TRX tokens
27852793
'trx:htx' = 'trx:htx',
27862794
'trx:jst' = 'trx:jst',

modules/statics/src/coins.ts

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3247,6 +3247,14 @@ export const coins = CoinMap.fromCoins([
32473247
'0xb9e4765bce2609bc1949592059b17ea72fee6c6a',
32483248
UnderlyingAsset['arbeth:benji']
32493249
),
3250+
arbethErc20(
3251+
'fe2d6e73-208e-444e-af7a-7c9b098121bd',
3252+
'arbeth:dolo',
3253+
'Dolomite',
3254+
18,
3255+
'0x0f81001ef0a83ecce5ccebf63eb302c70a39a654',
3256+
UnderlyingAsset['arbeth:dolo']
3257+
),
32503258
opethErc20(
32513259
'8d80fac6-4cbc-447c-b49b-4229cb8aa89d',
32523260
'opeth:link',

modules/statics/src/coins/bscTokens.ts

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1252,6 +1252,15 @@ export const bscTokens = [
12521252
UnderlyingAsset['bsc:cusdo'],
12531253
BSC_TOKEN_FEATURES
12541254
),
1255+
bscToken(
1256+
'94c40a09-1d9e-4623-8e74-58b604a041ab',
1257+
'bsc:unx',
1258+
'Unchain X',
1259+
18,
1260+
'0x4f0572ca0bf96f5ae17b7062d97cea3f35bdea6f',
1261+
UnderlyingAsset['bsc:unx'],
1262+
BSC_TOKEN_FEATURES
1263+
),
12551264
tbscToken(
12561265
'b31aa2b5-8d8c-4ac1-b5e5-0f9d59377eab',
12571266
'tbsc:busd',

modules/statics/src/coins/erc20Coins.ts

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11088,6 +11088,46 @@ export const erc20Coins = [
1108811088
UnderlyingAsset['eth:sign']
1108911089
),
1109011090

11091+
erc20(
11092+
'4deb5f7f-12de-4ffa-9d91-6703c11e1c9c',
11093+
'eth:rog',
11094+
'ROGIN.AI',
11095+
18,
11096+
'0x5d43b66da68706d39f6c97f7f1415615672b446b',
11097+
UnderlyingAsset['eth:rog']
11098+
),
11099+
erc20(
11100+
'5edf68cf-c988-4973-bf33-adf25372313a',
11101+
'eth:xaum',
11102+
'Matrixdock Gold',
11103+
18,
11104+
'0x2103e845c5e135493bb6c2a4f0b8651956ea8682',
11105+
UnderlyingAsset['eth:xaum']
11106+
),
11107+
erc20(
11108+
'573d94ea-2231-4e36-bdda-5bf84c7987e5',
11109+
'eth:avail',
11110+
'Avail',
11111+
18,
11112+
'0xeeb4d8400aeefafc1b2953e0094134a887c76bd8',
11113+
UnderlyingAsset['eth:avail']
11114+
),
11115+
erc20(
11116+
'5a15f0d3-53b3-4453-937c-c244d3aa5836',
11117+
'eth:dolo',
11118+
'Dolomite',
11119+
18,
11120+
'0x0f81001ef0a83ecce5ccebf63eb302c70a39a654',
11121+
UnderlyingAsset['eth:dolo']
11122+
),
11123+
erc20(
11124+
'b75f8df6-3ba3-4009-a030-674c3391ea19',
11125+
'eth:era',
11126+
'Caldera',
11127+
18,
11128+
'0xe2ad0bf751834f2fbdc62a41014f84d67ca1de2a',
11129+
UnderlyingAsset['eth:era']
11130+
),
1109111131
terc20(
1109211132
'0205f0d6-0647-47c9-ad8b-c48d048e54f3',
1109311133
'fixed',

modules/statics/src/coins/ofcCoins.ts

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -978,6 +978,14 @@ export const ofcCoins = [
978978
UnderlyingAsset['sol:usdcv'],
979979
SOL_TOKEN_FEATURES
980980
),
981+
ofcsolToken(
982+
'696aa26f-332c-4a1e-a0bd-e3a80f4cac9b',
983+
'ofcsol:2z',
984+
'DoubleZero',
985+
8,
986+
UnderlyingAsset['sol:2z'],
987+
SOL_TOKEN_FEATURES
988+
),
981989
tofcsolToken(
982990
'24d678cf-e0f0-4cde-a338-d754289c5b27',
983991
'ofctsol:slnd',
@@ -1256,6 +1264,13 @@ export const ofcCoins = [
12561264
18,
12571265
UnderlyingAsset['arbeth:benji']
12581266
),
1267+
ofcArbethErc20(
1268+
'2cca89a3-788d-499b-bb41-a35ce2428d9e',
1269+
'ofcarbeth:dolo',
1270+
'Dolomite',
1271+
18,
1272+
UnderlyingAsset['arbeth:dolo']
1273+
),
12591274
ofcAvaxErc20('2bd6201d-c46c-481e-b82d-7cf3601679cb', 'ofcavaxc:aave-e', 'Aave', 18, UnderlyingAsset['avaxc:aave']),
12601275
ofcAvaxErc20('515a5a74-54fe-4d73-bb12-8d1130f78692', 'ofcavaxc:btc-b', 'Bitcoin', 8, UnderlyingAsset['avaxc:btc']),
12611276
ofcAvaxErc20(
@@ -1852,6 +1867,7 @@ export const ofcCoins = [
18521867
18,
18531868
UnderlyingAsset['bsc:cusdo']
18541869
),
1870+
ofcBscToken('a7ac1127-84c8-4634-89ed-8d985b707e18', 'ofcbsc:unx', 'Unchain X', 18, UnderlyingAsset['bsc:unx']),
18551871
tofcBscToken(
18561872
'bf8a52e5-f416-46ea-95c2-a920dc204233',
18571873
'ofctbsc:usd1',

modules/statics/src/coins/ofcErc20Coins.ts

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3381,6 +3381,17 @@ export const ofcErc20Coins = [
33813381
18,
33823382
underlyingAssetForSymbol('eth:hsk')
33833383
),
3384+
ofcerc20('a96cc1dd-59ea-464f-9530-64cc5fc2af34', 'ofceth:rog', 'ROGIN.AI', 18, underlyingAssetForSymbol('eth:rog')),
3385+
ofcerc20(
3386+
'ff07a861-2241-46e5-ae71-3507750ba6a7',
3387+
'ofceth:xaum',
3388+
'Matrixdock Gold',
3389+
18,
3390+
underlyingAssetForSymbol('eth:xaum')
3391+
),
3392+
ofcerc20('4dc35e5d-2f92-49de-a873-f61b0712290a', 'ofceth:dolo', 'Dolomite', 18, underlyingAssetForSymbol('eth:dolo')),
3393+
ofcerc20('a820df78-51fd-4918-b155-2518b7c21409', 'ofceth:avail', 'Avail', 18, underlyingAssetForSymbol('eth:avail')),
3394+
ofcerc20('0ca74cc5-fc6f-4119-9678-bbed45f5040d', 'ofceth:era', 'Caldera', 18, underlyingAssetForSymbol('eth:era')),
33843395
];
33853396

33863397
export const tOfcErc20Coins = [

modules/statics/src/coins/solTokens.ts

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2938,6 +2938,16 @@ export const solTokens = [
29382938
UnderlyingAsset['sol:wave'],
29392939
SOL_TOKEN_FEATURES
29402940
),
2941+
solToken(
2942+
'bce37e44-67d0-4ce1-9735-c3ede92cf905',
2943+
'sol:2z',
2944+
'DoubleZero',
2945+
8,
2946+
'J6pQQ3FAcJQeWPPGppWRb4nM8jU3wLyYbRrLh7feMfvd',
2947+
'J6pQQ3FAcJQeWPPGppWRb4nM8jU3wLyYbRrLh7feMfvd',
2948+
UnderlyingAsset['sol:2z'],
2949+
SOL_TOKEN_FEATURES
2950+
),
29412951
solToken(
29422952
'1a8e047b-f1ee-437a-8894-30a0b4a9180f',
29432953
'sol:usdcv',

0 commit comments

Comments
 (0)