Skip to content

Commit

Permalink
Allow local chains to specify their own config (ava-labs#627)
Browse files Browse the repository at this point in the history
  • Loading branch information
darioush authored and oxbee committed Nov 6, 2024
1 parent fe3cd6e commit 0001c8e
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions plugin/evm/vm.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 0001c8e

Please # to comment.