@hawksightco/hawk-sdk 1.3.100 → 1.3.101
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.
|
@@ -730,7 +730,8 @@ class MeteoraDlmmIxGenerator {
|
|
|
730
730
|
// @ts-ignore
|
|
731
731
|
const meteoraDlmmLimitCloseAutomationV2Ix = yield anchor_1.Anchor.instance().iyfExtension
|
|
732
732
|
.methods
|
|
733
|
-
.meteoraDlmmLimitCloseAutomationV2(
|
|
733
|
+
.meteoraDlmmLimitCloseAutomationV2(param, // Pass Buffer directly instead of converting to Array
|
|
734
|
+
minBinId, maxBinId, isHawkRefund)
|
|
734
735
|
.accounts({
|
|
735
736
|
userPda,
|
|
736
737
|
hawksightAuthority,
|