ZircuitTestnet property

ChainInfo ZircuitTestnet
getter/setter pair

Implementation

static ChainInfo ZircuitTestnet = ChainInfo(
    48899,
    'Zircuit',
    'evm',
    'https://static.particle.network/token-list/zircuit/native.png',
    'Zircuit Testnet',
    'Testnet',
    'https://www.zircuit.com',
    ChainInfoNativeCurrency('Ether', 'ETH', 18),
    'https://zircuit1.p2pify.com',
    '',
    'https://explorer.testnet.zircuit.com',
    [ChainInfoFeature('ERC4337')],
  );