polkadotTestnetEd25519Slip property
Implementation
final BipCoinConfig polkadotTestnetEd25519Slip = BipCoinConfig(
coinNames: CoinsConf.polkadot.coinName,
coinIdx: Slip44.testnet,
chainType: ChainType.testnet,
defPath: derPathHardenedFull,
keyNetVer: bip44BtcKeyNetVerMain,
wifNetVer: null,
type: EllipticCurveTypes.ed25519,
addressEncoder:
(params, config) => SubstrateEd25519AddrEncoder().encodeKey(
params.pubKey,
ss58Format: CoinsConf.genericSubstrate.params.addrSs58Format,
),
);