params: set sepolia mergeNetsplitBlock to 1735371 (#25372)

This commit is contained in:
Marius van der Wijden
2022-07-23 09:54:11 +02:00
committed by GitHub
parent ba3919cac6
commit 22d71afc95
2 changed files with 11 additions and 0 deletions
+1
View File
@@ -157,6 +157,7 @@ var (
BerlinBlock: big.NewInt(0),
LondonBlock: big.NewInt(0),
TerminalTotalDifficulty: big.NewInt(17_000_000_000_000_000),
MergeNetsplitBlock: big.NewInt(1735371),
Ethash: new(EthashConfig),
}