diff --git a/ethproviders/config.go b/ethproviders/config.go index c7b3c4c9..8c647fb7 100644 --- a/ethproviders/config.go +++ b/ethproviders/config.go @@ -9,6 +9,7 @@ type NetworkConfig struct { URL string `toml:"url" json:"url"` AuthChain bool `toml:"auth_chain" json:"authChain"` Testnet bool `toml:"testnet" json:"testnet"` + Disabled bool `toml:"disabled" json:"disabled"` } func (n Config) GetByID(id uint64) (NetworkConfig, bool) {