four-flap-meme-sdk 1.5.90 → 1.5.91

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.
@@ -1796,7 +1796,7 @@ export class BundleExecutor {
1796
1796
  nonce: nonceMap.next(info.sender),
1797
1797
  initCode: info.deployed ? '0x' : (await aaManager.generateInitCode(wallet.address)),
1798
1798
  deployed: info.deployed,
1799
- fixedGas: { callGasLimit: effConfig.fixedGas?.callGasLimit ?? 500000n } // 外盘 swap 需要更多 gas
1799
+ fixedGas: { callGasLimit: effConfig.fixedGas?.callGasLimit ?? 500000n }
1800
1800
  });
1801
1801
  const signedDexBuyOp = await aaManager.signUserOp(dexBuyOpRes.userOp, wallet);
1802
1802
  return signedDexBuyOp.userOp;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "four-flap-meme-sdk",
3
- "version": "1.5.90",
3
+ "version": "1.5.91",
4
4
  "description": "SDK for Flap bonding curve and four.meme TokenManager",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",