cosmosTestnetNist256p1 property
Implementation
final BipCoinConfig cosmosTestnetNist256p1 = BipCoinConfig(
coinNames: CoinsConf.cosmos.coinName,
coinIdx: Slip44.testnet,
chainType: ChainType.testnet,
defPath: derPathNonHardenedFull,
keyNetVer: bip44BtcKeyNetVerMain,
wifNetVer: null,
type: EllipticCurveTypes.nist256p1,
addressEncoder:
(params, config) => AtomNist256P1AddrEncoder().encodeKey(
params.pubKey,
hrp: CoinsConf.cosmos.params.addrHrp,
),
);