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
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "four-flap-meme-sdk",
3
- "version": "1.2.13",
3
+ "version": "1.2.14",
4
4
  "description": "SDK for Flap bonding curve and four.meme TokenManager",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",