four-flap-meme-sdk 1.2.85 → 1.2.86
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.
|
@@ -34,8 +34,8 @@ export declare const ADDRESSES: {
|
|
|
34
34
|
readonly TokenManagerV1: "0xf7F823d0E790219dBf727bDb971837574655fCB0";
|
|
35
35
|
readonly TokenManagerV2: "0x342399a59943B5815849657Aa0e06D7058D9d5C6";
|
|
36
36
|
readonly TokenManagerHelper3: "0xF251F83e40a78868FcfA3FA4599Dad6494E46034";
|
|
37
|
-
readonly FlapPortal: "
|
|
38
|
-
readonly PancakeProxy: "
|
|
37
|
+
readonly FlapPortal: "0xe2cE6ab80874Fa9Fa2aAE65D277Dd6B8e65C9De0";
|
|
38
|
+
readonly PancakeProxy: "0xaC4fA4E0b6f6a45B199cFf43A21a69a374857682";
|
|
39
39
|
readonly Multicall3: "0xcA11bde05977b3631167028862bE2a173976CA11";
|
|
40
40
|
};
|
|
41
41
|
readonly BASE: {
|
package/dist/utils/constants.js
CHANGED
|
@@ -28,9 +28,9 @@ export const ADDRESSES = {
|
|
|
28
28
|
// 查询辅助合约(Helper3)
|
|
29
29
|
TokenManagerHelper3: '0xF251F83e40a78868FcfA3FA4599Dad6494E46034',
|
|
30
30
|
// Flap Portal 代理合约(收费版)
|
|
31
|
-
FlapPortal: '
|
|
31
|
+
FlapPortal: '0xe2cE6ab80874Fa9Fa2aAE65D277Dd6B8e65C9De0',
|
|
32
32
|
// PancakeSwap 代理合约
|
|
33
|
-
PancakeProxy: '
|
|
33
|
+
PancakeProxy: '0xaC4fA4E0b6f6a45B199cFf43A21a69a374857682',
|
|
34
34
|
// Multicall3 合约
|
|
35
35
|
Multicall3: '0xcA11bde05977b3631167028862bE2a173976CA11',
|
|
36
36
|
},
|