@stabbleorg/mclmm-sdk 0.1.2 → 0.1.3

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/lib/index.js CHANGED
@@ -8539,7 +8539,7 @@ var PositionManager = class {
8539
8539
  const [positionNftAccountPda] = await (0, import_token2.findAssociatedTokenPda)({
8540
8540
  mint: nftMintAccount.address,
8541
8541
  owner: ownerInfo.wallet,
8542
- tokenProgram: import_token2.TOKEN_PROGRAM_ADDRESS
8542
+ tokenProgram: import_token_2022.TOKEN_2022_PROGRAM_ADDRESS
8543
8543
  });
8544
8544
  const [protocolPositionPda] = await PdaUtils.getProtocolPositionStatePda(
8545
8545
  poolAccount.address,
@@ -8632,7 +8632,7 @@ var PositionManager = class {
8632
8632
  const [positionNftAccountPda] = await (0, import_token2.findAssociatedTokenPda)({
8633
8633
  mint: nftMintAccount.address,
8634
8634
  owner: ownerInfo.wallet.address,
8635
- tokenProgram: import_token2.TOKEN_PROGRAM_ADDRESS
8635
+ tokenProgram: import_token_2022.TOKEN_2022_PROGRAM_ADDRESS
8636
8636
  });
8637
8637
  const [protocolPositionPda] = await PdaUtils.getProtocolPositionStatePda(
8638
8638
  poolAccount.address,
package/lib/index.mjs CHANGED
@@ -9177,7 +9177,7 @@ var PositionManager = class {
9177
9177
  const [positionNftAccountPda] = await findAssociatedTokenPda({
9178
9178
  mint: nftMintAccount.address,
9179
9179
  owner: ownerInfo.wallet,
9180
- tokenProgram: TOKEN_PROGRAM_ADDRESS2
9180
+ tokenProgram: TOKEN_2022_PROGRAM_ADDRESS
9181
9181
  });
9182
9182
  const [protocolPositionPda] = await PdaUtils.getProtocolPositionStatePda(
9183
9183
  poolAccount.address,
@@ -9270,7 +9270,7 @@ var PositionManager = class {
9270
9270
  const [positionNftAccountPda] = await findAssociatedTokenPda({
9271
9271
  mint: nftMintAccount.address,
9272
9272
  owner: ownerInfo.wallet.address,
9273
- tokenProgram: TOKEN_PROGRAM_ADDRESS2
9273
+ tokenProgram: TOKEN_2022_PROGRAM_ADDRESS
9274
9274
  });
9275
9275
  const [protocolPositionPda] = await PdaUtils.getProtocolPositionStatePda(
9276
9276
  poolAccount.address,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stabbleorg/mclmm-sdk",
3
- "version": "0.1.2",
3
+ "version": "0.1.3",
4
4
  "description": "SDK for Stabble's margin-enabled concentrated liquidity market maker",
5
5
  "main": "lib/index.js",
6
6
  "module": "lib/index.mjs",