Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions modules/statics/src/base.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1786,6 +1786,8 @@ export enum UnderlyingAsset {
TUSDS = 'tusds',
TGOUSD = 'tgousd',
'hteth:gousd' = 'hteth:gousd',
'hteth:sofiusd' = 'hteth:sofiusd',
'hteth:stgsofiusd' = 'hteth:stgsofiusd',
'hteth:usd1' = 'hteth:usd1',
'hteth:stgusd1' = 'hteth:stgusd1',
'hteth:tsteth' = 'hteth:tsteth',
Expand Down
24 changes: 24 additions & 0 deletions modules/statics/src/coins/erc20Coins.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12579,6 +12579,18 @@ export const erc20Coins = [
undefined,
Networks.test.hoodi
),
terc20(
'a0660bd4-c508-4704-ac2b-c7ead1f6ad43',
'hteth:stgsofiusd',
'Test SoFi USD',
6,
'0x5ce9c87a0b7208491f9fe52bcc8e919eb43c58b2',
UnderlyingAsset['hteth:stgsofiusd'],
[...ACCOUNT_COIN_DEFAULT_FEATURES, CoinFeature.STABLECOIN],
undefined,
undefined,
Networks.test.hoodi
),
terc20(
'31eedb6e-3bd1-4407-b924-7136c4dc0483',
'hteth:tsteth',
Expand Down Expand Up @@ -12615,6 +12627,18 @@ export const erc20Coins = [
undefined,
Networks.test.hoodi
),
terc20(
'8e4f9c4c-2b03-4ad4-8019-ace4bbda3acd',
'hteth:sofiusd',
'Test SoFi USD',
6,
'0x5572728e36b5510010ade1db6bbaea1c402411cc',
UnderlyingAsset['hteth:sofiusd'],
[...ACCOUNT_COIN_DEFAULT_FEATURES, CoinFeature.STABLECOIN],
undefined,
undefined,
Networks.test.hoodi
),
terc20(
'30179af0-ca75-4cb1-99d9-028bc56bf10e',
'tmsn',
Expand Down
28 changes: 28 additions & 0 deletions modules/statics/src/coins/ofcErc20Coins.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3716,6 +3716,20 @@ export const tOfcErc20Coins = [
undefined,
'hteth'
),
tofcerc20(
'145b2e09-453d-4861-8f54-5791d295bd96',
'ofchteth:stgsofiusd',
'Test SoFi USD',
6,
UnderlyingAsset['hteth:stgsofiusd'],
undefined,
[CoinFeature.STABLECOIN],
undefined,
undefined,
undefined,
undefined,
'hteth'
),
tofcerc20(
'72358644-ece4-41fd-9269-8d0bce6ff8cd',
'ofchteth:tsteth',
Expand Down Expand Up @@ -3758,6 +3772,20 @@ export const tOfcErc20Coins = [
undefined,
'hteth'
),
tofcerc20(
'8e8028cb-855e-4cd7-8f7e-a00c63f0727c',
'ofchteth:sofiusd',
'Test SoFi USD',
6,
UnderlyingAsset['hteth:sofiusd'],
undefined,
[CoinFeature.STABLECOIN],
undefined,
undefined,
undefined,
undefined,
'hteth'
),
tofcerc20(
'bf6a1c7b-eed7-46af-85ec-0adc09aa72d6',
'ofchteth:aut',
Expand Down
2 changes: 2 additions & 0 deletions modules/statics/test/unit/tokenNamingConvention.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,8 @@ describe('Token Naming Convention Tests', function () {
'gtyfi18dp',
'gtwbtc18dp',
'hteth:stgusd1',
'hteth:stgsofiusd',
'hteth:sofiusd',
'hteth:tsteth',
'hteth:gousd',
'hteth:usd1',
Expand Down