bitcoinCashTestNet constant

CoinConf const bitcoinCashTestNet

Configuration for Bitcoin Cash test net

Implementation

static const CoinConf bitcoinCashTestNet = CoinConf(
  coinName: CoinNames("Bitcoin Cash TestNet", "BCH"),
  params: CoinParams(
    p2pkhStdHrp: "bchtest",
    p2pkhStdNetVer: [0x00],
    p2pkhLegacyNetVer: btcP2PKHNetVerTn,
    p2shStdHrp: "bchtest",
    p2shStdNetVer: [0x08],
    p2shLegacyNetVer: btcP2SHNetVerTn,
    wifNetVer: btcWifNetVerTn,
  ),
);