@hawksightco/hawk-sdk 1.3.79 → 1.3.80

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.
@@ -2368,7 +2368,7 @@ class ClosePositionIfEmptyAutomation extends HawksightMeteoraAutomationCpi {
2368
2368
  .accounts({
2369
2369
  // farm,
2370
2370
  userPda,
2371
- authority: hawksightAuthority,
2371
+ authority,
2372
2372
  // iyfProgram,
2373
2373
  iyfExtensionProgram: addresses_1.IYF_EXTENSION,
2374
2374
  })
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hawksightco/hawk-sdk",
3
- "version": "1.3.79",
3
+ "version": "1.3.80",
4
4
  "description": "Hawksight v2 SDK",
5
5
  "main": "dist/src/index.js",
6
6
  "repository": "https://github.com/ghabxph/hawk-api-client.git",