AuraTestnet property

ChainInfo AuraTestnet
getter/setter pair

Implementation

static ChainInfo AuraTestnet = ChainInfo(
    6321,
    'aura',
    'evm',
    'https://static.particle.network/token-list/aura/native.png',
    'Aura Testnet',
    'Testnet',
    'https://aura.network',
    ChainInfoNativeCurrency('AURA', 'AURA', 18),
    'https://jsonrpc.euphoria.aura.network',
    '',
    'https://euphoria.aurascan.io',
    [ChainInfoFeature('ERC4337')],
  );