ergoTestNet property

BipCoinConfig ergoTestNet
final

Configuration for Ergo test net

Implementation

final BipCoinConfig ergoTestNet = BipCoinConfig(
  coinNames: CoinsConf.ergoTestNet.coinName,
  coinIdx: Slip44.ergo,
  chainType: ChainType.testnet,
  defPath: derPathNonHardenedFull,
  keyNetVer: bip44BtcKeyNetVerTest,
  wifNetVer: null,
  type: EllipticCurveTypes.secp256k1,
  addressEncoder:
      (params, config) => ErgoP2PKHAddrEncoder().encodeKey(
        params.pubKey,
        netType: ErgoNetworkTypes.testnet,
      ),
);