Skip to content

Commit c7eed0a

Browse files
fix: hoodi config
TICKET: COIN-4805
1 parent c749637 commit c7eed0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/statics/src/coins.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -324,7 +324,7 @@ export const coins = CoinMap.fromCoins([
324324
'68aec0bd-1d9a-40fa-bcef-7fa9538f65d3',
325325
'hteth',
326326
isRunningInStaging() ? 'Hoodi Testnet Ethereum' : 'Holesky Testnet Ethereum',
327-
Networks.test.holesky,
327+
isRunningInStaging() ? Networks.test.hoodi : Networks.test.holesky,
328328
18,
329329
UnderlyingAsset.ETH,
330330
BaseUnit.ETH,

0 commit comments

Comments
 (0)