mainnet static method

EthereumChain mainnet()

Implementation

static EthereumChain mainnet() {
  return EthereumChain(1, "Mainnet");
}