@reown/appkit-core 1.1.0 → 1.1.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.
|
@@ -12,6 +12,8 @@ export declare const MELD_PROD_PUBLIC_KEY = "WXETMuFUQmqqybHuRkSgxv:25B8LJHSfpG6
|
|
|
12
12
|
export declare const ConstantsUtil: {
|
|
13
13
|
FOUR_MINUTES_MS: number;
|
|
14
14
|
TEN_SEC_MS: number;
|
|
15
|
+
FIVE_SEC_MS: number;
|
|
16
|
+
THREE_SEC_MS: number;
|
|
15
17
|
ONE_SEC_MS: number;
|
|
16
18
|
SECURE_SITE: string;
|
|
17
19
|
SECURE_SITE_DASHBOARD: string;
|
|
@@ -43,5 +45,8 @@ export declare const ConstantsUtil: {
|
|
|
43
45
|
readonly polkadot: "0x";
|
|
44
46
|
};
|
|
45
47
|
CONVERT_SLIPPAGE_TOLERANCE: number;
|
|
48
|
+
CONNECT_LABELS: {
|
|
49
|
+
MOBILE: string;
|
|
50
|
+
};
|
|
46
51
|
DEFAULT_FEATURES: Features;
|
|
47
52
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@reown/appkit-core",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.2",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"main": "./dist/esm/exports/index.js",
|
|
6
6
|
"types": "./dist/types/exports/index.d.ts",
|
|
@@ -39,8 +39,8 @@
|
|
|
39
39
|
"@walletconnect/universal-provider": "2.17.0",
|
|
40
40
|
"valtio": "1.11.2",
|
|
41
41
|
"viem": "2.x",
|
|
42
|
-
"@reown/appkit-common": "1.1.
|
|
43
|
-
"@reown/appkit-wallet": "1.1.
|
|
42
|
+
"@reown/appkit-common": "1.1.2",
|
|
43
|
+
"@reown/appkit-wallet": "1.1.2"
|
|
44
44
|
},
|
|
45
45
|
"peerDependencies": {},
|
|
46
46
|
"devDependencies": {
|