Base property

ChainInfo Base
getter/setter pair

Implementation

static ChainInfo Base = ChainInfo(
    8453,
    'Base',
    'evm',
    'https://static.particle.network/token-list/base/native.png',
    'Base Mainnet',
    'Mainnet',
    'https://base.org',
    ChainInfoNativeCurrency('ETH', 'ETH', 18),
    'https://developer-access-mainnet.base.org',
    '',
    'https://basescan.org',
    [ChainInfoFeature('EIP1559')],
  );