Skip to content

Commit 323542a

Browse files
authored
core, params: update Holesky testnet to relaunched spec (#28191)
1 parent 82ec555 commit 323542a

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

core/genesis.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -587,10 +587,9 @@ func DefaultHoleskyGenesisBlock() *Genesis {
587587
return &Genesis{
588588
Config: params.HoleskyChainConfig,
589589
Nonce: 0x1234,
590-
ExtraData: hexutil.MustDecode("0x686f77206d7563682069732074686520666973683f"),
591590
GasLimit: 0x17d7840,
592591
Difficulty: big.NewInt(0x01),
593-
Timestamp: 1694786100,
592+
Timestamp: 1695902100,
594593
Alloc: decodePrealloc(holeskyAllocData),
595594
}
596595
}

params/config.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,8 +80,7 @@ var (
8080
TerminalTotalDifficulty: big.NewInt(0),
8181
TerminalTotalDifficultyPassed: true,
8282
MergeNetsplitBlock: nil,
83-
ShanghaiTime: newUint64(1694790240),
84-
CancunTime: newUint64(2000000000),
83+
ShanghaiTime: newUint64(1696000704),
8584
Ethash: new(EthashConfig),
8685
}
8786
// SepoliaChainConfig contains the chain parameters to run a node on the Sepolia test network.

0 commit comments

Comments
 (0)