Skip to content

Commit f1a721b

Browse files
Merge pull request #6275 from BitGo/WIN-5759
fix: testnet token of steth
2 parents bc9d7bd + a8d0059 commit f1a721b

File tree

3 files changed

+27
-10
lines changed

3 files changed

+27
-10
lines changed

modules/statics/src/base.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1634,6 +1634,7 @@ export enum UnderlyingAsset {
16341634
'hteth:gousd' = 'hteth:gousd',
16351635
'hteth:usd1' = 'hteth:usd1',
16361636
'hteth:stgusd1' = 'hteth:stgusd1',
1637+
'hteth:tsteth' = 'hteth:tsteth',
16371638
THKD = 'thkd',
16381639
THUNDER = 'thunder',
16391640
TIO = 'tio',
@@ -1685,7 +1686,6 @@ export enum UnderlyingAsset {
16851686
TRYBBULL = 'trybbull',
16861687
TRYX = 'tryx',
16871688
TST = 'tst',
1688-
TSTETH = 'tsteth',
16891689
TSUKA = 'tsuka',
16901690
TULIP = 'tulip',
16911691
TUPOLIS = 'tupolis',

modules/statics/src/coins/erc20Coins.ts

Lines changed: 12 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -11006,6 +11006,18 @@ export const erc20Coins = [
1100611006
undefined,
1100711007
Networks.test.holesky
1100811008
),
11009+
terc20(
11010+
'31eedb6e-3bd1-4407-b924-7136c4dc0483',
11011+
'hteth:tsteth',
11012+
'Holesky Testnet STETH',
11013+
18,
11014+
'0x3f1c547b21f65e10480de3ad8e19faac46c95034',
11015+
UnderlyingAsset['hteth:tsteth'],
11016+
undefined,
11017+
undefined,
11018+
undefined,
11019+
Networks.test.holesky
11020+
),
1100911021
terc20(
1101011022
'49ff49ea-3355-4717-bbb0-5e8f5cae2202',
1101111023
'hteth:gousd',
@@ -11366,14 +11378,6 @@ export const erc20Coins = [
1136611378
'0x050e25a2630b2aee94546589fd39785254de112c',
1136711379
UnderlyingAsset.SCHZ
1136811380
),
11369-
terc20(
11370-
'31eedb6e-3bd1-4407-b924-7136c4dc0483',
11371-
'tsteth',
11372-
'test stETH',
11373-
18,
11374-
'0x3f1c547b21f65e10480de3ad8e19faac46c95034',
11375-
UnderlyingAsset.TSTETH
11376-
),
1137711381
terc20(
1137811382
'5c7e28b8-0154-4400-9e67-3cc0b5f72e0c',
1137911383
'tcat',

modules/statics/src/coins/ofcErc20Coins.ts

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3191,7 +3191,6 @@ export const ofcErc20Coins = [
31913191
export const tOfcErc20Coins = [
31923192
tofcerc20('055ebe86-72cc-4f0e-b46f-c517d8e3687a', 'ofcterc', 'Test ERC Token', 18, UnderlyingAsset.TERC),
31933193
tofcerc20('ac822eb1-4aa0-40d2-836d-7a24db24d47a', 'ofctest', 'Test Mintable ERC20 Token', 18, UnderlyingAsset.TEST),
3194-
tofcerc20('35c394f6-6d05-4a14-8512-dddb52659b45', 'ofctsteth', 'Test stETH', 18, UnderlyingAsset.TSTETH),
31953194
tofcerc20(
31963195
'67b3f68b-a0bd-4bd7-b67e-36e8220bf67e',
31973196
'ofcterc18dp13',
@@ -3304,6 +3303,20 @@ export const tOfcErc20Coins = [
33043303
undefined,
33053304
'hteth'
33063305
),
3306+
tofcerc20(
3307+
'72358644-ece4-41fd-9269-8d0bce6ff8cd',
3308+
'ofchteth:tsteth',
3309+
'Holesky Testnet STETH',
3310+
18,
3311+
UnderlyingAsset['hteth:tsteth'],
3312+
undefined,
3313+
undefined,
3314+
undefined,
3315+
undefined,
3316+
undefined,
3317+
undefined,
3318+
'hteth'
3319+
),
33073320
tofcerc20(
33083321
'f0fdaaaa-7587-4cc4-a2b3-875085d81ac8',
33093322
'ofchteth:gousd',

0 commit comments

Comments
 (0)