Skip to content

Commit 9ffa552

Browse files
MariusVanDerWijdencp-wjhan
authored andcommitted
params: set goerli TTD to 10_790_000 (ethereum#25324)
1 parent 3eff1c8 commit 9ffa552

File tree

1 file changed

+16
-15
lines changed

1 file changed

+16
-15
lines changed

params/config.go

Lines changed: 16 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -258,21 +258,22 @@ var (
258258

259259
// GoerliChainConfig contains the chain parameters to run a node on the Görli test network.
260260
GoerliChainConfig = &ChainConfig{
261-
ChainID: big.NewInt(5),
262-
HomesteadBlock: big.NewInt(0),
263-
DAOForkBlock: nil,
264-
DAOForkSupport: true,
265-
EIP150Block: big.NewInt(0),
266-
EIP155Block: big.NewInt(0),
267-
EIP158Block: big.NewInt(0),
268-
ByzantiumBlock: big.NewInt(0),
269-
ConstantinopleBlock: big.NewInt(0),
270-
PetersburgBlock: big.NewInt(0),
271-
IstanbulBlock: big.NewInt(1_561_651),
272-
MuirGlacierBlock: nil,
273-
BerlinBlock: big.NewInt(4_460_644),
274-
LondonBlock: big.NewInt(5_062_605),
275-
ArrowGlacierBlock: nil,
261+
ChainID: big.NewInt(5),
262+
HomesteadBlock: big.NewInt(0),
263+
DAOForkBlock: nil,
264+
DAOForkSupport: true,
265+
EIP150Block: big.NewInt(0),
266+
EIP155Block: big.NewInt(0),
267+
EIP158Block: big.NewInt(0),
268+
ByzantiumBlock: big.NewInt(0),
269+
ConstantinopleBlock: big.NewInt(0),
270+
PetersburgBlock: big.NewInt(0),
271+
IstanbulBlock: big.NewInt(1_561_651),
272+
MuirGlacierBlock: nil,
273+
BerlinBlock: big.NewInt(4_460_644),
274+
LondonBlock: big.NewInt(5_062_605),
275+
ArrowGlacierBlock: nil,
276+
TerminalTotalDifficulty: big.NewInt(10_790_000),
276277
Clique: &CliqueConfig{
277278
Period: 15,
278279
Epoch: 30000,

0 commit comments

Comments
 (0)