@meteora-ag/dlmm 1.4.3 → 1.4.5
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.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -14231,7 +14231,7 @@ var DLMM = class {
|
|
|
14231
14231
|
this.lbPair.tokenXMint,
|
|
14232
14232
|
positionOwner,
|
|
14233
14233
|
true,
|
|
14234
|
-
this.
|
|
14234
|
+
this.tokenX.owner
|
|
14235
14235
|
);
|
|
14236
14236
|
if (shouldSeedPositionOwner) {
|
|
14237
14237
|
const positionOwnerTokenXAccount = await this.program.provider.connection.getAccountInfo(
|