@hawksightco/hawk-sdk 1.3.12 → 1.3.13

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.
@@ -1511,7 +1511,7 @@ class InitializePositionAndAddLiquidityByStrategyBuilder {
1511
1511
  default() {
1512
1512
  return [
1513
1513
  // // Step 1: Init wSOL token account for user wallet (if X or Y token is wSOL)
1514
- // ...this.wrapSolIxs,
1514
+ ...this.wrapSolIxs,
1515
1515
  // Step 2: Deposit X and Y token to UserPDA
1516
1516
  this.depositToPdaIxs,
1517
1517
  // Step 3: Add liquidity by strategy
@@ -1519,7 +1519,7 @@ class InitializePositionAndAddLiquidityByStrategyBuilder {
1519
1519
  // // Step 4: Refund dust to user wallet
1520
1520
  // this.refundDustIxs,
1521
1521
  // // Step 5: Close wSOL account (if there's any)
1522
- // ...this.unwrapWsolIxs,
1522
+ ...this.unwrapWsolIxs,
1523
1523
  ];
1524
1524
  }
1525
1525
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hawksightco/hawk-sdk",
3
- "version": "1.3.12",
3
+ "version": "1.3.13",
4
4
  "description": "Hawksight v2 SDK",
5
5
  "main": "dist/src/index.js",
6
6
  "repository": "https://github.com/ghabxph/hawk-api-client.git",