avaxCChain property

BipCoinConfig avaxCChain
final

Configuration for Avax C-Chain

Implementation

final BipCoinConfig avaxCChain = BipCoinConfig(
  coinNames: CoinsConf.avaxCChain.coinName,
  coinIdx: Slip44.ethereum,
  chainType: ChainType.mainnet,
  defPath: derPathNonHardenedFull,
  keyNetVer: bip44BtcKeyNetVerMain,
  wifNetVer: null,
  type: EllipticCurveTypes.secp256k1,
  addressEncoder:
      (params, config) => EthAddrEncoder().encodeKey(params.pubKey),
);