Skip to content

Commit 05880ed

Browse files
feat(statics): added sofiusd test and staging tokens
Ticket: SCAAS-1987
1 parent c27b13b commit 05880ed

3 files changed

Lines changed: 54 additions & 0 deletions

File tree

modules/statics/src/base.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1786,6 +1786,8 @@ export enum UnderlyingAsset {
17861786
TUSDS = 'tusds',
17871787
TGOUSD = 'tgousd',
17881788
'hteth:gousd' = 'hteth:gousd',
1789+
'hteth:tsofiusd' = 'hteth:tsofiusd',
1790+
'hteth:stgsofiusd' = 'hteth:stgsofiusd',
17891791
'hteth:usd1' = 'hteth:usd1',
17901792
'hteth:stgusd1' = 'hteth:stgusd1',
17911793
'hteth:tsteth' = 'hteth:tsteth',

modules/statics/src/coins/erc20Coins.ts

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12579,6 +12579,18 @@ export const erc20Coins = [
1257912579
undefined,
1258012580
Networks.test.hoodi
1258112581
),
12582+
terc20(
12583+
'a0660bd4-c508-4704-ac2b-c7ead1f6ad43',
12584+
'hteth:stgsofiusd',
12585+
'STGSoFIUSD',
12586+
6,
12587+
'0x5Ce9C87a0b7208491f9fe52bcc8E919eB43C58b2',
12588+
UnderlyingAsset['hteth:stgsofiusd'],
12589+
[...ACCOUNT_COIN_DEFAULT_FEATURES, CoinFeature.STABLECOIN],
12590+
undefined,
12591+
undefined,
12592+
Networks.test.hoodi
12593+
),
1258212594
terc20(
1258312595
'31eedb6e-3bd1-4407-b924-7136c4dc0483',
1258412596
'hteth:tsteth',
@@ -12615,6 +12627,18 @@ export const erc20Coins = [
1261512627
undefined,
1261612628
Networks.test.hoodi
1261712629
),
12630+
terc20(
12631+
'8e4f9c4c-2b03-4ad4-8019-ace4bbda3acd',
12632+
'hteth:tsofiusd',
12633+
'TSoFIUSD',
12634+
6,
12635+
'0x88182d8da39af93ea5bcfe58ce44c61c63dff729',
12636+
UnderlyingAsset['hteth:tsofiusd'],
12637+
[...ACCOUNT_COIN_DEFAULT_FEATURES, CoinFeature.STABLECOIN],
12638+
undefined,
12639+
undefined,
12640+
Networks.test.hoodi
12641+
),
1261812642
terc20(
1261912643
'30179af0-ca75-4cb1-99d9-028bc56bf10e',
1262012644
'tmsn',

modules/statics/src/coins/ofcErc20Coins.ts

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3716,6 +3716,20 @@ export const tOfcErc20Coins = [
37163716
undefined,
37173717
'hteth'
37183718
),
3719+
tofcerc20(
3720+
'145b2e09-453d-4861-8f54-5791d295bd96',
3721+
'ofchteth:stgsofiusd',
3722+
'STGSoFIUSD',
3723+
6,
3724+
UnderlyingAsset['hteth:stgsofiusd'],
3725+
undefined,
3726+
[CoinFeature.STABLECOIN],
3727+
undefined,
3728+
undefined,
3729+
undefined,
3730+
undefined,
3731+
'hteth'
3732+
),
37193733
tofcerc20(
37203734
'72358644-ece4-41fd-9269-8d0bce6ff8cd',
37213735
'ofchteth:tsteth',
@@ -3758,6 +3772,20 @@ export const tOfcErc20Coins = [
37583772
undefined,
37593773
'hteth'
37603774
),
3775+
tofcerc20(
3776+
'8e8028cb-855e-4cd7-8f7e-a00c63f0727c',
3777+
'ofchteth:tsofiusd',
3778+
'TSoFIUSD',
3779+
6,
3780+
UnderlyingAsset['hteth:tsofiusd'],
3781+
undefined,
3782+
[CoinFeature.STABLECOIN],
3783+
undefined,
3784+
undefined,
3785+
undefined,
3786+
undefined,
3787+
'hteth'
3788+
),
37613789
tofcerc20(
37623790
'bf6a1c7b-eed7-46af-85ec-0adc09aa72d6',
37633791
'ofchteth:aut',

0 commit comments

Comments
 (0)