Refactors the param/config file to reduce the upstream diff and moves extra functions/variables to relative files.
How this works
Creates a new struct NetworkUpgrades that wraps the Avalanche Network Upgrades which is then embedded into the ChainConfig. This is a refactor and nothing (at least in theory) should change.
Why this should be merged
Refactors the param/config file to reduce the upstream diff and moves extra functions/variables to relative files.
How this works
Creates a new struct
NetworkUpgrades
that wraps the Avalanche Network Upgrades which is then embedded into theChainConfig
. This is a refactor and nothing (at least in theory) should change.How this was tested
Existing tests should cover this.