@hawksightco/hawk-sdk 1.3.67 → 1.3.68

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.
@@ -2584,7 +2584,7 @@ class MeteoraDlmmWithdraw2Automation extends HawksightMeteoraAutomationCpi {
2584
2584
  // Instruction via main hawksight contract
2585
2585
  // @ts-ignore
2586
2586
  const ix = yield anchor_1.Anchor.instance().iyfMain.methods
2587
- .iyfExtensionExecuteV2(withdrawIx.data)
2587
+ .iyfExtensionExecute(withdrawIx.data)
2588
2588
  .accounts({
2589
2589
  farm,
2590
2590
  userPda,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hawksightco/hawk-sdk",
3
- "version": "1.3.67",
3
+ "version": "1.3.68",
4
4
  "description": "Hawksight v2 SDK",
5
5
  "main": "dist/src/index.js",
6
6
  "repository": "https://github.com/ghabxph/hawk-api-client.git",