EthereumSepolia property

ChainInfo EthereumSepolia
getter/setter pair

Implementation

static ChainInfo EthereumSepolia = ChainInfo(
    11155111,
    'Ethereum',
    'evm',
    'https://static.particle.network/token-list/ethereum/native.png',
    'Ethereum Sepolia',
    'Sepolia',
    'https://sepolia.otterscan.io',
    ChainInfoNativeCurrency('Ether', 'ETH', 18),
    'https://rpc.sepolia.org',
    'https://faucet.quicknode.com/drip',
    'https://sepolia.etherscan.io',
    [ChainInfoFeature('EIP1559')],
  );