Skip to content

Commit

Permalink
Holesky relaunch (#8306)
Browse files Browse the repository at this point in the history
Cherry pick #8225

---------

Co-authored-by: racytech <[email protected]>
  • Loading branch information
yperbasis and racytech authored Sep 27, 2023
1 parent a8ae8a0 commit 411913d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 5 deletions.
3 changes: 1 addition & 2 deletions core/genesis_write.go
Original file line number Diff line number Diff line change
Expand Up @@ -348,10 +348,9 @@ func HoleskyGenesisBlock() *types.Genesis {
return &types.Genesis{
Config: params.HoleskyChainConfig,
Nonce: 4660,
ExtraData: hexutil.MustDecode("0x686f77206d7563682069732074686520666973683f"),
GasLimit: 25000000,
Difficulty: big.NewInt(1),
Timestamp: 1694786100,
Timestamp: 1695902100,
Alloc: readPrealloc("allocs/holesky.json"),
}
}
Expand Down
2 changes: 1 addition & 1 deletion params/chainspecs/holesky.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@
"mergeForkBlock": 0,
"terminalTotalDifficulty": 0,
"terminalTotalDifficultyPassed": true,
"shanghaiTime": 1694884704
"shanghaiTime": 1696000704
}
2 changes: 1 addition & 1 deletion params/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ func readChainSpec(filename string) *chain.Config {
// Genesis hashes to enforce below configs on.
var (
MainnetGenesisHash = libcommon.HexToHash("0xd4e56740f876aef8c010b86a40d5f56745a118d0906a34e69aec8c0db1cb8fa3")
HoleskyGenesisHash = libcommon.HexToHash("0xff9006519a8ce843ac9c28549d24211420b546e12ce2d170c77a8cca7964f23d")
HoleskyGenesisHash = libcommon.HexToHash("0xb5f7f912443c940f21fd611f12828d75b534364ed9e95ca4e307729a4661bde4")
SepoliaGenesisHash = libcommon.HexToHash("0x25a5cc106eea7138acab33231d7160d69cb777ee0c2c553fcddf5138993e6dd9")
GoerliGenesisHash = libcommon.HexToHash("0xbf7e331f7f7c1dd2e05159666b3bf8bc7a8a3a9eb1d518969eab529dd9b88c1a")
MumbaiGenesisHash = libcommon.HexToHash("0x7b66506a9ebdbf30d32b43c5f15a3b1216269a1ec3a75aa3182b86176a2b1ca7")
Expand Down
2 changes: 1 addition & 1 deletion params/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ var (
const (
VersionMajor = 2 // Major version component of the current release
VersionMinor = 49 // Minor version component of the current release
VersionMicro = 2 // Patch version component of the current release
VersionMicro = 3 // Patch version component of the current release
VersionModifier = "stable" // Modifier component of the current release
VersionKeyCreated = "ErigonVersionCreated"
VersionKeyFinished = "ErigonVersionFinished"
Expand Down

0 comments on commit 411913d

Please sign in to comment.