File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -587,10 +587,9 @@ func DefaultHoleskyGenesisBlock() *Genesis {
587
587
return & Genesis {
588
588
Config : params .HoleskyChainConfig ,
589
589
Nonce : 0x1234 ,
590
- ExtraData : hexutil .MustDecode ("0x686f77206d7563682069732074686520666973683f" ),
591
590
GasLimit : 0x17d7840 ,
592
591
Difficulty : big .NewInt (0x01 ),
593
- Timestamp : 1694786100 ,
592
+ Timestamp : 1695902100 ,
594
593
Alloc : decodePrealloc (holeskyAllocData ),
595
594
}
596
595
}
Original file line number Diff line number Diff line change 80
80
TerminalTotalDifficulty : big .NewInt (0 ),
81
81
TerminalTotalDifficultyPassed : true ,
82
82
MergeNetsplitBlock : nil ,
83
- ShanghaiTime : newUint64 (1694790240 ),
84
- CancunTime : newUint64 (2000000000 ),
83
+ ShanghaiTime : newUint64 (1696000704 ),
85
84
Ethash : new (EthashConfig ),
86
85
}
87
86
// SepoliaChainConfig contains the chain parameters to run a node on the Sepolia test network.
You can’t perform that action at this time.
0 commit comments