pepeTestnet property

BipCoinConfig pepeTestnet
final

Configuration for Pepecoin test net

Implementation

static final BipCoinConfig pepeTestnet = BipCoinConfig(
  coinNames: CoinsConf.pepeTestnet.coinName,
  coinIdx: Slip44.testnet,
  isTestnet: true,
  defPath: derPathNonHardenedFull,
  keyNetVer: Bip32KeyNetVersions(List<int>.from([0x04, 0x32, 0xa9, 0xa8]),
      List<int>.from([0x04, 0x32, 0xa2, 0x43])),
  wifNetVer: CoinsConf.pepeTestnet.params.wifNetVer,
  type: EllipticCurveTypes.secp256k1,
  addressEncoder: ([dynamic kwargs]) => P2PKHAddrEncoder(),
  addrParams: {"net_ver": CoinsConf.pepeTestnet.params.p2pkhNetVer!},
);