avaxCChain property
Configuration for Avax C-Chain
Implementation
static final BipCoinConfig avaxCChain = BipCoinConfig(
coinNames: CoinsConf.avaxCChain.coinName,
coinIdx: Slip44.ethereum,
isTestnet: false,
defPath: derPathNonHardenedFull,
keyNetVer: bip44BtcKeyNetVerMain,
wifNetVer: null,
type: EllipticCurveTypes.secp256k1,
addressEncoder: ([dynamic kwargs]) => EthAddrEncoder(),
addrParams: {},
);