cosmosTestnetEd25519 property

BipCoinConfig cosmosTestnetEd25519
final

Implementation

final BipCoinConfig cosmosTestnetEd25519 = BipCoinConfig(
  coinNames: CoinsConf.cosmos.coinName,
  coinIdx: Slip44.testnet,
  chainType: ChainType.testnet,
  defPath: derPathHardenedFull,
  keyNetVer: bip44BtcKeyNetVerMain,
  wifNetVer: null,
  type: EllipticCurveTypes.ed25519,
  addressEncoder:
      (params, config) => AtomEd25519AddrEncoder().encodeKey(
        params.pubKey,
        hrp: CoinsConf.cosmos.params.addrHrp,
      ),
);