@meteora-ag/dlmm 1.5.1 → 1.5.2
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 +2 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2 -2
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -14468,8 +14468,8 @@ var DLMM = class {
|
|
|
14468
14468
|
tokenXMint: this.lbPair.tokenXMint,
|
|
14469
14469
|
tokenYMint: this.lbPair.tokenYMint,
|
|
14470
14470
|
sender: operator,
|
|
14471
|
-
tokenXProgram:
|
|
14472
|
-
tokenYProgram:
|
|
14471
|
+
tokenXProgram: this.tokenX.owner,
|
|
14472
|
+
tokenYProgram: this.tokenY.owner
|
|
14473
14473
|
}).remainingAccounts([
|
|
14474
14474
|
...transferHookAccountMetas,
|
|
14475
14475
|
{
|