Skip to content

Commit 166bdbf

Browse files
authored
Merge pull request #6316 from BitGo/COIN-4565
feat: adding new batch of tokens
2 parents eb6fcdd + 181e63a commit 166bdbf

File tree

5 files changed

+107
-0
lines changed

5 files changed

+107
-0
lines changed

modules/statics/src/base.ts

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1974,6 +1974,15 @@ export enum UnderlyingAsset {
19741974
'eth:npc' = 'eth:npc',
19751975
'eth:towns' = 'eth:towns',
19761976
'eth:umint' = 'eth:umint',
1977+
'eth:arb' = 'eth:arb',
1978+
'eth:ez' = 'eth:ez',
1979+
'eth:ncash' = 'eth:ncash',
1980+
'eth:sub' = 'eth:sub',
1981+
'eth:poe' = 'eth:poe',
1982+
'eth:ocn' = 'eth:ocn',
1983+
'eth:banca' = 'eth:banca',
1984+
'eth:stq' = 'eth:stq',
1985+
'eth:lf' = 'eth:lf',
19771986
'xlm:BST-GADDFE4R72YUP2AOEL67OHZN3GJQYPC3VE734N2XFMEGRR2L32CZ3XYZ' = 'xlm:BST-GADDFE4R72YUP2AOEL67OHZN3GJQYPC3VE734N2XFMEGRR2L32CZ3XYZ',
19781987
'xlm:VELO-GDM4RQUQQUVSKQA7S6EM7XBZP3FCGH4Q7CL6TABQ7B2BEJ5ERARM2M5M' = 'xlm:VELO-GDM4RQUQQUVSKQA7S6EM7XBZP3FCGH4Q7CL6TABQ7B2BEJ5ERARM2M5M',
19791988
'xlm:SLT-GCKA6K5PCQ6PNF5RQBF7PQDJWRHO6UOGFMRLK3DYHDOI244V47XKQ4GP' = 'xlm:SLT-GCKA6K5PCQ6PNF5RQBF7PQDJWRHO6UOGFMRLK3DYHDOI244V47XKQ4GP',
@@ -2241,6 +2250,7 @@ export enum UnderlyingAsset {
22412250
'erc1155:polygontoken' = 'erc1155:polygontoken',
22422251

22432252
// BSC Token BEP-20
2253+
'bsc:sol' = 'bsc:sol',
22442254
'bsc:solv' = 'bsc:solv',
22452255
'bsc:brise' = 'bsc:brise',
22462256
'bsc:bsw' = 'bsc:bsw',

modules/statics/src/coins/bscTokens.ts

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1162,6 +1162,15 @@ export const bscTokens = [
11621162
UnderlyingAsset['bsc:aitech'],
11631163
BSC_TOKEN_FEATURES
11641164
),
1165+
bscToken(
1166+
'9d387bf7-6290-4da5-a8ca-49ef622c4b8c',
1167+
'bsc:sol',
1168+
'Solana',
1169+
18,
1170+
'0x570a5d26f7765ecb712c0924e4de545b89fd43df',
1171+
UnderlyingAsset['bsc:sol'],
1172+
BSC_TOKEN_FEATURES
1173+
),
11651174
tbscToken(
11661175
'b31aa2b5-8d8c-4ac1-b5e5-0f9d59377eab',
11671176
'tbsc:busd',

modules/statics/src/coins/erc20Coins.ts

Lines changed: 72 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10610,6 +10610,78 @@ export const erc20Coins = [
1061010610
'0x3797c46db697c24a983222c335f17ba28e8c5b69',
1061110611
UnderlyingAsset['eth:umint']
1061210612
),
10613+
erc20(
10614+
'627ba0d4-29e6-48ec-b72b-e1124fcc5079',
10615+
'eth:arb',
10616+
'Arbitrum',
10617+
18,
10618+
'0xb50721bcf8d664c30412cfbc6cf7a15145234ad1',
10619+
UnderlyingAsset['eth:arb']
10620+
),
10621+
erc20(
10622+
'a721ce40-56ed-4767-8fd5-87ef45b39dc3',
10623+
'eth:ez',
10624+
'EasyFi',
10625+
18,
10626+
'0x00aba6fe5557de1a1d565658cbddddf7c710a1eb',
10627+
UnderlyingAsset['eth:ez']
10628+
),
10629+
erc20(
10630+
'93678c40-bc4d-4d06-be96-71b13ae7d7ec',
10631+
'eth:ncash',
10632+
'Nucleus Vision',
10633+
18,
10634+
'0x809826cceab68c387726af962713b64cb5cb3cca',
10635+
UnderlyingAsset['eth:ncash']
10636+
),
10637+
erc20(
10638+
'd89c82a0-3515-407b-92d8-282163588028',
10639+
'eth:sub',
10640+
'Substratum',
10641+
18,
10642+
'0x8d75959f1e61ec2571aa72798237101f084de63a',
10643+
UnderlyingAsset['eth:sub']
10644+
),
10645+
erc20(
10646+
'00833124-dc5d-4afa-b63e-8afc0196ec1b',
10647+
'eth:poe',
10648+
'Po.et',
10649+
8,
10650+
'0x0e0989b1f9b8a38983c2ba8053269ca62ec9b195',
10651+
UnderlyingAsset['eth:poe']
10652+
),
10653+
erc20(
10654+
'83695557-5a68-43ca-a3c7-a49f3ccb383b',
10655+
'eth:ocn',
10656+
'Odyssey',
10657+
18,
10658+
'0x4092678e4e78230f46a1534c0fbc8fa39780892b',
10659+
UnderlyingAsset['eth:ocn']
10660+
),
10661+
erc20(
10662+
'7c33dc29-ee47-4697-bcec-b07d446e37e9',
10663+
'eth:banca',
10664+
'Banca',
10665+
18,
10666+
'0x998b3b82bc9dba173990be7afb772788b5acb8bd',
10667+
UnderlyingAsset['eth:banca']
10668+
),
10669+
erc20(
10670+
'ef3b5c95-db85-453a-b66e-4ea023db63d8',
10671+
'eth:stq',
10672+
'Storiqa',
10673+
18,
10674+
'0x5c3a228510d246b78a3765c20221cbf3082b44a4',
10675+
UnderlyingAsset['eth:stq']
10676+
),
10677+
erc20(
10678+
'289b4eb1-e109-48de-a016-09d9172b688c',
10679+
'eth:lf',
10680+
'LF labs',
10681+
18,
10682+
'0x957c7fa189a408e78543113412f6ae1a9b4022c4',
10683+
UnderlyingAsset['eth:lf']
10684+
),
1061310685
terc20(
1061410686
'0205f0d6-0647-47c9-ad8b-c48d048e54f3',
1061510687
'fixed',

modules/statics/src/coins/ofcCoins.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1591,6 +1591,7 @@ export const ofcCoins = [
15911591
18,
15921592
UnderlyingAsset['bsc:aitech']
15931593
),
1594+
ofcBscToken('16b3a242-d500-4930-884a-183aa9038609', 'ofcbsc:sol', 'Solana', 18, UnderlyingAsset['bsc:sol']),
15941595
tofcBscToken(
15951596
'bf8a52e5-f416-46ea-95c2-a920dc204233',
15961597
'ofctbsc:usd1',

modules/statics/src/coins/ofcErc20Coins.ts

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3209,6 +3209,21 @@ export const ofcErc20Coins = [
32093209
0,
32103210
underlyingAssetForSymbol('eth:umint')
32113211
),
3212+
ofcerc20('f89abeb4-6566-4a16-9cb6-54c607467602', 'ofceth:arb', 'Arbitrum', 18, underlyingAssetForSymbol('eth:arb')),
3213+
ofcerc20('6aa08f88-50ef-4fd9-b386-bd9cf10a12c7', 'ofceth:ez', 'EasyFi', 18, underlyingAssetForSymbol('eth:ez')),
3214+
ofcerc20(
3215+
'76c39793-f54e-427c-b7f7-0be1cf0960d9',
3216+
'ofceth:ncash',
3217+
'Nucleus Vision',
3218+
18,
3219+
underlyingAssetForSymbol('eth:ncash')
3220+
),
3221+
ofcerc20('490d7928-cb00-4b38-81ce-99778e0c1e15', 'ofceth:sub', 'Substratum', 18, underlyingAssetForSymbol('eth:sub')),
3222+
ofcerc20('109574cf-0eba-40c8-a988-0d990e2d1936', 'ofceth:poe', 'Po.et', 8, underlyingAssetForSymbol('eth:poe')),
3223+
ofcerc20('0cb66151-195b-4e3e-b6f8-e9fa953fb5dc', 'ofceth:ocn', 'Odyssey', 18, underlyingAssetForSymbol('eth:ocn')),
3224+
ofcerc20('1d5bea63-7976-48be-b557-7644631e13d3', 'ofceth:banca', 'Banca', 18, underlyingAssetForSymbol('eth:banca')),
3225+
ofcerc20('a5f7e552-54b6-4dde-b070-b3c42ce09d5d', 'ofceth:stq', 'Storiqa', 18, underlyingAssetForSymbol('eth:stq')),
3226+
ofcerc20('827a39b3-0124-4667-b1ed-f939dc7bb86f', 'ofceth:lf', 'LF labs', 18, underlyingAssetForSymbol('eth:lf')),
32123227
];
32133228

32143229
export const tOfcErc20Coins = [

0 commit comments

Comments
 (0)