firoTestnet property

ChainParams firoTestnet
final

Implementation

static final firoTestnet = ChainParams(
  chain: const Chain(
    wifPrefix: 0xb9,
    p2pkhPrefix: 0x41,
    p2shPrefix: 0xb2,
    bech32Hrp: null,
    name: 'Firo Testnet',
    bip44CoinType: 1,
    supportsSegwit: false,
    supportsTaproot: false,
  ),
  chainName: 'Firo Testnet',
  ticker: 'tFIRO',
  identifier: 'firo-testnet',
  bip44CoinType: 1,
  supportedAddrTypes: [
    AddrType.p2pkh,
    AddrType.p2sh,
  ],
  supportsSegwit: false,
  supportsTaproot: false,
);