HarmonyTestnet property

ChainInfo HarmonyTestnet
getter/setter pair

Implementation

static ChainInfo HarmonyTestnet = ChainInfo(
    1666700000,
    'Harmony',
    'evm',
    'https://static.particle.network/token-list/harmony/native.png',
    'Harmony Testnet',
    'Testnet',
    'https://www.harmony.one',
    ChainInfoNativeCurrency('ONE', 'ONE', 18),
    'https://api.s0.b.hmny.io',
    'https://faucet.pops.one',
    'https://explorer.pops.one',
    [],
  );