@meteora-ag/dlmm 1.6.0-rc.11 → 1.6.0-rc.12
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 -0
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2 -0
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -18291,10 +18291,12 @@ var DLMM = class {
|
|
|
18291
18291
|
chunk,
|
|
18292
18292
|
activeId
|
|
18293
18293
|
);
|
|
18294
|
+
console.log("\u{1F680} ~ DLMM ~ chunkedDepositParams:", chunkedDepositParams);
|
|
18294
18295
|
const chunkedWithdrawParams = splitWithdrawParamsForChunk(
|
|
18295
18296
|
withdrawParams,
|
|
18296
18297
|
chunk
|
|
18297
18298
|
);
|
|
18299
|
+
console.log("\u{1F680} ~ DLMM ~ chunkedWithdrawParams:", chunkedWithdrawParams);
|
|
18298
18300
|
if (chunkedDepositParams.length === 0 && chunkedWithdrawParams.length === 0)
|
|
18299
18301
|
continue;
|
|
18300
18302
|
const { slices, accounts: transferHookAccounts } = this.getPotentialToken2022IxDataAndAccounts(0 /* Liquidity */);
|