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