stellarTestnet property
Configuration for Stellar testnet
Implementation
final BipCoinConfig stellarTestnet = BipCoinConfig(
coinNames: CoinsConf.stellar.coinName,
coinIdx: Slip44.testnet,
chainType: ChainType.testnet,
defPath: derPathHardenedShort,
keyNetVer: bip44BtcKeyNetVerMain,
wifNetVer: null,
type: EllipticCurveTypes.ed25519,
addressEncoder:
(params, config) => XlmAddrEncoder().encodeKey(
params.pubKey,
addrType: XlmAddrTypes.pubKey,
),
);