Skip to content

Commit 6a7b56f

Browse files
committed
fix: add missing hoodi to frontend/types/network.ts
1 parent 1eb36f9 commit 6a7b56f

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

frontend/types/network.ts

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ const ChainIDs = {
1414
Gnosis: 100,
1515

1616
Holesky: 17000,
17+
Hoodi: 560048,
1718
Pectra_Devnet_5: 7088110746,
1819
Pectra_Devnet_6: 7072151312,
1920
Sepolia: 11155111,
@@ -152,6 +153,31 @@ export const ChainInfo: Record<ChainId, ChainInfoFields> = {
152153
slotsPerEpoch: 32,
153154
timeStampSlot0: 1695902400,
154155
},
156+
[ChainIDs.Hoodi]: {
157+
clCurrency: 'ETH',
158+
description: 'Testnet',
159+
displayCurrencyDefault: {
160+
consensusLayer: 'ETH',
161+
executionLayer: 'ETH',
162+
fiat: 'USD',
163+
main: 'ETH',
164+
},
165+
elCurrency: 'ETH',
166+
family: ChainFamily.Ethereum,
167+
hasRocketPool: true,
168+
mainCurrency: 'ETH',
169+
mainNet: ChainIDs.Ethereum,
170+
name: 'Ethereum Hoodi',
171+
nameParts: [
172+
'Ethereum',
173+
'Hoodi',
174+
],
175+
priority: 2,
176+
secondsPerSlot: 12,
177+
shortName: 'Hoodi',
178+
slotsPerEpoch: 32,
179+
timeStampSlot0: 1742213400,
180+
},
155181
[ChainIDs.Pectra_Devnet_5]: {
156182
clCurrency: 'ETH',
157183
description: 'Devnet',

0 commit comments

Comments
 (0)