@hawksightco/hawk-sdk 1.3.4 → 1.3.5

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.
@@ -1345,8 +1345,8 @@ class InitializePositionAndAddLiquidityByStrategyBuilder {
1345
1345
  */
1346
1346
  default() {
1347
1347
  return [
1348
- // Step 1: Init wSOL token account for user wallet (if X or Y token is wSOL)
1349
- ...this.wrapSolIxs,
1348
+ // // Step 1: Init wSOL token account for user wallet (if X or Y token is wSOL)
1349
+ // ...this.wrapSolIxs,
1350
1350
  // Step 2: Deposit X and Y token to UserPDA
1351
1351
  this.depositToPdaIxs,
1352
1352
  // Step 3: Add liquidity by strategy
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hawksightco/hawk-sdk",
3
- "version": "1.3.4",
3
+ "version": "1.3.5",
4
4
  "description": "Hawksight v2 SDK",
5
5
  "main": "dist/src/index.js",
6
6
  "repository": "https://github.com/ghabxph/hawk-api-client.git",