zkSyncEraSepolia property

ChainInfo zkSyncEraSepolia
getter/setter pair

Implementation

static ChainInfo zkSyncEraSepolia = ChainInfo(
    300,
    'zkSync',
    'evm',
    'https://static.particle.network/token-list/zksync/native.png',
    'zkSync Era Sepolia',
    'Sepolia',
    'https://era.zksync.io',
    ChainInfoNativeCurrency('zkSync', 'ETH', 18),
    'https://sepolia.era.zksync.dev',
    'https://portal.zksync.io/faucet',
    'https://sepolia.explorer.zksync.io',
    [ChainInfoFeature('EIP1559')],
  );