Skip to content

Commit a8d0059

Browse files
fix: testnet token of steth
TICKET:WIN-5759
1 parent 2faf5b7 commit a8d0059

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
@@ -1629,6 +1629,7 @@ export enum UnderlyingAsset {
16291629
'hteth:gousd' = 'hteth:gousd',
16301630
'hteth:usd1' = 'hteth:usd1',
16311631
'hteth:stgusd1' = 'hteth:stgusd1',
1632+
'hteth:tsteth' = 'hteth:tsteth',
16321633
THKD = 'thkd',
16331634
THUNDER = 'thunder',
16341635
TIO = 'tio',
@@ -1680,7 +1681,6 @@ export enum UnderlyingAsset {
16801681
TRYBBULL = 'trybbull',
16811682
TRYX = 'tryx',
16821683
TST = 'tst',
1683-
TSTETH = 'tsteth',
16841684
TSUKA = 'tsuka',
16851685
TULIP = 'tulip',
16861686
TUPOLIS = 'tupolis',

modules/statics/src/coins/erc20Coins.ts

Lines changed: 12 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -11005,6 +11005,18 @@ export const erc20Coins = [
1100511005
undefined,
1100611006
Networks.test.holesky
1100711007
),
11008+
terc20(
11009+
'31eedb6e-3bd1-4407-b924-7136c4dc0483',
11010+
'hteth:tsteth',
11011+
'Holesky Testnet STETH',
11012+
18,
11013+
'0x3f1c547b21f65e10480de3ad8e19faac46c95034',
11014+
UnderlyingAsset['hteth:tsteth'],
11015+
undefined,
11016+
undefined,
11017+
undefined,
11018+
Networks.test.holesky
11019+
),
1100811020
terc20(
1100911021
'49ff49ea-3355-4717-bbb0-5e8f5cae2202',
1101011022
'hteth:gousd',
@@ -11365,14 +11377,6 @@ export const erc20Coins = [
1136511377
'0x050e25a2630b2aee94546589fd39785254de112c',
1136611378
UnderlyingAsset.SCHZ
1136711379
),
11368-
terc20(
11369-
'31eedb6e-3bd1-4407-b924-7136c4dc0483',
11370-
'tsteth',
11371-
'test stETH',
11372-
18,
11373-
'0x3f1c547b21f65e10480de3ad8e19faac46c95034',
11374-
UnderlyingAsset.TSTETH
11375-
),
1137611380
terc20(
1137711381
'5c7e28b8-0154-4400-9e67-3cc0b5f72e0c',
1137811382
'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)