particlTestnet property

ChainParams particlTestnet
final

Implementation

static final particlTestnet = ChainParams(
  chain: const Chain(
    wifPrefix: 0x2e,
    p2pkhPrefix: 0x76,
    p2shPrefix: 0x7a,
    bech32Hrp: 'tpw',
    name: 'Particl Testnet',
    bip44CoinType: 1,
    supportsSegwit: true,
    supportsTaproot: false,
  ),
  chainName: 'Particl Testnet',
  ticker: 'tPART',
  identifier: 'particl-testnet',
  bip44CoinType: 1,
  supportedAddrTypes: [
    AddrType.p2pkh,
    AddrType.p2sh,
    AddrType.p2wpkh,
    AddrType.p2wsh,
  ],
  supportsSegwit: true,
  supportsTaproot: false,
);