@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(Array.from(param), minBinId, maxBinId, isHawkRefund)
733
+ .meteoraDlmmLimitCloseAutomationV2(param, // Pass Buffer directly instead of converting to Array
734
+ minBinId, maxBinId, isHawkRefund)
734
735
  .accounts({
735
736
  userPda,
736
737
  hawksightAuthority,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hawksightco/hawk-sdk",
3
- "version": "1.3.100",
3
+ "version": "1.3.101",
4
4
  "description": "Hawksight v2 SDK",
5
5
  "main": "dist/src/index.js",
6
6
  "repository": "https://github.com/ghabxph/hawk-api-client.git",