Skip to content

Commit

Permalink
Define gaspar fork block 1354811
Browse files Browse the repository at this point in the history
  • Loading branch information
Rethereum committed Nov 17, 2023
1 parent f1de08e commit fd3b394
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion params/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ var (
GrayGlacierBlock: big.NewInt(40_725_107), // Roughly 3 years after Arrow Glacier
RethereumForks: &RethereumForks{
Veldin: big.NewInt(500_009),
Gaspar: big.NewInt(10_000_000),
Gaspar: big.NewInt(1_354_811),
},
TerminalTotalDifficulty: nil, // nil disables the terminal total difficulty check
TerminalTotalDifficultyPassed: false, // false disables the consensus check for terminal total difficulty
Expand Down

0 comments on commit fd3b394

Please sign in to comment.