@hawksightco/hawk-sdk 1.2.86 → 1.2.88

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -587,11 +587,11 @@ class Transactions {
587
587
  useSta: true,
588
588
  }));
589
589
  }
590
- mainInstructions.push(...(0, functions_1.unwrapSolIfMintIsWsol)(params.userWallet, [params.mint]));
591
590
  mainInstructions.push(yield this.ix.iyfMain.withdrawTokenFromUserPda({
592
591
  userWallet: params.userWallet,
593
592
  mint: params.mint,
594
593
  }));
594
+ mainInstructions.push(...(0, functions_1.unwrapSolIfMintIsWsol)(params.userWallet, [params.mint]));
595
595
  return (0, functions_1.createTransactionMeta)({
596
596
  payer: params.userWallet,
597
597
  description: "Withdraw token from PDA",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hawksightco/hawk-sdk",
3
- "version": "1.2.86",
3
+ "version": "1.2.88",
4
4
  "description": "Hawksight v2 SDK",
5
5
  "main": "dist/src/index.js",
6
6
  "repository": "https://github.com/ghabxph/hawk-api-client.git",