Skip to content
Open
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 @@ -1867,9 +1867,11 @@ export enum UnderlyingAsset {
'hteth:fyusd' = 'hteth:fyusd',
'hteth:stgcusd' = 'hteth:stgcusd',
'hteth:stgfyusd' = 'hteth:stgfyusd',
'hteth:stgwbtc' = 'hteth:stgwbtc',
'hteth:tsteth' = 'hteth:tsteth',
'hteth:grtxp' = 'hteth:grtxp',
'hteth:testeigen' = 'hteth:testeigen',
'hteth:wbtc' = 'hteth:wbtc',
THKD = 'thkd',
THUNDER = 'thunder',
TIO = 'tio',
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 @@ -14650,4 +14650,28 @@ export const erc20Coins = [
undefined,
Networks.test.hoodi
),
terc20(
'da73251f-33fa-4490-baab-7f925823fd3b',
'hteth:wbtc',
'Hoodi Testnet Wrapped Bitcoin',
8,
'0xbe19716adc7e0b8bb75f5ba12657ecff05c531cb',
UnderlyingAsset['hteth:wbtc'],
undefined,
undefined,
undefined,
Networks.test.hoodi
),
terc20(
'28cef0a0-f912-4703-b64a-dcf4dd437f30',
'hteth:stgwbtc',
'Hoodi Testnet Wrapped Bitcoin',
8,
'0x29b0341048b2d83dc19821793f1dc93c1744ceb7',
UnderlyingAsset['hteth:stgwbtc'],
undefined,
undefined,
undefined,
Networks.test.hoodi
),
];
28 changes: 28 additions & 0 deletions modules/statics/src/coins/ofcErc20Coins.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4405,6 +4405,34 @@ export const tOfcErc20Coins = [
undefined,
'hteth'
),
tofcerc20(
'495184dd-bfb6-477e-8519-62bb9f0d5d0d',
'ofchteth:wbtc',
'Hoodi Testnet Wrapped Bitcoin',
8,
UnderlyingAsset['hteth:wbtc'],
undefined,
undefined,
undefined,
undefined,
undefined,
undefined,
'hteth'
),
tofcerc20(
'304cca0a-2400-47de-a538-3fd1d7b2373f',
'ofchteth:stgwbtc',
'Hoodi Testnet Wrapped Bitcoin',
8,
UnderlyingAsset['hteth:stgwbtc'],
undefined,
undefined,
undefined,
undefined,
undefined,
undefined,
'hteth'
),

ofcerc20(
'cc2a92cf-d799-463b-b08c-e9a4d5e87934',
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 @@ -66,6 +66,8 @@ describe('Token Naming Convention Tests', function () {
'hteth:grtx',
'hteth:grtxp',
'hteth:testeigen',
'hteth:wbtc',
'hteth:stgwbtc',
'hterc6dp',
'hterc2dp',
'fixed',
Expand Down
Loading