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