cosmosEthSecp256k1 property

BipCoinConfig cosmosEthSecp256k1
final

Implementation

final BipCoinConfig cosmosEthSecp256k1 = BipCoinConfig(
  coinNames: CoinsConf.cosmos.coinName,
  coinIdx: Slip44.atom,
  chainType: ChainType.mainnet,
  defPath: derPathNonHardenedFull,
  keyNetVer: bip44BtcKeyNetVerMain,
  wifNetVer: null,
  type: EllipticCurveTypes.secp256k1,
  addressEncoder:
      (params, config) => AtomEthSecp256k1AddrEncoder().encodeKey(
        params.pubKey,
        hrp: CoinsConf.cosmos.params.addrHrp,
      ),
);