@meteora-ag/dlmm 1.6.0-sam.0 → 1.6.0-sam.1

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
@@ -13892,7 +13892,6 @@ async function chunkDepositWithRebalanceEndpoint(dlmm, strategy, slippagePercent
13892
13892
  calculatedAddLiquidityCU += DEFAULT_ADD_LIQUIDITY_CU;
13893
13893
  const addLiquidityIxs = [];
13894
13894
  addLiquidityIxs.push(...initBitmapIxs, ...initBinArrayIxs);
13895
- console.log(dlmm.tokenX.publicKey.toBase58(), totalXAmount.toString());
13896
13895
  if (dlmm.tokenX.publicKey.equals(NATIVE_MINT) && !totalXAmount.isZero()) {
13897
13896
  const wrapSOLIx = wrapSOLInstruction(
13898
13897
  owner,
@@ -15999,6 +15998,7 @@ var DLMM = class {
15999
15998
  instructionsByPositions.push({
16000
15999
  positionKeypair: position,
16001
16000
  initializePositionIx: initPositionIx,
16001
+ initializeAtaIxs,
16002
16002
  addLiquidityIxs: chunkedAddLiquidityIx
16003
16003
  });
16004
16004
  startBinId = endBinId + 1;