From f1218ef4afa356e5703be409660e13810494e429 Mon Sep 17 00:00:00 2001 From: devopsbo3 <69951731+devopsbo3@users.noreply.github.com> Date: Fri, 10 Nov 2023 12:27:53 -0600 Subject: [PATCH] Revert "core, params: update Holesky testnet to relaunched spec (#28191)" This reverts commit e0c6bc588c940befb448efa7f63ac9267ba5faae. --- core/genesis.go | 3 ++- params/config.go | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/core/genesis.go b/core/genesis.go index baace3f991..86a3e42a62 100644 --- a/core/genesis.go +++ b/core/genesis.go @@ -587,9 +587,10 @@ func DefaultHoleskyGenesisBlock() *Genesis { return &Genesis{ Config: params.HoleskyChainConfig, Nonce: 0x1234, + ExtraData: hexutil.MustDecode("0x686f77206d7563682069732074686520666973683f"), GasLimit: 0x17d7840, Difficulty: big.NewInt(0x01), - Timestamp: 1695902100, + Timestamp: 1694786100, Alloc: decodePrealloc(holeskyAllocData), } } diff --git a/params/config.go b/params/config.go index bfcd5fe072..f503862422 100644 --- a/params/config.go +++ b/params/config.go @@ -80,7 +80,8 @@ var ( TerminalTotalDifficulty: big.NewInt(0), TerminalTotalDifficultyPassed: true, MergeNetsplitBlock: nil, - ShanghaiTime: newUint64(1696000704), + ShanghaiTime: newUint64(1694790240), + CancunTime: newUint64(2000000000), Ethash: new(EthashConfig), } // SepoliaChainConfig contains the chain parameters to run a node on the Sepolia test network.