@hawksightco/hawk-sdk 1.3.63 → 1.3.64

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.
@@ -322,8 +322,8 @@ class MeteoraDlmmIxGenerator {
322
322
  console.log('Remaining accounts count:', remainingAccountMeta.length);
323
323
  console.log('Remaining accounts info length:', remainingAccountsInfo.length);
324
324
  // Generate instruction
325
- return this.ix.iyfMain.iyfExtensionExecute(connection, {
326
- userWallet,
325
+ return this.ix.iyfMain.iyfExtensionExecuteV2(connection, {
326
+ authority: userWallet,
327
327
  // @ts-ignore
328
328
  iyfExtensionIx: yield anchor_1.Anchor.instance().iyfExtension
329
329
  .methods
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hawksightco/hawk-sdk",
3
- "version": "1.3.63",
3
+ "version": "1.3.64",
4
4
  "description": "Hawksight v2 SDK",
5
5
  "main": "dist/src/index.js",
6
6
  "repository": "https://github.com/ghabxph/hawk-api-client.git",