kusamaTestnetEd25519Slip property

BipCoinConfig kusamaTestnetEd25519Slip
final

Configuration for KusamaTestnet (ed25519 SLIP-0010)

Implementation

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