File tree Expand file tree Collapse file tree 1 file changed +26
-0
lines changed
Expand file tree Collapse file tree 1 file changed +26
-0
lines changed Original file line number Diff line number Diff 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' ,
You can’t perform that action at this time.
0 commit comments