four-flap-meme-sdk 1.2.60 → 1.2.61

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.
@@ -118,10 +118,12 @@ export async function createTokenWithBundleBuyMerkle(params) {
118
118
  profitMode: { type: 'aggregated', payer: buyers[maxBuyerIndex] }, // ✅ 聚合模式:由买入最多的人支付
119
119
  txType
120
120
  });
121
+ console.log(`✅ 生成了 ${buyFlow.signedTxs.length} 个买入和利润交易`);
121
122
  signedTxs.push(...buyFlow.signedTxs);
122
123
  metadata = buyFlow.metadata;
123
124
  }
124
125
  nonceManager.clearTemp();
126
+ console.log(`✅ 总共生成了 ${signedTxs.length} 个交易签名 (1创建 + ${buyerKeys.length}买入 + 利润)`);
125
127
  return {
126
128
  signedTransactions: signedTxs,
127
129
  tokenAddress: predictedTokenAddress,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "four-flap-meme-sdk",
3
- "version": "1.2.60",
3
+ "version": "1.2.61",
4
4
  "description": "SDK for Flap bonding curve and four.meme TokenManager",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",