ergoTestNet property
Configuration for Ergo test net
Implementation
static final BipCoinConfig ergoTestNet = BipCoinConfig(
coinNames: CoinsConf.ergoTestNet.coinName,
coinIdx: Slip44.ergo,
isTestnet: true,
defPath: derPathNonHardenedFull,
keyNetVer: bip44BtcKeyNetVerTest,
wifNetVer: null,
type: EllipticCurveTypes.secp256k1,
addressEncoder: ([dynamic kwargs]) => ErgoP2PKHAddrEncoder(),
addrParams: {
"net_type": ErgoNetworkTypes.testnet,
},
);