ethereumTestnet property
Configuration for EthereumTestnet
Implementation
static final BipCoinConfig ethereumTestnet = BipCoinConfig(
coinNames: CoinsConf.ethereum.coinName,
coinIdx: Slip44.testnet,
isTestnet: true,
defPath: derPathNonHardenedFull,
keyNetVer: bip44BtcKeyNetVerMain,
wifNetVer: null,
type: EllipticCurveTypes.secp256k1,
addressEncoder: ([dynamic kwargs]) => EthAddrEncoder(),
addrParams: {},
);