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