@hawksightco/hawk-sdk 1.3.105 → 1.3.106

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.
@@ -2476,7 +2476,7 @@ class MeteoraDlmmDeposit2Automation extends HawksightMeteoraAutomationCpi {
2476
2476
  // Instruction via main hawksight contract
2477
2477
  // @ts-ignore
2478
2478
  const ix = yield anchor_1.Anchor.instance().iyfMain.methods
2479
- .iyfExtensionExecute(depositIx.data)
2479
+ .iyfExtensionExecuteV2(depositIx.data)
2480
2480
  .accounts({
2481
2481
  farm,
2482
2482
  userPda,
@@ -2573,7 +2573,7 @@ class MeteoraDlmmWithdraw2Automation extends HawksightMeteoraAutomationCpi {
2573
2573
  // Instruction via main hawksight contract
2574
2574
  // @ts-ignore
2575
2575
  const ix = yield anchor_1.Anchor.instance().iyfMain.methods
2576
- .iyfExtensionExecute(withdrawIx.data)
2576
+ .iyfExtensionExecuteV2(withdrawIx.data)
2577
2577
  .accounts({
2578
2578
  farm,
2579
2579
  userPda,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hawksightco/hawk-sdk",
3
- "version": "1.3.105",
3
+ "version": "1.3.106",
4
4
  "description": "Hawksight v2 SDK",
5
5
  "main": "dist/src/index.js",
6
6
  "repository": "https://github.com/ghabxph/hawk-api-client.git",