DuckchainTestnet property

ChainInfo DuckchainTestnet
getter/setter pair

Implementation

static ChainInfo DuckchainTestnet = ChainInfo(
    202105,
    'Duckchain',
    'evm',
    'https://static.particle.network/token-list/duckchain/native.png',
    'Duckchain Testnet',
    'Testnet',
    'https://testnet-scan.duckchain.io',
    ChainInfoNativeCurrency('TON', 'TON', 18),
    'https://testnet-rpc.duckchain.io',
    '',
    'https://testnet-scan.duckchain.io',
    [ChainInfoFeature('EIP1559'),ChainInfoFeature('ERC4337')],
  );