cardanoLedgerTestNet property
Implementation
static final BipCoinConfig cardanoLedgerTestNet = BipCoinConfig(
coinNames: CoinsConf.cardanoTestNet.coinName,
coinIdx: Slip44.testnet,
isTestnet: true,
defPath: derPathNonHardenedFull,
keyNetVer: Bip32Const.testNetKeyNetVersions,
wifNetVer: null,
type: EllipticCurveTypes.ed25519Kholaw,
addressEncoder: ([dynamic kwargs]) => AdaShelleyAddrEncoder(),
addrParams: {"net_tag": ADANetwork.testnetPreview},
);