diff --git a/plugin/evm/vm.go b/plugin/evm/vm.go index df8474c395..d9a53f14dd 100644 --- a/plugin/evm/vm.go +++ b/plugin/evm/vm.go @@ -458,9 +458,6 @@ func (vm *VM) Initialize( config := *params.AvalancheFujiChainConfig g.Config = &config extDataHashes = fujiExtDataHashes - case g.Config.ChainID.Cmp(params.AvalancheLocalChainID) == 0: - config := *params.AvalancheLocalChainConfig - g.Config = &config } // If the Durango is activated, activate the Warp Precompile at the same time if g.Config.DurangoBlockTimestamp != nil {