Unverified Commit 1764f8f5 authored by Marius van der Wijden's avatar Marius van der Wijden Committed by GitHub

params: set goerli TTD to 10_790_000 (#25324)

parent b214c499
...@@ -229,6 +229,7 @@ var ( ...@@ -229,6 +229,7 @@ var (
BerlinBlock: big.NewInt(4_460_644), BerlinBlock: big.NewInt(4_460_644),
LondonBlock: big.NewInt(5_062_605), LondonBlock: big.NewInt(5_062_605),
ArrowGlacierBlock: nil, ArrowGlacierBlock: nil,
TerminalTotalDifficulty: big.NewInt(10_790_000),
Clique: &CliqueConfig{ Clique: &CliqueConfig{
Period: 15, Period: 15,
Epoch: 30000, Epoch: 30000,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment