four-flap-meme-sdk 1.3.36 → 1.3.37

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.
@@ -61,6 +61,7 @@ const CHAIN_DEX_CONFIGS = {
61
61
  POTATOSWAP: {
62
62
  name: 'PotatoSwap',
63
63
  // SwapRouter02 同时支持 V2 和 V3
64
+ v2Factory: '0x630DB8E822805c82Ca40a54daE02dd5aC31f7fcF', // ✅ V2 Factory (从 SwapRouter02.factoryV2() 获取)
64
65
  v2Router: '0xB45D0149249488333E3F3f9F359807F4b810C1FC', // SwapRouter02
65
66
  v3Router: '0xB45D0149249488333E3F3f9F359807F4b810C1FC', // SwapRouter02
66
67
  v3Factory: '0xa1415fAe79c4B196d087F02b8aD5a622B8A827E5', // V3 Factory
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "four-flap-meme-sdk",
3
- "version": "1.3.36",
3
+ "version": "1.3.37",
4
4
  "description": "SDK for Flap bonding curve and four.meme TokenManager",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",