params: set TTD for sepolia testnet (#25179)

pull/25192/head
Marius van der Wijden 2 years ago committed by GitHub
parent 52ed3570c4
commit 1438e7c324
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      params/config.go

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

Loading…
Cancel
Save