four-flap-meme-sdk 1.2.85 → 1.2.87
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.
package/dist/flap/constants.d.ts
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
* 用于交易、Permit 签名等操作
|
|
5
5
|
*/
|
|
6
6
|
export declare const FLAP_PORTAL_ADDRESSES: {
|
|
7
|
-
readonly BSC: "
|
|
7
|
+
readonly BSC: "0xe2cE6ab80874Fa9Fa2aAE65D277Dd6B8e65C9De0";
|
|
8
8
|
readonly BASE: "0x00214f8C22A076575f4B67f3B4AA62f99E166e36";
|
|
9
9
|
readonly XLAYER: "0xA4003509fD2053c07034D45e91EDeDa0ab4d2F8e";
|
|
10
10
|
readonly MORPH: "0x6aB823408672c0Db1DE1a18F1750d62E5F995A58";
|
package/dist/flap/constants.js
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
* 用于交易、Permit 签名等操作
|
|
5
5
|
*/
|
|
6
6
|
export const FLAP_PORTAL_ADDRESSES = {
|
|
7
|
-
BSC: '
|
|
7
|
+
BSC: '0xe2cE6ab80874Fa9Fa2aAE65D277Dd6B8e65C9De0',
|
|
8
8
|
BASE: '0x00214f8C22A076575f4B67f3B4AA62f99E166e36',
|
|
9
9
|
XLAYER: '0xA4003509fD2053c07034D45e91EDeDa0ab4d2F8e',
|
|
10
10
|
MORPH: '0x6aB823408672c0Db1DE1a18F1750d62E5F995A58',
|
|
@@ -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
|
},
|