rippleTestnetEd25519 property
Configuration for Ripple testnet
Implementation
final BipCoinConfig rippleTestnetEd25519 = BipCoinConfig(
coinNames: CoinsConf.ripple.coinName,
coinIdx: Slip44.testnet,
chainType: ChainType.testnet,
defPath: derPathHardenedFull,
keyNetVer: bip44BtcKeyNetVerMain,
wifNetVer: null,
type: EllipticCurveTypes.ed25519,
addressEncoder:
(params, config) => XrpAddrEncoder().encodeKey(
params.pubKey,
pubKeyType: EllipticCurveTypes.ed25519,
),
);