four-flap-meme-sdk 1.4.42 → 1.4.43

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.
@@ -402,7 +402,7 @@ export function estimateHoldersMakerCost(params) {
402
402
  // ✅ 多跳需要额外的 Gas 费用(每跳一次需要一笔转账)
403
403
  // 原生代币多跳:每跳 21000 gas
404
404
  // ERC20 多跳:每跳 65000 gas
405
- const hopGasPerTransfer = isNativeBase ? 21000 : 65000;
405
+ const hopGasPerTransfer = isNativeBase ? 21055 : 65000;
406
406
  const hopGasCost = (hopGasPerTransfer * gasPriceGwei * hopCount) / 1e9;
407
407
  // 每个钱包的原生代币成本(包含多跳 Gas)
408
408
  const nativePerWallet = isNativeBase
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "four-flap-meme-sdk",
3
- "version": "1.4.42",
3
+ "version": "1.4.43",
4
4
  "description": "SDK for Flap bonding curve and four.meme TokenManager",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",