@meteora-ag/dlmm 1.6.0-rc.10 → 1.6.0-rc.11

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.
package/dist/index.mjs CHANGED
@@ -18518,15 +18518,12 @@ var DLMM = class {
18518
18518
  );
18519
18519
  const rebalancePositionInstruction = [
18520
18520
  setCUIX,
18521
+ ...initBinArrayInstructions,
18521
18522
  ...preInstructions,
18522
18523
  instruction,
18523
18524
  ...postInstructions
18524
18525
  ];
18525
- allInstructions.push({
18526
- initBinArrayInstructions,
18527
- rebalancePositionInstruction,
18528
- chunk
18529
- });
18526
+ allInstructions.push(rebalancePositionInstruction);
18530
18527
  }
18531
18528
  return allInstructions;
18532
18529
  }