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

This commit is contained in:
Marius van der Wijden 2022-07-22 09:52:12 +02:00 committed by GitHub
parent b214c49952
commit 1764f8f559
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -229,6 +229,7 @@ var (
BerlinBlock: big.NewInt(4_460_644),
LondonBlock: big.NewInt(5_062_605),
ArrowGlacierBlock: nil,
TerminalTotalDifficulty: big.NewInt(10_790_000),
Clique: &CliqueConfig{
Period: 15,
Epoch: 30000,