params: update ropsten terminal total difficulty block (#25018)

This commit is contained in:
Martin Holst Swende 2022-06-07 08:11:01 +02:00 committed by GitHub
parent 6b3e6cb2ab
commit 7e9514b8c3
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: new(big.Int).SetBytes([]byte{0x15, 0x2D, 0x02, 0xC7, 0xE1, 0x4A, 0xF6, 0x80, 0x00, 0x00}), // 100_000_000_000_000_000_000_000
TerminalTotalDifficulty: new(big.Int).SetUint64(50000000000000000),
Ethash: new(EthashConfig),
}