Function get_evm_network

Source
pub fn get_evm_network(local: bool) -> Result<Network, Error>
Expand description

Initialize the EVM Network parameters from environment variables or local CSV file.

It will first try to get the network from the environment variables. If it fails and local is true, it will try to get the network from the local CSV file. If both fail, it will return the default network.