Unverified Commit 1438e7c3 authored by Marius van der Wijden's avatar Marius van der Wijden Committed by GitHub

params: set TTD for sepolia testnet (#25179)

parent 52ed3570
......@@ -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),
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment