@hawksightco/hawk-sdk 1.3.27 → 1.3.28

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.
@@ -2864,8 +2864,8 @@ class MeteoraDlmmDeposit2 extends HawksightMeteoraCpi {
2864
2864
  const userPda = this.userPda;
2865
2865
  const authority = this.authority;
2866
2866
  // Get token mints X and Y
2867
- const tokenXMint = this.ix.keys[9].pubkey;
2868
- const tokenYMint = this.ix.keys[10].pubkey;
2867
+ const tokenXMint = this.ix.keys[8].pubkey;
2868
+ const tokenYMint = this.ix.keys[9].pubkey;
2869
2869
  // Generate IX via extension contract
2870
2870
  const data = this.ix.data.subarray(8);
2871
2871
  const activeId = data.subarray(0, 4).readInt32LE();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hawksightco/hawk-sdk",
3
- "version": "1.3.27",
3
+ "version": "1.3.28",
4
4
  "description": "Hawksight v2 SDK",
5
5
  "main": "dist/src/index.js",
6
6
  "repository": "https://github.com/ghabxph/hawk-api-client.git",