@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.
|
|
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
|