Skip to content

Commit

Permalink
enable TTD on testnet
Browse files Browse the repository at this point in the history
  • Loading branch information
jagdeep sidhu committed Oct 21, 2024
1 parent 1cdc554 commit 50c29bb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions params/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,8 @@ var (
NexusBlock: big.NewInt(600000),
LondonBlock: big.NewInt(1),
CancunTime: newUint64(1675118284),
TerminalTotalDifficulty: big.NewInt(1),
TerminalTotalDifficultyPassed: true,
Ethash: nil,
}
// HoleskyChainConfig contains the chain parameters to run a node on the Holesky test network.
Expand Down

0 comments on commit 50c29bb

Please sign in to comment.