params: set TerminalTotalDifficultyPassed to true (#25769)

* params: set TerminalTotalDifficultyPassed to true

* Update params/config.go

Co-authored-by: Martin Holst Swende <martin@swende.se>
This commit is contained in:
Marius van der Wijden 2022-09-15 17:50:54 +02:00 committed by Péter Szilágyi
parent 972007a517
commit 8f61fc8b73
No known key found for this signature in database
GPG Key ID: E9AE538CEDF8293D

View File

@ -77,6 +77,7 @@ var (
ArrowGlacierBlock: big.NewInt(13_773_000),
GrayGlacierBlock: big.NewInt(15_050_000),
TerminalTotalDifficulty: MainnetTerminalTotalDifficulty, // 58_750_000_000_000_000_000_000
TerminalTotalDifficultyPassed: true,
Ethash: new(EthashConfig),
}