params: set ttdpassed on goerli (#25519)
This commit is contained in:
parent
141cd42531
commit
0016eb7eee
|
@ -233,6 +233,7 @@ var (
|
||||||
LondonBlock: big.NewInt(5_062_605),
|
LondonBlock: big.NewInt(5_062_605),
|
||||||
ArrowGlacierBlock: nil,
|
ArrowGlacierBlock: nil,
|
||||||
TerminalTotalDifficulty: big.NewInt(10_790_000),
|
TerminalTotalDifficulty: big.NewInt(10_790_000),
|
||||||
|
TerminalTotalDifficultyPassed: true,
|
||||||
Clique: &CliqueConfig{
|
Clique: &CliqueConfig{
|
||||||
Period: 15,
|
Period: 15,
|
||||||
Epoch: 30000,
|
Epoch: 30000,
|
||||||
|
|
Loading…
Reference in New Issue