firo property

ChainParams firo
final

Implementation

static final firo = ChainParams(
  chain: const Chain(
    wifPrefix: 0xd2,
    p2pkhPrefix: 0x52,
    p2shPrefix: 0x07,
    bech32Hrp: null,
    name: 'Firo',
    bip44CoinType: 136,
    supportsSegwit: false,
    supportsTaproot: false,
  ),
  chainName: 'Firo',
  ticker: 'FIRO',
  identifier: 'firo',
  bip44CoinType: 136,
  supportedAddrTypes: [
    AddrType.p2pkh,
    AddrType.p2sh,
  ],
  supportsSegwit: false,
  supportsTaproot: false,
);