mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-18 18:02:24 +00:00
params: enable prague in dev mode
This commit is contained in:
parent
0043dfa208
commit
3d606dfc23
1 changed files with 1 additions and 0 deletions
|
|
@ -158,6 +158,7 @@ var (
|
|||
GrayGlacierBlock: big.NewInt(0),
|
||||
ShanghaiTime: newUint64(0),
|
||||
CancunTime: newUint64(0),
|
||||
PragueTime: newUint64(0),
|
||||
TerminalTotalDifficulty: big.NewInt(0),
|
||||
TerminalTotalDifficultyPassed: true,
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue