FantomTestnet property

ChainInfo FantomTestnet
getter/setter pair

Implementation

static ChainInfo FantomTestnet = ChainInfo(
    4002,
    'Fantom',
    'evm',
    'https://static.particle.network/token-list/fantom/native.png',
    'Fantom Testnet',
    'Testnet',
    'https://docs.fantom.foundation/quick-start/short-guide#fantom-testnet',
    ChainInfoNativeCurrency('FTM', 'FTM', 18),
    'https://rpc.testnet.fantom.network',
    'https://faucet.fantom.network',
    'https://testnet.ftmscan.com',
    [],
  );