Skip to content

Commit 9bf6627

Browse files
authored
Merge pull request #6114 from BitGo/TMS-586
feat(statics): add tokens hteth:stgusd1 and tbsc:stgusd1
2 parents 7de803e + 712755e commit 9bf6627

File tree

5 files changed

+44
-0
lines changed

5 files changed

+44
-0
lines changed

modules/statics/src/base.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1618,6 +1618,7 @@ export enum UnderlyingAsset {
16181618
TGOUSD = 'tgousd',
16191619
'hteth:gousd' = 'hteth:gousd',
16201620
'hteth:usd1' = 'hteth:usd1',
1621+
'hteth:stgusd1' = 'hteth:stgusd1',
16211622
THKD = 'thkd',
16221623
THUNDER = 'thunder',
16231624
TIO = 'tio',
@@ -2286,6 +2287,7 @@ export enum UnderlyingAsset {
22862287
'bsc:volt' = 'bsc:volt',
22872288
'tbsc:busd' = 'tbsc:busd',
22882289
'tbsc:usd1' = 'tbsc:usd1',
2290+
'tbsc:stgusd1' = 'tbsc:stgusd1',
22892291
'bsc:city' = 'bsc:city',
22902292
'bsc:fdusd' = 'bsc:fdusd',
22912293
'bsc:floki' = 'bsc:floki',

modules/statics/src/coins/bscTokens.ts

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1163,4 +1163,13 @@ export const bscTokens = [
11631163
UnderlyingAsset['tbsc:usd1'],
11641164
BSC_TOKEN_FEATURES
11651165
),
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+
),
11661175
];

modules/statics/src/coins/erc20Coins.ts

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10883,6 +10883,18 @@ export const erc20Coins = [
1088310883
undefined,
1088410884
Networks.test.holesky
1088510885
),
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+
),
1088610898
terc20(
1088710899
'49ff49ea-3355-4717-bbb0-5e8f5cae2202',
1088810900
'hteth:gousd',

modules/statics/src/coins/ofcCoins.ts

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1372,6 +1372,13 @@ export const ofcCoins = [
13721372
18,
13731373
UnderlyingAsset['tbsc:usd1']
13741374
),
1375+
tofcBscToken(
1376+
'e9174338-0d26-4f49-b111-3487b60c9912',
1377+
'ofctbsc:stgusd1',
1378+
'Test USD1 Token',
1379+
18,
1380+
UnderlyingAsset['tbsc:stgusd1']
1381+
),
13751382
ofcPolygonErc20(
13761383
'547ce68f-cb4c-4618-bef3-9a0ebe9facd2',
13771384
'ofcpolygon:sbc',

modules/statics/src/coins/ofcErc20Coins.ts

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3241,6 +3241,20 @@ export const tOfcErc20Coins = [
32413241
undefined,
32423242
'hteth'
32433243
),
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+
),
32443258
tofcerc20(
32453259
'f0fdaaaa-7587-4cc4-a2b3-875085d81ac8',
32463260
'ofchteth:gousd',

0 commit comments

Comments
 (0)