Skip to content

Commit 8ef3a5a

Browse files
feat: onboard Hoodi wbtc contracts for staging and test
TICKET: SCAAS-3366
1 parent ade84e8 commit 8ef3a5a

4 files changed

Lines changed: 56 additions & 0 deletions

File tree

modules/statics/src/base.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1867,9 +1867,11 @@ export enum UnderlyingAsset {
18671867
'hteth:fyusd' = 'hteth:fyusd',
18681868
'hteth:stgcusd' = 'hteth:stgcusd',
18691869
'hteth:stgfyusd' = 'hteth:stgfyusd',
1870+
'hteth:stgwbtc' = 'hteth:stgwbtc',
18701871
'hteth:tsteth' = 'hteth:tsteth',
18711872
'hteth:grtxp' = 'hteth:grtxp',
18721873
'hteth:testeigen' = 'hteth:testeigen',
1874+
'hteth:wbtc' = 'hteth:wbtc',
18731875
THKD = 'thkd',
18741876
THUNDER = 'thunder',
18751877
TIO = 'tio',

modules/statics/src/coins/erc20Coins.ts

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14650,4 +14650,28 @@ export const erc20Coins = [
1465014650
undefined,
1465114651
Networks.test.hoodi
1465214652
),
14653+
terc20(
14654+
'da73251f-33fa-4490-baab-7f925823fd3b',
14655+
'hteth:wbtc',
14656+
'Hoodi Testnet Wrapped Bitcoin',
14657+
8,
14658+
'0xbe19716adc7e0b8bb75f5ba12657ecff05c531cb',
14659+
UnderlyingAsset['hteth:wbtc'],
14660+
undefined,
14661+
undefined,
14662+
undefined,
14663+
Networks.test.hoodi
14664+
),
14665+
terc20(
14666+
'28cef0a0-f912-4703-b64a-dcf4dd437f30',
14667+
'hteth:stgwbtc',
14668+
'Hoodi Staging Wrapped Bitcoin',
14669+
8,
14670+
'0x0d33d58f8b088ead72dc6b26fe5c578725de02db',
14671+
UnderlyingAsset['hteth:stgwbtc'],
14672+
undefined,
14673+
undefined,
14674+
undefined,
14675+
Networks.test.hoodi
14676+
),
1465314677
];

modules/statics/src/coins/ofcErc20Coins.ts

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4405,6 +4405,34 @@ export const tOfcErc20Coins = [
44054405
undefined,
44064406
'hteth'
44074407
),
4408+
tofcerc20(
4409+
'495184dd-bfb6-477e-8519-62bb9f0d5d0d',
4410+
'ofchteth:wbtc',
4411+
'Hoodi Testnet Wrapped Bitcoin',
4412+
8,
4413+
UnderlyingAsset['hteth:wbtc'],
4414+
undefined,
4415+
undefined,
4416+
undefined,
4417+
undefined,
4418+
undefined,
4419+
undefined,
4420+
'hteth'
4421+
),
4422+
tofcerc20(
4423+
'304cca0a-2400-47de-a538-3fd1d7b2373f',
4424+
'ofchteth:stgwbtc',
4425+
'Hoodi Staging Wrapped Bitcoin',
4426+
8,
4427+
UnderlyingAsset['hteth:stgwbtc'],
4428+
undefined,
4429+
undefined,
4430+
undefined,
4431+
undefined,
4432+
undefined,
4433+
undefined,
4434+
'hteth'
4435+
),
44084436

44094437
ofcerc20(
44104438
'cc2a92cf-d799-463b-b08c-e9a4d5e87934',

modules/statics/test/unit/tokenNamingConvention.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,8 @@ describe('Token Naming Convention Tests', function () {
6666
'hteth:grtx',
6767
'hteth:grtxp',
6868
'hteth:testeigen',
69+
'hteth:wbtc',
70+
'hteth:stgwbtc',
6971
'hterc6dp',
7072
'hterc2dp',
7173
'fixed',

0 commit comments

Comments
 (0)