From 9be201a335c7d4530b1e83c0aafebc7f5c76f4a1 Mon Sep 17 00:00:00 2001 From: Darioush Jalali Date: Thu, 8 Aug 2024 08:14:52 -0700 Subject: [PATCH] Allow local chains to specify their own config (#627) --- plugin/evm/vm.go | 3 --- 1 file changed, 3 deletions(-) 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 {