four-flap-meme-sdk 1.2.13 → 1.2.14
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.
|
@@ -273,6 +273,7 @@ export async function batchBuyWithBundleMerkle(params) {
|
|
|
273
273
|
*/
|
|
274
274
|
export async function batchSellWithBundleMerkle(params) {
|
|
275
275
|
const { chain, privateKeys, sellAmounts, tokenAddress, minOutputAmounts, config } = params;
|
|
276
|
+
console.log('config:', config);
|
|
276
277
|
if (privateKeys.length === 0 || sellAmounts.length !== privateKeys.length) {
|
|
277
278
|
throw new Error(getErrorMessage('SELL_KEY_AMOUNT_MISMATCH'));
|
|
278
279
|
}
|