@meteora-ag/dlmm 1.5.0-rc.2 → 1.5.0-rc.4
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
|
@@ -15651,14 +15651,14 @@ var DLMM = class {
|
|
|
15651
15651
|
return {
|
|
15652
15652
|
initPositionIxs: initPositionIxs.map((ixs) => {
|
|
15653
15653
|
return new (0, _web3js.Transaction)({
|
|
15654
|
-
feePayer:
|
|
15654
|
+
feePayer: user,
|
|
15655
15655
|
blockhash,
|
|
15656
15656
|
lastValidBlockHeight
|
|
15657
15657
|
}).add(...ixs);
|
|
15658
15658
|
}),
|
|
15659
15659
|
addLiquidityIxs: addLiquidityIxs.map((ixs) => {
|
|
15660
15660
|
return new (0, _web3js.Transaction)({
|
|
15661
|
-
feePayer:
|
|
15661
|
+
feePayer: user,
|
|
15662
15662
|
blockhash,
|
|
15663
15663
|
lastValidBlockHeight
|
|
15664
15664
|
}).add(...ixs);
|