pub fn get_network_details_from_name(
make_root_dir_path: &Path,
network: &str,
) -> Result<NetworkDetail, HelperErrors>
Expand description
Get the NetworkDetail (contract addresses, environment type) from network names
pub fn get_network_details_from_name(
make_root_dir_path: &Path,
network: &str,
) -> Result<NetworkDetail, HelperErrors>
Get the NetworkDetail (contract addresses, environment type) from network names