Skip to content

Commit 3ddff2a

Browse files
committed
chore(statics): add new token batch
TICKET: WIN-5952
1 parent b98d196 commit 3ddff2a

File tree

7 files changed

+127
-0
lines changed

7 files changed

+127
-0
lines changed

modules/statics/src/base.ts

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1982,6 +1982,8 @@ export enum UnderlyingAsset {
19821982
'eth:ocn' = 'eth:ocn',
19831983
'eth:banca' = 'eth:banca',
19841984
'eth:stq' = 'eth:stq',
1985+
'eth:route' = 'eth:route',
1986+
'eth:sc' = 'eth:sc',
19851987
'eth:lf' = 'eth:lf',
19861988
'xlm:BST-GADDFE4R72YUP2AOEL67OHZN3GJQYPC3VE734N2XFMEGRR2L32CZ3XYZ' = 'xlm:BST-GADDFE4R72YUP2AOEL67OHZN3GJQYPC3VE734N2XFMEGRR2L32CZ3XYZ',
19871989
'xlm:VELO-GDM4RQUQQUVSKQA7S6EM7XBZP3FCGH4Q7CL6TABQ7B2BEJ5ERARM2M5M' = 'xlm:VELO-GDM4RQUQQUVSKQA7S6EM7XBZP3FCGH4Q7CL6TABQ7B2BEJ5ERARM2M5M',
@@ -2244,6 +2246,7 @@ export enum UnderlyingAsset {
22442246
'polygon:tcs' = 'polygon:tcs',
22452247
'polygon:buidl' = 'polygon:buidl',
22462248
'polygon:benji' = 'polygon:benji',
2249+
'polygon:naka' = 'polygon:naka',
22472250
// Polygon NFTs
22482251
// generic NFTs
22492252
'erc721:polygontoken' = 'erc721:polygontoken',
@@ -2383,6 +2386,12 @@ export enum UnderlyingAsset {
23832386
'bsc:usd1' = 'bsc:usd1',
23842387
'bsc:oort' = 'bsc:oort',
23852388
'bsc:aitech' = 'bsc:aitech',
2389+
'bsc:fil' = 'bsc:fil',
2390+
'bsc:ftm' = 'bsc:ftm',
2391+
'bsc:comp' = 'bsc:comp',
2392+
'bsc:uni' = 'bsc:uni',
2393+
'bsc:yfi' = 'bsc:yfi',
2394+
'bsc:link' = 'bsc:link',
23862395
// BSC NFTs
23872396
// generic NFTs
23882397
'erc721:bsctoken' = 'erc721:bsctoken',
@@ -2505,6 +2514,7 @@ export enum UnderlyingAsset {
25052514
'bera:usdc' = 'bera:usdc',
25062515
'bera:ibera' = 'bera:ibera',
25072516
'bera:dolo' = 'bera:dolo',
2517+
'bera:wgbera' = 'bera:wgbera',
25082518

25092519
// bera testnet tokens
25102520
'tbera:bgt' = 'tbera:bgt',
@@ -2670,6 +2680,7 @@ export enum UnderlyingAsset {
26702680
'trx:usdd' = 'trx:usdd',
26712681
'trx:usdt' = 'trx:usdt',
26722682
'trx:usd1' = 'trx:usd1',
2683+
'trx:nft' = 'trx:nft',
26732684

26742685
// TRX testnet tokens
26752686
'ttrx:usdt' = 'ttrx:usdt',

modules/statics/src/coins.ts

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1997,6 +1997,14 @@ export const coins = CoinMap.fromCoins([
19971997
'TUpMhErZL2fhh4sVNULAbNKLokS4GjC1F4',
19981998
UnderlyingAsset['trx:tusd']
19991999
),
2000+
tronToken(
2001+
'71084f91-30f3-4907-bbb0-ce26ea8584d5',
2002+
'trx:nft',
2003+
'APENFT',
2004+
6,
2005+
'TFczxzPhnThNSqr5by8tvxsdCFRRz6cPNq',
2006+
UnderlyingAsset['trx:nft']
2007+
),
20002008
tronToken(
20012009
'649c3a89-6064-4131-8eb7-087d65207cdc',
20022010
'trx:win',
@@ -3170,6 +3178,14 @@ export const coins = CoinMap.fromCoins([
31703178
'0x9b6761bf2397bb5a6624a856cc84a3a14dcd3fe5',
31713179
UnderlyingAsset['bera:ibera']
31723180
),
3181+
beraErc20(
3182+
'e2a5a47c-d188-44d5-a1c4-280973c99dbb',
3183+
'bera:wgbera',
3184+
'Wrapped gBERA',
3185+
18,
3186+
'0xd77552d3849ab4d8c3b189a9582d0ba4c1f4f912',
3187+
UnderlyingAsset['bera:wgbera']
3188+
),
31733189
tberaErc20(
31743190
'24af5e18-ab4b-43e5-80db-0ddb9beb01b3',
31753191
'tbera:bgt',

modules/statics/src/coins/bscTokens.ts

Lines changed: 54 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1113,6 +1113,60 @@ export const bscTokens = [
11131113
UnderlyingAsset['bsc:mdx'],
11141114
BSC_TOKEN_FEATURES
11151115
),
1116+
bscToken(
1117+
'5a61da1c-26da-41e4-9d6e-803feec1d39d',
1118+
'bsc:fil',
1119+
'Filecoin',
1120+
18,
1121+
'0x0d8ce2a99bb6e3b7db580ed848240e4a0f9ae153',
1122+
UnderlyingAsset['bsc:fil'],
1123+
BSC_TOKEN_FEATURES
1124+
),
1125+
bscToken(
1126+
'bc669333-afd7-4388-a308-5354e1835cf8',
1127+
'bsc:ftm',
1128+
'Fantom',
1129+
18,
1130+
'0xad29abb318791d579433d831ed122afeaf29dcfe',
1131+
UnderlyingAsset['bsc:ftm'],
1132+
BSC_TOKEN_FEATURES
1133+
),
1134+
bscToken(
1135+
'2a1d251c-388d-48cb-9f91-53d41d7e0e91',
1136+
'bsc:comp',
1137+
'Compound',
1138+
18,
1139+
'0x52ce071bd9b1c4b00a0b92d298c512478cad67e8',
1140+
UnderlyingAsset['bsc:comp'],
1141+
BSC_TOKEN_FEATURES
1142+
),
1143+
bscToken(
1144+
'b7d539a3-5d30-4423-9bba-13b820bb69f8',
1145+
'bsc:uni',
1146+
'Uniswap',
1147+
18,
1148+
'0xbf5140a22578168fd562dccf235e5d43a02ce9b1',
1149+
UnderlyingAsset['bsc:uni'],
1150+
BSC_TOKEN_FEATURES
1151+
),
1152+
bscToken(
1153+
'e25428b8-4520-46f1-978c-de614b2c6fb4',
1154+
'bsc:yfi',
1155+
'yearn.finance',
1156+
18,
1157+
'0x88f1a5ae2a3bf98aeaf342d26b30a79438c9142e',
1158+
UnderlyingAsset['bsc:yfi'],
1159+
BSC_TOKEN_FEATURES
1160+
),
1161+
bscToken(
1162+
'533f3693-6983-4228-aad7-a90639ec3d29',
1163+
'bsc:link',
1164+
'Chainlink',
1165+
18,
1166+
'0xf8a0bf9cf54bb92f17374d9e9a321e6a111a51bd',
1167+
UnderlyingAsset['bsc:link'],
1168+
BSC_TOKEN_FEATURES
1169+
),
11161170
bscToken(
11171171
'3cd43d47-451e-4043-822c-d2566ea93ade',
11181172
'bsc:multi',

modules/statics/src/coins/erc20Coins.ts

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10577,6 +10577,22 @@ export const erc20Coins = [
1057710577
'0x000000fa00b200406de700041cfc6b19bbfb4d13',
1057810578
UnderlyingAsset['eth:towns']
1057910579
),
10580+
erc20(
10581+
'7905c0fa-a284-4995-a994-abd7050d9523',
10582+
'eth:route',
10583+
'Router Protocol (New)',
10584+
18,
10585+
'0x60f67e1015b3f069dd4358a78c38f83fe3a667a9',
10586+
UnderlyingAsset['eth:route']
10587+
),
10588+
erc20(
10589+
'ea5587fc-c76b-4203-8364-185814210c75',
10590+
'eth:sc',
10591+
'SteelCoin',
10592+
18,
10593+
'0x6d4e7931944dc1a78256570a073d410a71cc312f',
10594+
UnderlyingAsset['eth:sc']
10595+
),
1058010596
erc20(
1058110597
'bef92a29-449e-4c8b-99cc-ffa355fe4b8b',
1058210598
'eth:chex',

modules/statics/src/coins/ofcCoins.ts

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1584,6 +1584,12 @@ export const ofcCoins = [
15841584
UnderlyingAsset['bsc:psg']
15851585
),
15861586
ofcBscToken('5c7a8f9e-4b1e-1f2e-9d6f-7c8a1b6f2e5a', 'ofcbsc:telos', 'Telos', 18, UnderlyingAsset['bsc:telos']),
1587+
ofcBscToken('9ab9cf5e-71a5-407f-8233-8495a79e45dc', 'ofcbsc:fil', 'Filecoin', 18, UnderlyingAsset['bsc:fil']),
1588+
ofcBscToken('1b227f23-8729-4b49-8c98-ed1470b6c82c', 'ofcbsc:ftm', 'Fantom', 18, UnderlyingAsset['bsc:ftm']),
1589+
ofcBscToken('0c37610d-29b2-484e-b29a-7c744fa36d79', 'ofcbsc:comp', 'Compound', 18, UnderlyingAsset['bsc:comp']),
1590+
ofcBscToken('ec88372f-33c1-4553-842c-0ccbc7cd2358', 'ofcbsc:uni', 'Uniswap', 18, UnderlyingAsset['bsc:uni']),
1591+
ofcBscToken('1076917e-06d3-4c28-b26b-8f351ba74f2e', 'ofcbsc:yfi', 'yearn.finance', 18, UnderlyingAsset['bsc:yfi']),
1592+
ofcBscToken('7982c847-0e57-4215-808e-8ea488b24515', 'ofcbsc:link', 'Chainlink', 18, UnderlyingAsset['bsc:link']),
15871593
ofcBscToken(
15881594
'5af23514-1f09-45cc-9a2d-305dd8de7c30',
15891595
'ofcbsc:aitech',
@@ -2320,6 +2326,13 @@ export const ofcCoins = [
23202326
18,
23212327
UnderlyingAsset['polygon:vanry']
23222328
),
2329+
ofcPolygonErc20(
2330+
'1d5f140f-bc72-47b6-a80e-332e54f3c8dc',
2331+
'ofcpolygon:naka',
2332+
'Nakamoto Games',
2333+
18,
2334+
UnderlyingAsset['polygon:naka']
2335+
),
23232336
ofcPolygonErc20(
23242337
'54c8d334-e87c-445d-abe1-9cf6741534ba',
23252338
'ofcpolygon:volt',

modules/statics/src/coins/ofcErc20Coins.ts

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3223,6 +3223,14 @@ export const ofcErc20Coins = [
32233223
ofcerc20('0cb66151-195b-4e3e-b6f8-e9fa953fb5dc', 'ofceth:ocn', 'Odyssey', 18, underlyingAssetForSymbol('eth:ocn')),
32243224
ofcerc20('1d5bea63-7976-48be-b557-7644631e13d3', 'ofceth:banca', 'Banca', 18, underlyingAssetForSymbol('eth:banca')),
32253225
ofcerc20('a5f7e552-54b6-4dde-b070-b3c42ce09d5d', 'ofceth:stq', 'Storiqa', 18, underlyingAssetForSymbol('eth:stq')),
3226+
ofcerc20(
3227+
'd91868c4-f7c3-42ca-a954-06e4fb69b26c',
3228+
'ofceth:route',
3229+
'Router Protocol (New)',
3230+
18,
3231+
underlyingAssetForSymbol('eth:route')
3232+
),
3233+
ofcerc20('8d778a3b-7537-4333-97b4-9244078ae37c', 'ofceth:sc', 'SteelCoin', 18, underlyingAssetForSymbol('eth:sc')),
32263234
ofcerc20('827a39b3-0124-4667-b1ed-f939dc7bb86f', 'ofceth:lf', 'LF labs', 18, underlyingAssetForSymbol('eth:lf')),
32273235
];
32283236

modules/statics/src/coins/polygonTokens.ts

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -998,6 +998,15 @@ export const polygonTokens = [
998998
UnderlyingAsset['polygon:geod'],
999999
POLYGON_TOKEN_FEATURES
10001000
),
1001+
polygonErc20(
1002+
'e91bfd4a-b3de-43ee-afd1-cee82210e24b',
1003+
'polygon:naka',
1004+
'Nakamoto Games',
1005+
18,
1006+
'0x311434160d7537be358930def317afb606c0d737',
1007+
UnderlyingAsset['polygon:naka'],
1008+
POLYGON_TOKEN_FEATURES
1009+
),
10011010
polygonErc20(
10021011
'fd5f6faf-0a77-4bf0-b678-8979f5addad2',
10031012
'polygon:heth',

0 commit comments

Comments
 (0)