@meteora-ag/dlmm 1.6.0-rc.6 → 1.6.0-rc.7
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 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -18486,7 +18486,8 @@ var DLMM = class {
|
|
|
18486
18486
|
);
|
|
18487
18487
|
const latestBlockhashInfo = await this.program.provider.connection.getLatestBlockhash();
|
|
18488
18488
|
const tx = new (0, _web3js.Transaction)({
|
|
18489
|
-
...latestBlockhashInfo
|
|
18489
|
+
...latestBlockhashInfo,
|
|
18490
|
+
feePayer: owner
|
|
18490
18491
|
}).add(...ixs);
|
|
18491
18492
|
return tx;
|
|
18492
18493
|
}
|