OPTIMISM_NETWORK constructor

const OPTIMISM_NETWORK()

Implementation

const OPTIMISM_NETWORK()
    : super(
        chainId: 10,
        coin: optimism,
        messagePrefix: "\x19Optimism Signed Message:\n",
        blockTime: 2,
      );