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({
|