bitcoinSvTestnet property

ChainParams bitcoinSvTestnet
final

Implementation

static final bitcoinSvTestnet = ChainParams(
  chain: const Chain(
    wifPrefix: 0xef,
    p2pkhPrefix: 0x6f,
    p2shPrefix: 0xc4,
    bech32Hrp: null,
    name: 'Bitcoin SV Testnet',
    bip44CoinType: 1,
    supportsSegwit: false,
    supportsTaproot: false,
  ),
  chainName: 'Bitcoin SV Testnet',
  ticker: 'tBSV',
  identifier: 'bitcoin-sv-testnet',
  bip44CoinType: 1,
  supportedAddrTypes: [
    AddrType.p2pkh,
    AddrType.p2sh,
  ],
  supportsSegwit: false,
  supportsTaproot: false,
  usesForkId: true,
);