cosmosTestnetNist256p1 property

BipCoinConfig cosmosTestnetNist256p1
final

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,
      ),
);