Skip to content

Commit 04cc956

Browse files
committed
feat: update hoodi testnet contracts
this change updates the hteth usd1 and gousd contracts to use hoodi testnet addresses. BREAKING CHANGE: updates usd1 / gousd test contracts TICKET: TMS-1191
1 parent d779dff commit 04cc956

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

modules/statics/src/coins/erc20Coins.ts

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -11438,26 +11438,26 @@ export const erc20Coins = [
1143811438
terc20(
1143911439
'17377290-40ff-47a3-8346-ba03885f7cc3',
1144011440
'tgousd',
11441-
'Holesky Testnet GoUSD',
11441+
'Hoodi Testnet GoUSD',
1144211442
6,
11443-
'0x51cef49e20d11a2735d09e3bb68d79ec490e3579',
11443+
'0x32275b636171ba98fec28e86ed5f0289bd42aeb9',
1144411444
UnderlyingAsset.TGOUSD,
1144511445
undefined,
1144611446
undefined,
1144711447
undefined,
11448-
Networks.test.holesky
11448+
Networks.test.hoodi
1144911449
),
1145011450
terc20(
1145111451
'3502002c-0f27-46d0-9967-d34cd9290476',
1145211452
'hteth:stgusd1',
11453-
'Holesky Testnet USD1',
11453+
'Hoodi Testnet USD1',
1145411454
18,
11455-
'0x78f81399cd3bc0937ea9049cc6604fb6e67ebe83',
11455+
'0xe4cf91a5bf7cc3d75ac85639e591e51d34948954',
1145611456
UnderlyingAsset['hteth:stgusd1'],
1145711457
undefined,
1145811458
undefined,
1145911459
undefined,
11460-
Networks.test.holesky
11460+
Networks.test.hoodi
1146111461
),
1146211462
terc20(
1146311463
'31eedb6e-3bd1-4407-b924-7136c4dc0483',
@@ -11474,26 +11474,26 @@ export const erc20Coins = [
1147411474
terc20(
1147511475
'49ff49ea-3355-4717-bbb0-5e8f5cae2202',
1147611476
'hteth:gousd',
11477-
'Holesky Testnet GoUSD',
11477+
'Hoodi Testnet GoUSD',
1147811478
6,
11479-
'0x65c959b9184b4f8c8633646d5dfd049d2ebc251a',
11479+
'0xd94dd81066271d0930e53cfd77f374e64ba306e9',
1148011480
UnderlyingAsset['hteth:gousd'],
1148111481
undefined,
1148211482
undefined,
1148311483
undefined,
11484-
Networks.test.holesky
11484+
Networks.test.hoodi
1148511485
),
1148611486
terc20(
1148711487
'0354c858-912b-4a65-b3e1-9b29a5f8573a',
1148811488
'hteth:usd1',
11489-
'Holesky Testnet USD1',
11489+
'Hoodi Testnet USD1',
1149011490
18,
11491-
'0x978b411161325c7b689573396d717c828d9f480a',
11491+
'0xed9e025fc3fd4ab704378ff5486b596f00dbef1b',
1149211492
UnderlyingAsset['hteth:usd1'],
1149311493
undefined,
1149411494
undefined,
1149511495
undefined,
11496-
Networks.test.holesky
11496+
Networks.test.hoodi
1149711497
),
1149811498
terc20(
1149911499
'30179af0-ca75-4cb1-99d9-028bc56bf10e',

0 commit comments

Comments
 (0)