Skip to content

Commit

Permalink
Revert "core, params: update Holesky testnet to relaunched spec (ethe…
Browse files Browse the repository at this point in the history
…reum#28191)"

This reverts commit e0c6bc5.
  • Loading branch information
devopsbo3 committed Nov 10, 2023
1 parent d728571 commit d5581df
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion core/genesis.go
Original file line number Diff line number Diff line change
Expand Up @@ -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),
}
}
Expand Down
3 changes: 2 additions & 1 deletion params/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit d5581df

Please sign in to comment.