solanaTestnet property

BipCoinConfig solanaTestnet
final

Configuration for Solana

Implementation

final BipCoinConfig solanaTestnet = BipCoinConfig(
  coinNames: CoinsConf.solana.coinName,
  coinIdx: Slip44.testnet,
  chainType: ChainType.testnet,
  defPath: derPathHardenedShort,
  keyNetVer: bip44BtcKeyNetVerMain,
  wifNetVer: null,
  type: EllipticCurveTypes.ed25519,
  addressEncoder:
      (params, config) => SolAddrEncoder().encodeKey(params.pubKey),
);