Skip to content

Commit

Permalink
params: set emergency ropsten TTD to 100_000_000_000_000_000_000_000 (e…
Browse files Browse the repository at this point in the history
  • Loading branch information
MariusVanDerWijden authored and cp-wjhan committed Jun 2, 2023
1 parent 4d383b1 commit 49d047f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion params/config.go
Expand Up @@ -116,7 +116,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),
}

Expand Down

0 comments on commit 49d047f

Please sign in to comment.