@hawksightco/hawk-sdk 1.3.132 → 1.3.133

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.
@@ -1459,10 +1459,10 @@ class RemoveLiquidityBuilder {
1459
1459
  console.warn(`Warn: Reward instruction not found! This may happen if pool has no rewards`);
1460
1460
  return;
1461
1461
  }
1462
- const userPda = this.mainIxs[index].keys[1].pubkey;
1463
- const tokenMint = this.mainIxs[index].keys[10].pubkey;
1462
+ const userPda = this.mainIxs[index].keys[0].pubkey;
1463
+ const tokenMint = this.mainIxs[index].keys[6].pubkey;
1464
1464
  const ataToken = (0, functions_1.generateAta)(userPda, tokenMint);
1465
- this.mainIxs[index].keys[11].pubkey = ataToken;
1465
+ this.mainIxs[index].keys[7].pubkey = ataToken;
1466
1466
  }
1467
1467
  }
1468
1468
  exports.RemoveLiquidityBuilder = RemoveLiquidityBuilder;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hawksightco/hawk-sdk",
3
- "version": "1.3.132",
3
+ "version": "1.3.133",
4
4
  "description": "Hawksight v2 SDK",
5
5
  "main": "dist/src/index.js",
6
6
  "repository": "https://github.com/ghabxph/hawk-api-client.git",