MantleSepoliaTestnet property

ChainInfo MantleSepoliaTestnet
getter/setter pair

Implementation

static ChainInfo MantleSepoliaTestnet = ChainInfo(
    5003,
    'Mantle',
    'evm',
    'https://static.particle.network/token-list/mantle/native.png',
    'Mantle Sepolia Testnet',
    'Testnet',
    'https://mantle.xyz',
    ChainInfoNativeCurrency('MNT', 'MNT', 18),
    'https://rpc.sepolia.mantle.xyz',
    'https://faucet.sepolia.mantle.xyz',
    'https://explorer.sepolia.mantle.xyz',
    [],
  );