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