params: set TTD for sepolia testnet (#25179)

This commit is contained in:
Marius van der Wijden 2022-06-28 14:48:13 +02:00 committed by GitHub
parent 52ed3570c4
commit 1438e7c324
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -156,6 +156,7 @@ var (
MuirGlacierBlock: big.NewInt(0),
BerlinBlock: big.NewInt(0),
LondonBlock: big.NewInt(0),
TerminalTotalDifficulty: big.NewInt(17_000_000_000_000_000),
Ethash: new(EthashConfig),
}