File tree 5 files changed +44
-0
lines changed
5 files changed +44
-0
lines changed Original file line number Diff line number Diff line change @@ -1618,6 +1618,7 @@ export enum UnderlyingAsset {
1618
1618
TGOUSD = 'tgousd' ,
1619
1619
'hteth:gousd' = 'hteth:gousd' ,
1620
1620
'hteth:usd1' = 'hteth:usd1' ,
1621
+ 'hteth:stgusd1' = 'hteth:stgusd1' ,
1621
1622
THKD = 'thkd' ,
1622
1623
THUNDER = 'thunder' ,
1623
1624
TIO = 'tio' ,
@@ -2286,6 +2287,7 @@ export enum UnderlyingAsset {
2286
2287
'bsc:volt' = 'bsc:volt' ,
2287
2288
'tbsc:busd' = 'tbsc:busd' ,
2288
2289
'tbsc:usd1' = 'tbsc:usd1' ,
2290
+ 'tbsc:stgusd1' = 'tbsc:stgusd1' ,
2289
2291
'bsc:city' = 'bsc:city' ,
2290
2292
'bsc:fdusd' = 'bsc:fdusd' ,
2291
2293
'bsc:floki' = 'bsc:floki' ,
Original file line number Diff line number Diff line change @@ -1163,4 +1163,13 @@ export const bscTokens = [
1163
1163
UnderlyingAsset [ 'tbsc:usd1' ] ,
1164
1164
BSC_TOKEN_FEATURES
1165
1165
) ,
1166
+ tbscToken (
1167
+ 'ab09153f-088e-413a-af9f-ea53dc99f747' ,
1168
+ 'tbsc:stgusd1' ,
1169
+ 'Test USD1 Token' ,
1170
+ 18 ,
1171
+ '0xcad6876355c024b388de9a8c3b8172e7f86748ba' ,
1172
+ UnderlyingAsset [ 'tbsc:stgusd1' ] ,
1173
+ BSC_TOKEN_FEATURES
1174
+ ) ,
1166
1175
] ;
Original file line number Diff line number Diff line change @@ -10883,6 +10883,18 @@ export const erc20Coins = [
10883
10883
undefined ,
10884
10884
Networks . test . holesky
10885
10885
) ,
10886
+ terc20 (
10887
+ '3502002c-0f27-46d0-9967-d34cd9290476' ,
10888
+ 'hteth:stgusd1' ,
10889
+ 'Holesky Testnet USD1' ,
10890
+ 18 ,
10891
+ '0x78f81399cd3bc0937ea9049cc6604fb6e67ebe83' ,
10892
+ UnderlyingAsset [ 'hteth:stgusd1' ] ,
10893
+ undefined ,
10894
+ undefined ,
10895
+ undefined ,
10896
+ Networks . test . holesky
10897
+ ) ,
10886
10898
terc20 (
10887
10899
'49ff49ea-3355-4717-bbb0-5e8f5cae2202' ,
10888
10900
'hteth:gousd' ,
Original file line number Diff line number Diff line change @@ -1372,6 +1372,13 @@ export const ofcCoins = [
1372
1372
18 ,
1373
1373
UnderlyingAsset [ 'tbsc:usd1' ]
1374
1374
) ,
1375
+ tofcBscToken (
1376
+ 'e9174338-0d26-4f49-b111-3487b60c9912' ,
1377
+ 'ofctbsc:stgusd1' ,
1378
+ 'Test USD1 Token' ,
1379
+ 18 ,
1380
+ UnderlyingAsset [ 'tbsc:stgusd1' ]
1381
+ ) ,
1375
1382
ofcPolygonErc20 (
1376
1383
'547ce68f-cb4c-4618-bef3-9a0ebe9facd2' ,
1377
1384
'ofcpolygon:sbc' ,
Original file line number Diff line number Diff line change @@ -3241,6 +3241,20 @@ export const tOfcErc20Coins = [
3241
3241
undefined ,
3242
3242
'hteth'
3243
3243
) ,
3244
+ tofcerc20 (
3245
+ 'c1d2c09d-ac71-4cf6-9683-90d93b6afa09' ,
3246
+ 'ofchteth:stgusd1' ,
3247
+ 'Holesky Testnet USD1' ,
3248
+ 18 ,
3249
+ UnderlyingAsset [ 'hteth:stgusd1' ] ,
3250
+ undefined ,
3251
+ undefined ,
3252
+ undefined ,
3253
+ undefined ,
3254
+ undefined ,
3255
+ undefined ,
3256
+ 'hteth'
3257
+ ) ,
3244
3258
tofcerc20 (
3245
3259
'f0fdaaaa-7587-4cc4-a2b3-875085d81ac8' ,
3246
3260
'ofchteth:gousd' ,
You can’t perform that action at this time.
0 commit comments