mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-18 19:00:46 +00:00
params: set goerli TTD to 10_790_000 (#25324)
This commit is contained in:
parent
b214c49952
commit
1764f8f559
1 changed files with 16 additions and 15 deletions
|
|
@ -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,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue