ergoMainNet property
Configuration for Ergo main net
Implementation
final BipCoinConfig ergoMainNet = BipCoinConfig(
coinNames: CoinsConf.ergoMainNet.coinName,
coinIdx: Slip44.ergo,
chainType: ChainType.mainnet,
defPath: derPathNonHardenedFull,
keyNetVer: bip44BtcKeyNetVerMain,
wifNetVer: null,
type: EllipticCurveTypes.secp256k1,
addressEncoder:
(params, config) => ErgoP2PKHAddrEncoder().encodeKey(
params.pubKey,
netType: ErgoNetworkTypes.mainnet,
),
);