@hawksightco/hawk-sdk 1.3.130 → 1.3.131

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.
@@ -2560,7 +2560,7 @@ class MeteoraDlmmWithdraw2Automation extends HawksightMeteoraAutomationCpi {
2560
2560
  hawksightAuthority,
2561
2561
  position,
2562
2562
  lbPair,
2563
- binArrayBitmapExtension: this.ix.keys[2].pubkey,
2563
+ binArrayBitmapExtension: addresses_1.METEORA_DLMM_PROGRAM,
2564
2564
  userTokenX: this.ix.keys[3].pubkey,
2565
2565
  userTokenY: this.ix.keys[4].pubkey,
2566
2566
  reserveX: this.ix.keys[5].pubkey,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hawksightco/hawk-sdk",
3
- "version": "1.3.130",
3
+ "version": "1.3.131",
4
4
  "description": "Hawksight v2 SDK",
5
5
  "main": "dist/src/index.js",
6
6
  "repository": "https://github.com/ghabxph/hawk-api-client.git",