Skip to content

Commit

Permalink
params: update ropsten terminal total difficulty block (ethereum#25018)
Browse files Browse the repository at this point in the history
  • Loading branch information
holiman authored and blakehhuynh committed Oct 3, 2022
1 parent 7b1fe92 commit 47d28c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion params/config.go
Expand Up @@ -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),
}

Expand Down

0 comments on commit 47d28c3

Please sign in to comment.