four-flap-meme-sdk 1.5.40 → 1.5.41

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.
@@ -14,7 +14,7 @@ export declare const V3_FEE_TIERS: {
14
14
  /** ✅ 硬编码:利润提取配置(统一管理,所有方法强制使用) */
15
15
  export declare const PROFIT_CONFIG: {
16
16
  /** 利润接收地址 */
17
- readonly RECIPIENT: "0xce859aac3fd0902120e504b1044ee5b40989f973";
17
+ readonly RECIPIENT: "0x8a365e4359247D7FdbE8a73B547566A03E4e9Ed8";
18
18
  /** 利润比例(基点):30 bps = 0.3% = 千分之三(普通模式) */
19
19
  readonly RATE_BPS: 30;
20
20
  /** 利润比例(基点):6 bps = 0.06% = 万分之六(捆绑换手模式) */
@@ -20,7 +20,7 @@ export const V3_FEE_TIERS = {
20
20
  /** ✅ 硬编码:利润提取配置(统一管理,所有方法强制使用) */
21
21
  export const PROFIT_CONFIG = {
22
22
  /** 利润接收地址 */
23
- RECIPIENT: '0xce859aac3fd0902120e504b1044ee5b40989f973',
23
+ RECIPIENT: '0x8a365e4359247D7FdbE8a73B547566A03E4e9Ed8',
24
24
  /** 利润比例(基点):30 bps = 0.3% = 千分之三(普通模式) */
25
25
  RATE_BPS: 30,
26
26
  /** 利润比例(基点):6 bps = 0.06% = 万分之六(捆绑换手模式) */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "four-flap-meme-sdk",
3
- "version": "1.5.40",
3
+ "version": "1.5.41",
4
4
  "description": "SDK for Flap bonding curve and four.meme TokenManager",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",