Validates whether the network passed in is valid
bool isValidNetwork(String networkPrefix) { return validNetworks.contains(networkPrefix); }