four-flap-meme-sdk 1.3.18 → 1.3.20

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.
@@ -236,7 +236,8 @@ export async function batchBuyWithBundleMerkle(params) {
236
236
  gasPrice,
237
237
  chainId,
238
238
  config,
239
- fundsList
239
+ fundsList: adjustedFundsList, // ✅ 使用调整后的金额
240
+ useNativeToken // ✅ USDT 购买时 value=0,BNB 购买时 value=金额
240
241
  });
241
242
  signedTxs.push(...signedBuys);
242
243
  await appendProfitTransaction({
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "four-flap-meme-sdk",
3
- "version": "1.3.18",
3
+ "version": "1.3.20",
4
4
  "description": "SDK for Flap bonding curve and four.meme TokenManager",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",