Skip to content

Commit ef89e21

Browse files
Merge pull request #6252 from BitGo/WIN-5759
feat: onboard test stETH
2 parents adc5a74 + e99c631 commit ef89e21

File tree

3 files changed

+10
-0
lines changed

3 files changed

+10
-0
lines changed

modules/statics/src/base.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1680,6 +1680,7 @@ export enum UnderlyingAsset {
16801680
TRYBBULL = 'trybbull',
16811681
TRYX = 'tryx',
16821682
TST = 'tst',
1683+
TSTETH = 'tsteth',
16831684
TSUKA = 'tsuka',
16841685
TULIP = 'tulip',
16851686
TUPOLIS = 'tupolis',

modules/statics/src/coins/erc20Coins.ts

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11352,6 +11352,14 @@ export const erc20Coins = [
1135211352
'0x050e25a2630b2aee94546589fd39785254de112c',
1135311353
UnderlyingAsset.SCHZ
1135411354
),
11355+
terc20(
11356+
'31eedb6e-3bd1-4407-b924-7136c4dc0483',
11357+
'tsteth',
11358+
'test stETH',
11359+
18,
11360+
'0x3f1c547b21f65e10480de3ad8e19faac46c95034',
11361+
UnderlyingAsset.TSTETH
11362+
),
1135511363
terc20(
1135611364
'5c7e28b8-0154-4400-9e67-3cc0b5f72e0c',
1135711365
'tcat',

modules/statics/src/coins/ofcErc20Coins.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3191,6 +3191,7 @@ 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),
31943195
tofcerc20(
31953196
'67b3f68b-a0bd-4bd7-b67e-36e8220bf67e',
31963197
'ofcterc18dp13',

0 commit comments

Comments
 (0)