ETHEREUM_NETWORK constructor

const ETHEREUM_NETWORK()

Implementation

const ETHEREUM_NETWORK()
    : super(
        chainId: 1,
        coin: ethNative,
        messagePrefix: "\x19Ethereum Signed Message:\n",
        blockTime: 12,
      );