four-flap-meme-sdk 1.2.86 → 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',
|