params: set emergency ropsten TTD to 100_000_000_000_000_000_000_000 (#24975)

This commit is contained in:
Marius van der Wijden 2022-05-27 08:23:55 +02:00 committed by GitHub
parent 0287e1a7c0
commit be9742721f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -114,7 +114,7 @@ var (
MuirGlacierBlock: big.NewInt(7_117_117),
BerlinBlock: big.NewInt(9_812_189),
LondonBlock: big.NewInt(10_499_401),
TerminalTotalDifficulty: big.NewInt(43531756765713534),
TerminalTotalDifficulty: new(big.Int).SetBytes([]byte{0x15, 0x2D, 0x02, 0xC7, 0xE1, 0x4A, 0xF6, 0x80, 0x00, 0x00}), // 100_000_000_000_000_000_000_000
Ethash: new(EthashConfig),
}