suiSecp256k1 property

BipCoinConfig suiSecp256k1
final

Configuration for Sui mainnet (Secp256k1)

Implementation

final BipCoinConfig suiSecp256k1 = BipCoinConfig(
  coinNames: CoinsConf.sui.coinName,
  coinIdx: Slip44.sui,
  chainType: ChainType.mainnet,
  defPath: derPathNonHardenedFull,
  keyNetVer: bip44BtcKeyNetVerMain,
  wifNetVer: null,
  purpose: Bip32KeyIndex.hardenIndex(54),
  type: EllipticCurveTypes.secp256k1,
  addressEncoder:
      (params, config) => SuiSecp256k1AddrEncoder().encodeKey(params.pubKey),
);