IoTeXTestnet property

ChainInfo IoTeXTestnet
getter/setter pair

Implementation

static ChainInfo IoTeXTestnet = ChainInfo(
    4690,
    'iotex',
    'evm',
    'https://static.particle.network/token-list/iotex/native.png',
    'IoTeX Testnet',
    'Testnet',
    'https://iotex.io',
    ChainInfoNativeCurrency('IOTX', 'IOTX', 18),
    'https://babel-api.testnet.iotex.io',
    '',
    'https://testnet.iotexscan.io',
    [ChainInfoFeature('ERC4337')],
  );