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