Skip to content

Commit 411913d

Browse files
yperbasisracytech
andauthored
Holesky relaunch (#8306)
Cherry pick #8225 --------- Co-authored-by: racytech <82003208+racytech@users.noreply.github.com>
1 parent a8ae8a0 commit 411913d

File tree

4 files changed

+4
-5
lines changed

4 files changed

+4
-5
lines changed

core/genesis_write.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff 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
}

params/chainspecs/holesky.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@
1313
"mergeForkBlock": 0,
1414
"terminalTotalDifficulty": 0,
1515
"terminalTotalDifficultyPassed": true,
16-
"shanghaiTime": 1694884704
16+
"shanghaiTime": 1696000704
1717
}

params/config.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ func readChainSpec(filename string) *chain.Config {
5151
// Genesis hashes to enforce below configs on.
5252
var (
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")

params/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ var (
3333
const (
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"

0 commit comments

Comments
 (0)