Ethereum property

ChainInfo Ethereum
getter/setter pair

Implementation

static ChainInfo Ethereum = ChainInfo(
      1,
      'Ethereum',
      'evm',
      'https://static.particle.network/token-list/ethereum/native.png',
      'Ethereum Mainnet',
      'Mainnet',
      'https://ethereum.org',
      ChainInfoNativeCurrency('Ether', 'ETH', 18),
      'https://ethereum.publicnode.com',
      '',
      'https://etherscan.io',
      [ChainInfoFeature('EIP1559')],
    );