EthereumHolesky property

ChainInfo EthereumHolesky
getter/setter pair

Implementation

static ChainInfo EthereumHolesky = ChainInfo(
    17000,
    'Ethereum',
    'evm',
    'https://static.particle.network/token-list/ethereum/native.png',
    'Ethereum Holesky',
    'Holesky',
    'https://holesky.ethpandaops.io',
    ChainInfoNativeCurrency('Ether', 'ETH', 18),
    'https://ethereum-holesky.blockpi.network/v1/rpc/public',
    'https://faucet.quicknode.com/drip',
    'https://holesky.etherscan.io',
    [ChainInfoFeature('EIP1559')],
  );