@hawksightco/hawk-sdk 1.3.34 → 1.3.35

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.
@@ -2331,10 +2331,8 @@ class MeteoraDlmmDeposit2Automation extends HawksightMeteoraAutomationCpi {
2331
2331
  const ix = yield anchor_1.Anchor.instance().iyfMain.methods
2332
2332
  .iyfExtensionExecuteV2(depositIx.data)
2333
2333
  .accounts({
2334
- farm,
2335
2334
  userPda,
2336
2335
  authority,
2337
- iyfProgram,
2338
2336
  iyfExtensionProgram: addresses_1.IYF_EXTENSION,
2339
2337
  })
2340
2338
  .remainingAccounts(depositIx.keys.slice(4))
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hawksightco/hawk-sdk",
3
- "version": "1.3.34",
3
+ "version": "1.3.35",
4
4
  "description": "Hawksight v2 SDK",
5
5
  "main": "dist/src/index.js",
6
6
  "repository": "https://github.com/ghabxph/hawk-api-client.git",