four-flap-meme-sdk 4.0.1 → 4.0.2

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.
@@ -29,6 +29,7 @@ export const VAULT_TYPE_CATEGORIES = {
29
29
  export const VAULT_PORTAL_ADDRESSES = {
30
30
  BSC: '0x90497450f2a706f1951b5bdda52B4E5d16f34C06',
31
31
  BASE: '0x027e3704fC5C16522e9393d04C60A3ac5c0d775f',
32
+ MORPH: '0xe9F7AB7DE8FB8756acbB6a1cd13316A43308197B',
32
33
  };
33
34
  /**
34
35
  * VaultFactory 合约地址(每种金库类型 + 每条链)
@@ -38,18 +39,25 @@ export const VAULT_PORTAL_ADDRESSES = {
38
39
  */
39
40
  export const VAULT_FACTORY_ADDRESSES = {
40
41
  BSC: {
41
- gift: '0x025549F52B03cF36f9e1a337c02d3AA7Af66ab32',
42
+ gift: '0xFb7ccc4Fd09Da5b7016A18d51e227Af4ABE53f44',
42
43
  split: '0xfab75Dc774cB9B38b91749B8833360B46a52345F',
43
44
  // bnbshare: '0x53AD93F2454cFA532656f80E30571159d7E726A7', // 已禁用 (enabled: false)
44
45
  buyback_burn: '0xB64655dab7156c29B63C70fb3ED7f071e2658D19',
45
46
  burnToEarn: '0x47A216040Dc9e0AfE2e6fc5dcC44f7bBD1B60d25',
47
+ scheduled_buyback: '0x4ac94f87863012C4F133ef748b7cC5b75CAFE801',
48
+ relay: '0xB8dfFd67204105fB32d51d9cAa7c17A7bf880d9E',
49
+ lp_staking: '0x59F3b82Ea3aA3BCE6156CA61c0A6613C0A632452',
50
+ rank_burn: '0x9F5bF8EB9c4cA7179E60d0B529F4910B9A7eE0Ee',
46
51
  buildYourVault: ZeroAddress, // 用户自定义地址
47
52
  },
48
53
  BASE: {
49
- gift: '0xa02DA44D67DB6D692efa7f751b5952bd670d5326',
54
+ gift: '0x2eDD880AB36b07bD030BDa28A13c3E9148C11622',
50
55
  split: '0x1ae091F75D593eb7dC6539600a185C8A6076A424',
51
56
  buyback_burn: '0x6F97fA674a6FE5EC37e309B63aB54E33c9e64d2E',
52
57
  burnToEarn: '0x47A216040Dc9e0AfE2e6fc5dcC44f7bBD1B60d25',
58
+ scheduled_buyback: '0xdc40982a586e4692e1E4D0b05416B1FB5155075a',
59
+ lp_staking: '0xbFfAb600105C83Ea5009A9ccbf7a0f2D007Ad198',
60
+ rank_burn: '0x971ec9df7CEA81d612d48c1f6021ADeF6C6682B4',
53
61
  buildYourVault: ZeroAddress,
54
62
  },
55
63
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "four-flap-meme-sdk",
3
- "version": "4.0.1",
3
+ "version": "4.0.2",
4
4
  "description": "SDK for Flap bonding curve and four.meme TokenManager",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",