@meteora-ag/dlmm 1.3.16-rc.0 → 1.3.16

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
@@ -5,7 +5,6 @@ import {
5
5
  NATIVE_MINT as NATIVE_MINT2,
6
6
  TOKEN_PROGRAM_ID as TOKEN_PROGRAM_ID4,
7
7
  createAssociatedTokenAccountIdempotentInstruction as createAssociatedTokenAccountIdempotentInstruction2,
8
- createAssociatedTokenAccountIdempotentInstructionWithDerivation,
9
8
  createTransferCheckedInstruction as createTransferCheckedInstruction2,
10
9
  getAssociatedTokenAddressSync as getAssociatedTokenAddressSync2,
11
10
  unpackAccount,
@@ -14269,11 +14268,10 @@ var DLMM = class {
14269
14268
  preInstructions.push(transferIx);
14270
14269
  }
14271
14270
  } else {
14272
- const createPositionOwnerTokenXIx = createAssociatedTokenAccountIdempotentInstructionWithDerivation(
14271
+ const createPositionOwnerTokenXIx = createAssociatedTokenAccountIdempotentInstruction2(
14273
14272
  payer,
14274
14273
  positionOwner,
14275
14274
  this.lbPair.tokenXMint,
14276
- false,
14277
14275
  this.tokenX.owner,
14278
14276
  positionOwnerTokenX
14279
14277
  );