Skip to content

Commit

Permalink
Enable Cel2 in dev mode and TestChainConfig
Browse files Browse the repository at this point in the history
  • Loading branch information
karlb committed Sep 15, 2023
1 parent bc3ded8 commit 8bfefd6
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 @@ -194,6 +194,7 @@ var (
ShanghaiTime: nil,
CancunTime: nil,
PragueTime: nil,
Cel2Time: newUint64(0),
TerminalTotalDifficulty: nil,
TerminalTotalDifficultyPassed: false,
Ethash: nil,
Expand Down Expand Up @@ -223,6 +224,7 @@ var (
ShanghaiTime: nil,
CancunTime: nil,
PragueTime: nil,
Cel2Time: newUint64(0),
TerminalTotalDifficulty: nil,
TerminalTotalDifficultyPassed: false,
Ethash: new(EthashConfig),
Expand Down

0 comments on commit 8bfefd6

Please sign in to comment.