Skip to content

Commit 05bbc56

Browse files
authored
cmd/evm: default to mirror mainnet forks enabled (#28691)
cmd/evm: default to using dev chain config (all mainnet HFs activated at block/timestamp 0
1 parent 02766d3 commit 05bbc56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/evm/runner.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ func runCmd(ctx *cli.Context) error {
144144
initialGas = genesisConfig.GasLimit
145145
}
146146
} else {
147-
genesisConfig.Config = params.AllEthashProtocolChanges
147+
genesisConfig.Config = params.AllDevChainProtocolChanges
148148
}
149149

150150
db := rawdb.NewMemoryDatabase()

0 commit comments

Comments
 (0)