@hawksightco/hawk-sdk 1.3.55 → 1.3.56

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.
@@ -2356,9 +2356,9 @@ class ClosePositionIfEmptyAutomation extends HawksightMeteoraAutomationCpi {
2356
2356
  authority,
2357
2357
  iyfProgram,
2358
2358
  hawksightAuthority,
2359
- position: this.ix.keys[0].pubkey,
2359
+ position: hawksightAuthority, //this.ix.keys[0].pubkey,
2360
2360
  lbPair: lbPair,
2361
- eventAuthority: this.ix.keys[3].pubkey,
2361
+ eventAuthority: hawksightAuthority, //this.ix.keys[3].pubkey,
2362
2362
  meteoraDlmmProgram: addresses_1.METEORA_DLMM_PROGRAM,
2363
2363
  fuelAccount: fuelAccount,
2364
2364
  }).instruction();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hawksightco/hawk-sdk",
3
- "version": "1.3.55",
3
+ "version": "1.3.56",
4
4
  "description": "Hawksight v2 SDK",
5
5
  "main": "dist/src/index.js",
6
6
  "repository": "https://github.com/ghabxph/hawk-api-client.git",