@hawksightco/hawk-sdk 1.3.30 → 1.3.31

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.
@@ -2258,8 +2258,8 @@ class MeteoraDlmmDeposit2Automation extends HawksightMeteoraAutomationCpi {
2258
2258
  const iyfProgram = addresses_1.IYF_MAIN;
2259
2259
  const hawksightAuthority = addresses_1.HS_AUTHORITY;
2260
2260
  // Get token mints X and Y
2261
- const tokenXMint = this.ix.keys[9].pubkey;
2262
- const tokenYMint = this.ix.keys[10].pubkey;
2261
+ const tokenXMint = this.ix.keys[7].pubkey;
2262
+ const tokenYMint = this.ix.keys[8].pubkey;
2263
2263
  console.log(`MeteoraDlmmDeposit2Automation looking for mints:`, {
2264
2264
  tokenXMint: tokenXMint.toString(),
2265
2265
  tokenYMint: tokenYMint.toString()
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hawksightco/hawk-sdk",
3
- "version": "1.3.30",
3
+ "version": "1.3.31",
4
4
  "description": "Hawksight v2 SDK",
5
5
  "main": "dist/src/index.js",
6
6
  "repository": "https://github.com/ghabxph/hawk-api-client.git",