File tree Expand file tree Collapse file tree 4 files changed +4
-5
lines changed
Expand file tree Collapse file tree 4 files changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -348,10 +348,9 @@ func HoleskyGenesisBlock() *types.Genesis {
348348 return & types.Genesis {
349349 Config : params .HoleskyChainConfig ,
350350 Nonce : 4660 ,
351- ExtraData : hexutil .MustDecode ("0x686f77206d7563682069732074686520666973683f" ),
352351 GasLimit : 25000000 ,
353352 Difficulty : big .NewInt (1 ),
354- Timestamp : 1694786100 ,
353+ Timestamp : 1695902100 ,
355354 Alloc : readPrealloc ("allocs/holesky.json" ),
356355 }
357356}
Original file line number Diff line number Diff line change 1313 "mergeForkBlock" : 0 ,
1414 "terminalTotalDifficulty" : 0 ,
1515 "terminalTotalDifficultyPassed" : true ,
16- "shanghaiTime" : 1694884704
16+ "shanghaiTime" : 1696000704
1717}
Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ func readChainSpec(filename string) *chain.Config {
5151// Genesis hashes to enforce below configs on.
5252var (
5353 MainnetGenesisHash = libcommon .HexToHash ("0xd4e56740f876aef8c010b86a40d5f56745a118d0906a34e69aec8c0db1cb8fa3" )
54- HoleskyGenesisHash = libcommon .HexToHash ("0xff9006519a8ce843ac9c28549d24211420b546e12ce2d170c77a8cca7964f23d " )
54+ HoleskyGenesisHash = libcommon .HexToHash ("0xb5f7f912443c940f21fd611f12828d75b534364ed9e95ca4e307729a4661bde4 " )
5555 SepoliaGenesisHash = libcommon .HexToHash ("0x25a5cc106eea7138acab33231d7160d69cb777ee0c2c553fcddf5138993e6dd9" )
5656 GoerliGenesisHash = libcommon .HexToHash ("0xbf7e331f7f7c1dd2e05159666b3bf8bc7a8a3a9eb1d518969eab529dd9b88c1a" )
5757 MumbaiGenesisHash = libcommon .HexToHash ("0x7b66506a9ebdbf30d32b43c5f15a3b1216269a1ec3a75aa3182b86176a2b1ca7" )
Original file line number Diff line number Diff line change 3333const (
3434 VersionMajor = 2 // Major version component of the current release
3535 VersionMinor = 49 // Minor version component of the current release
36- VersionMicro = 2 // Patch version component of the current release
36+ VersionMicro = 3 // Patch version component of the current release
3737 VersionModifier = "stable" // Modifier component of the current release
3838 VersionKeyCreated = "ErigonVersionCreated"
3939 VersionKeyFinished = "ErigonVersionFinished"
You can’t perform that action at this time.
0 commit comments