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