We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ecdbc5b + c7eed0a commit b12d927Copy full SHA for b12d927
modules/statics/src/coins.ts
@@ -324,7 +324,7 @@ export const coins = CoinMap.fromCoins([
324
'68aec0bd-1d9a-40fa-bcef-7fa9538f65d3',
325
'hteth',
326
isRunningInStaging() ? 'Hoodi Testnet Ethereum' : 'Holesky Testnet Ethereum',
327
- Networks.test.holesky,
+ isRunningInStaging() ? Networks.test.hoodi : Networks.test.holesky,
328
18,
329
UnderlyingAsset.ETH,
330
BaseUnit.ETH,
0 commit comments