@funkit/connect 2.0.4 → 2.0.6
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/CHANGELOG.md +19 -0
- package/dist/components/Avatar/MarbleAvatar.d.ts +10 -0
- package/dist/css/sprinkles.css.d.ts +1 -1
- package/dist/index.js +1268 -1199
- package/dist/utils/flags/config.d.ts +0 -3
- package/dist/utils/flags/index.d.ts +0 -1
- package/dist/wallets/walletConnectors/bifrostWallet/bifrostWallet.js +2 -2
- package/dist/wallets/walletConnectors/bitgetWallet/bitgetWallet.js +2 -2
- package/dist/wallets/walletConnectors/bybitWallet/bybitWallet.js +2 -2
- package/dist/wallets/walletConnectors/{chunk-32O7HVBJ.js → chunk-BXM2BUWT.js} +1 -0
- package/dist/wallets/walletConnectors/{chunk-3R3RNCGE.js → chunk-EO7KIAWM.js} +4 -3
- package/dist/wallets/walletConnectors/{chunk-5L2OLU3J.js → chunk-GXP3HLP7.js} +4 -3
- package/dist/wallets/walletConnectors/{chunk-WS4EM7AZ.js → chunk-HTIWZZPO.js} +4 -3
- package/dist/wallets/walletConnectors/{chunk-HXGBE5AH.js → chunk-LR37V45H.js} +1 -0
- package/dist/wallets/walletConnectors/{chunk-QS2J6MWB.js → chunk-NIVH7ULX.js} +1 -0
- package/dist/wallets/walletConnectors/{chunk-OUQ3ZF2W.js → chunk-VMTIFEE6.js} +4 -3
- package/dist/wallets/walletConnectors/{chunk-OMKARG6Y.js → chunk-WSILDNIW.js} +1 -0
- package/dist/wallets/walletConnectors/clvWallet/clvWallet.js +2 -2
- package/dist/wallets/walletConnectors/coin98Wallet/coin98Wallet.js +2 -2
- package/dist/wallets/walletConnectors/coreWallet/coreWallet.js +2 -2
- package/dist/wallets/walletConnectors/foxWallet/foxWallet.js +2 -2
- package/dist/wallets/walletConnectors/frameWallet/frameWallet.js +1 -1
- package/dist/wallets/walletConnectors/frontierWallet/frontierWallet.js +2 -2
- package/dist/wallets/walletConnectors/gateWallet/gateWallet.js +2 -2
- package/dist/wallets/walletConnectors/index.js +64 -64
- package/dist/wallets/walletConnectors/metaMaskWallet/metaMaskWallet.js +2 -2
- package/dist/wallets/walletConnectors/okxWallet/okxWallet.js +2 -2
- package/dist/wallets/walletConnectors/oneKeyWallet/oneKeyWallet.js +1 -1
- package/dist/wallets/walletConnectors/rainbowWallet/rainbowWallet.js +2 -2
- package/dist/wallets/walletConnectors/roninWallet/roninWallet.js +2 -2
- package/dist/wallets/walletConnectors/safepalWallet/safepalWallet.js +2 -2
- package/dist/wallets/walletConnectors/subWallet/subWallet.js +2 -2
- package/dist/wallets/walletConnectors/tokenPocketWallet/tokenPocketWallet.js +2 -2
- package/dist/wallets/walletConnectors/trustWallet/trustWallet.js +2 -2
- package/dist/wallets/walletConnectors/zerionWallet/zerionWallet.js +2 -2
- package/package.json +4 -4
|
@@ -5,8 +5,6 @@ import type { BooleanFlagConfig, StringFlagConfig } from './types';
|
|
|
5
5
|
* Once we ship a feature flag, we can't change the key.
|
|
6
6
|
*/
|
|
7
7
|
export declare enum FlagKey {
|
|
8
|
-
/** Shows "or continue with" label on FunSignInStep */
|
|
9
|
-
ConnectSignInShowSocialLabel = "connect_sign_in_show_social_label",
|
|
10
8
|
/** Custom text for the select payment method button */
|
|
11
9
|
SelectPaymentMethodText = "select_payment_method_text",
|
|
12
10
|
/**
|
|
@@ -24,7 +22,6 @@ export declare enum FlagKey {
|
|
|
24
22
|
DisableZkSyncSourceAssetsForDydxCheckouts = "disable_zksync_source_assets_for_dydx_checkouts"
|
|
25
23
|
}
|
|
26
24
|
export declare const flagConfig: {
|
|
27
|
-
[FlagKey.ConnectSignInShowSocialLabel]: BooleanFlagConfig;
|
|
28
25
|
[FlagKey.SelectPaymentMethodText]: StringFlagConfig;
|
|
29
26
|
[FlagKey.PaymentMethodCopyV1]: BooleanFlagConfig;
|
|
30
27
|
[FlagKey.DisableMantleSourceAssets]: BooleanFlagConfig;
|
|
@@ -2,7 +2,6 @@ import { FlagKey } from './config';
|
|
|
2
2
|
import { FeatureFlag } from './impl';
|
|
3
3
|
export { FlagKey };
|
|
4
4
|
declare const singleton: FeatureFlag<{
|
|
5
|
-
connect_sign_in_show_social_label: import("./types").BooleanFlagConfig;
|
|
6
5
|
select_payment_method_text: import("./types").StringFlagConfig;
|
|
7
6
|
payment_method_copy_v1: import("./types").BooleanFlagConfig;
|
|
8
7
|
disable_mantle_source_assets: import("./types").BooleanFlagConfig;
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use client";
|
|
2
2
|
import {
|
|
3
3
|
bifrostWallet
|
|
4
|
-
} from "../chunk-
|
|
4
|
+
} from "../chunk-AFONKDII.js";
|
|
5
5
|
import "../chunk-ZOLACFTK.js";
|
|
6
|
-
import "../chunk-F3VCNZXS.js";
|
|
7
6
|
import "../chunk-ZDU3JFGR.js";
|
|
7
|
+
import "../chunk-F3VCNZXS.js";
|
|
8
8
|
export {
|
|
9
9
|
bifrostWallet
|
|
10
10
|
};
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use client";
|
|
2
2
|
import {
|
|
3
3
|
bitgetWallet
|
|
4
|
-
} from "../chunk-
|
|
4
|
+
} from "../chunk-EO7KIAWM.js";
|
|
5
5
|
import "../chunk-ZOLACFTK.js";
|
|
6
|
-
import "../chunk-F3VCNZXS.js";
|
|
7
6
|
import "../chunk-ZDU3JFGR.js";
|
|
7
|
+
import "../chunk-F3VCNZXS.js";
|
|
8
8
|
export {
|
|
9
9
|
bitgetWallet
|
|
10
10
|
};
|
|
@@ -20,6 +20,7 @@ var coreWallet = ({
|
|
|
20
20
|
return {
|
|
21
21
|
id: "core",
|
|
22
22
|
name: "Core",
|
|
23
|
+
rdns: "app.core.extension",
|
|
23
24
|
iconUrl: async () => (await import("./coreWallet-HRVLR2XS.js")).default,
|
|
24
25
|
iconBackground: "#1A1A1C",
|
|
25
26
|
installed: !shouldUseWalletConnect ? isCoreInjected : void 0,
|
|
@@ -2,13 +2,13 @@
|
|
|
2
2
|
import {
|
|
3
3
|
isAndroid
|
|
4
4
|
} from "./chunk-ZOLACFTK.js";
|
|
5
|
+
import {
|
|
6
|
+
getWalletConnectConnector
|
|
7
|
+
} from "./chunk-ZDU3JFGR.js";
|
|
5
8
|
import {
|
|
6
9
|
getInjectedConnector,
|
|
7
10
|
hasInjectedProvider
|
|
8
11
|
} from "./chunk-F3VCNZXS.js";
|
|
9
|
-
import {
|
|
10
|
-
getWalletConnectConnector
|
|
11
|
-
} from "./chunk-ZDU3JFGR.js";
|
|
12
12
|
|
|
13
13
|
// src/wallets/walletConnectors/bitgetWallet/bitgetWallet.ts
|
|
14
14
|
var bitgetWallet = ({
|
|
@@ -23,6 +23,7 @@ var bitgetWallet = ({
|
|
|
23
23
|
return {
|
|
24
24
|
id: "bitget",
|
|
25
25
|
name: "Bitget Wallet",
|
|
26
|
+
rdns: "com.bitget.web3",
|
|
26
27
|
iconUrl: async () => (await import("./bitgetWallet-JVNCB4EB.js")).default,
|
|
27
28
|
iconAccent: "#f6851a",
|
|
28
29
|
iconBackground: "#fff",
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
"use client";
|
|
2
|
+
import {
|
|
3
|
+
getWalletConnectConnector
|
|
4
|
+
} from "./chunk-ZDU3JFGR.js";
|
|
2
5
|
import {
|
|
3
6
|
getInjectedConnector,
|
|
4
7
|
hasInjectedProvider
|
|
5
8
|
} from "./chunk-F3VCNZXS.js";
|
|
6
|
-
import {
|
|
7
|
-
getWalletConnectConnector
|
|
8
|
-
} from "./chunk-ZDU3JFGR.js";
|
|
9
9
|
|
|
10
10
|
// src/wallets/walletConnectors/subWallet/subWallet.ts
|
|
11
11
|
var subWallet = ({
|
|
@@ -74,6 +74,7 @@ var subWallet = ({
|
|
|
74
74
|
return {
|
|
75
75
|
id: "subwallet",
|
|
76
76
|
name: "SubWallet",
|
|
77
|
+
rdns: "app.subwallet",
|
|
77
78
|
iconUrl: async () => (await import("./subWallet-ELA2UJOS.js")).default,
|
|
78
79
|
iconBackground: "#fff",
|
|
79
80
|
installed: isSubWalletInjected || void 0,
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
"use client";
|
|
2
|
-
import {
|
|
3
|
-
getWalletConnectConnector
|
|
4
|
-
} from "./chunk-ZDU3JFGR.js";
|
|
5
2
|
import {
|
|
6
3
|
getInjectedConnector,
|
|
7
4
|
hasInjectedProvider
|
|
8
5
|
} from "./chunk-F3VCNZXS.js";
|
|
6
|
+
import {
|
|
7
|
+
getWalletConnectConnector
|
|
8
|
+
} from "./chunk-ZDU3JFGR.js";
|
|
9
9
|
|
|
10
10
|
// src/wallets/walletConnectors/subWallet/subWallet.ts
|
|
11
11
|
var subWallet = ({
|
|
@@ -74,6 +74,7 @@ var subWallet = ({
|
|
|
74
74
|
return {
|
|
75
75
|
id: "subwallet",
|
|
76
76
|
name: "SubWallet",
|
|
77
|
+
rdns: "app.subwallet",
|
|
77
78
|
iconUrl: async () => (await import("./subWallet-ELA2UJOS.js")).default,
|
|
78
79
|
iconBackground: "#fff",
|
|
79
80
|
installed: isSubWalletInjected || void 0,
|
|
@@ -2,13 +2,13 @@
|
|
|
2
2
|
import {
|
|
3
3
|
isAndroid
|
|
4
4
|
} from "./chunk-ZOLACFTK.js";
|
|
5
|
-
import {
|
|
6
|
-
getWalletConnectConnector
|
|
7
|
-
} from "./chunk-ZDU3JFGR.js";
|
|
8
5
|
import {
|
|
9
6
|
getInjectedConnector,
|
|
10
7
|
hasInjectedProvider
|
|
11
8
|
} from "./chunk-F3VCNZXS.js";
|
|
9
|
+
import {
|
|
10
|
+
getWalletConnectConnector
|
|
11
|
+
} from "./chunk-ZDU3JFGR.js";
|
|
12
12
|
|
|
13
13
|
// src/wallets/walletConnectors/bitgetWallet/bitgetWallet.ts
|
|
14
14
|
var bitgetWallet = ({
|
|
@@ -23,6 +23,7 @@ var bitgetWallet = ({
|
|
|
23
23
|
return {
|
|
24
24
|
id: "bitget",
|
|
25
25
|
name: "Bitget Wallet",
|
|
26
|
+
rdns: "com.bitget.web3",
|
|
26
27
|
iconUrl: async () => (await import("./bitgetWallet-JVNCB4EB.js")).default,
|
|
27
28
|
iconAccent: "#f6851a",
|
|
28
29
|
iconBackground: "#fff",
|
|
@@ -20,6 +20,7 @@ var coreWallet = ({
|
|
|
20
20
|
return {
|
|
21
21
|
id: "core",
|
|
22
22
|
name: "Core",
|
|
23
|
+
rdns: "app.core.extension",
|
|
23
24
|
iconUrl: async () => (await import("./coreWallet-HRVLR2XS.js")).default,
|
|
24
25
|
iconBackground: "#1A1A1C",
|
|
25
26
|
installed: !shouldUseWalletConnect ? isCoreInjected : void 0,
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use client";
|
|
2
2
|
import {
|
|
3
3
|
frontierWallet
|
|
4
|
-
} from "../chunk-
|
|
4
|
+
} from "../chunk-LOEDYNWO.js";
|
|
5
5
|
import "../chunk-ZOLACFTK.js";
|
|
6
|
-
import "../chunk-F3VCNZXS.js";
|
|
7
6
|
import "../chunk-ZDU3JFGR.js";
|
|
7
|
+
import "../chunk-F3VCNZXS.js";
|
|
8
8
|
export {
|
|
9
9
|
frontierWallet
|
|
10
10
|
};
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use client";
|
|
2
2
|
import {
|
|
3
3
|
gateWallet
|
|
4
|
-
} from "../chunk-
|
|
4
|
+
} from "../chunk-QGQISKXF.js";
|
|
5
5
|
import "../chunk-ZOLACFTK.js";
|
|
6
|
-
import "../chunk-F3VCNZXS.js";
|
|
7
6
|
import "../chunk-ZDU3JFGR.js";
|
|
7
|
+
import "../chunk-F3VCNZXS.js";
|
|
8
8
|
export {
|
|
9
9
|
gateWallet
|
|
10
10
|
};
|
|
@@ -2,48 +2,45 @@
|
|
|
2
2
|
import {
|
|
3
3
|
xdefiWallet
|
|
4
4
|
} from "./chunk-JNZ3EYC7.js";
|
|
5
|
-
import {
|
|
6
|
-
zerionWallet
|
|
7
|
-
} from "./chunk-OPO2D6GL.js";
|
|
8
|
-
import {
|
|
9
|
-
walletConnectWallet
|
|
10
|
-
} from "./chunk-ASPRR7T3.js";
|
|
11
5
|
import {
|
|
12
6
|
talismanWallet
|
|
13
7
|
} from "./chunk-R2GYJ376.js";
|
|
14
8
|
import {
|
|
15
|
-
|
|
16
|
-
} from "./chunk-
|
|
9
|
+
zerionWallet
|
|
10
|
+
} from "./chunk-G4DNQN67.js";
|
|
11
|
+
import {
|
|
12
|
+
tahoWallet
|
|
13
|
+
} from "./chunk-PILSRRPJ.js";
|
|
14
|
+
import {
|
|
15
|
+
mewWallet
|
|
16
|
+
} from "./chunk-ZCSUP7CX.js";
|
|
17
17
|
import {
|
|
18
18
|
tokenaryWallet
|
|
19
19
|
} from "./chunk-MD5OPFAT.js";
|
|
20
|
-
import {
|
|
21
|
-
subWallet
|
|
22
|
-
} from "./chunk-5L2OLU3J.js";
|
|
23
20
|
import {
|
|
24
21
|
uniswapWallet
|
|
25
22
|
} from "./chunk-XRSY4JVH.js";
|
|
26
23
|
import {
|
|
27
24
|
trustWallet
|
|
28
|
-
} from "./chunk-
|
|
25
|
+
} from "./chunk-BMHNXJZK.js";
|
|
29
26
|
import {
|
|
30
|
-
|
|
31
|
-
} from "./chunk-
|
|
27
|
+
tokenPocketWallet
|
|
28
|
+
} from "./chunk-UWU574XS.js";
|
|
29
|
+
import {
|
|
30
|
+
walletConnectWallet
|
|
31
|
+
} from "./chunk-ASPRR7T3.js";
|
|
32
32
|
import {
|
|
33
33
|
zealWallet
|
|
34
34
|
} from "./chunk-Z5QFIFDP.js";
|
|
35
|
+
import {
|
|
36
|
+
rabbyWallet
|
|
37
|
+
} from "./chunk-5SIHQ5GA.js";
|
|
35
38
|
import {
|
|
36
39
|
rainbowWallet
|
|
37
|
-
} from "./chunk-
|
|
40
|
+
} from "./chunk-EXN2ODSI.js";
|
|
38
41
|
import {
|
|
39
42
|
roninWallet
|
|
40
|
-
} from "./chunk-
|
|
41
|
-
import {
|
|
42
|
-
safeWallet
|
|
43
|
-
} from "./chunk-D3DCQ72J.js";
|
|
44
|
-
import {
|
|
45
|
-
mewWallet
|
|
46
|
-
} from "./chunk-ZCSUP7CX.js";
|
|
43
|
+
} from "./chunk-CNTLU4ZV.js";
|
|
47
44
|
import {
|
|
48
45
|
ramperWallet
|
|
49
46
|
} from "./chunk-XEZPRJPV.js";
|
|
@@ -52,103 +49,106 @@ import {
|
|
|
52
49
|
} from "./chunk-FQDX6QIP.js";
|
|
53
50
|
import {
|
|
54
51
|
safepalWallet
|
|
55
|
-
} from "./chunk-
|
|
52
|
+
} from "./chunk-PQSJXOGA.js";
|
|
56
53
|
import {
|
|
57
|
-
|
|
58
|
-
} from "./chunk-
|
|
54
|
+
subWallet
|
|
55
|
+
} from "./chunk-GXP3HLP7.js";
|
|
59
56
|
import {
|
|
60
|
-
|
|
61
|
-
} from "./chunk-
|
|
57
|
+
safeWallet
|
|
58
|
+
} from "./chunk-D3DCQ72J.js";
|
|
62
59
|
import {
|
|
63
|
-
|
|
64
|
-
} from "./chunk-
|
|
60
|
+
kresusWallet
|
|
61
|
+
} from "./chunk-X6T3CICZ.js";
|
|
62
|
+
import {
|
|
63
|
+
oktoWallet
|
|
64
|
+
} from "./chunk-WKHTUEF5.js";
|
|
65
65
|
import {
|
|
66
66
|
okxWallet
|
|
67
|
-
} from "./chunk-
|
|
67
|
+
} from "./chunk-5ZGE5SN5.js";
|
|
68
68
|
import {
|
|
69
69
|
omniWallet
|
|
70
70
|
} from "./chunk-SVN7OEQR.js";
|
|
71
71
|
import {
|
|
72
|
-
|
|
73
|
-
} from "./chunk-
|
|
72
|
+
imTokenWallet
|
|
73
|
+
} from "./chunk-5MVV7OVS.js";
|
|
74
74
|
import {
|
|
75
75
|
oneInchWallet
|
|
76
76
|
} from "./chunk-LCPIZUR3.js";
|
|
77
|
-
import {
|
|
78
|
-
rabbyWallet
|
|
79
|
-
} from "./chunk-5SIHQ5GA.js";
|
|
80
77
|
import {
|
|
81
78
|
oneKeyWallet
|
|
82
|
-
} from "./chunk-
|
|
79
|
+
} from "./chunk-NIVH7ULX.js";
|
|
80
|
+
import {
|
|
81
|
+
phantomWallet
|
|
82
|
+
} from "./chunk-4PTY6XNU.js";
|
|
83
83
|
import {
|
|
84
84
|
foxWallet
|
|
85
|
-
} from "./chunk-
|
|
85
|
+
} from "./chunk-TKXMLZXG.js";
|
|
86
86
|
import {
|
|
87
87
|
frameWallet
|
|
88
|
-
} from "./chunk-
|
|
88
|
+
} from "./chunk-LR37V45H.js";
|
|
89
89
|
import {
|
|
90
|
-
|
|
91
|
-
} from "./chunk-
|
|
90
|
+
frontierWallet
|
|
91
|
+
} from "./chunk-LOEDYNWO.js";
|
|
92
92
|
import {
|
|
93
|
-
|
|
94
|
-
} from "./chunk-
|
|
93
|
+
gateWallet
|
|
94
|
+
} from "./chunk-QGQISKXF.js";
|
|
95
95
|
import {
|
|
96
96
|
injectedWallet
|
|
97
97
|
} from "./chunk-GUJHPWTU.js";
|
|
98
|
-
import {
|
|
99
|
-
kresusWallet
|
|
100
|
-
} from "./chunk-X6T3CICZ.js";
|
|
101
98
|
import {
|
|
102
99
|
ledgerWallet
|
|
103
100
|
} from "./chunk-Y6VY6E3L.js";
|
|
104
101
|
import {
|
|
105
|
-
|
|
106
|
-
} from "./chunk-
|
|
107
|
-
import {
|
|
108
|
-
bitverseWallet
|
|
109
|
-
} from "./chunk-NL4I7WOT.js";
|
|
102
|
+
metaMaskWallet
|
|
103
|
+
} from "./chunk-TUK3HNKY.js";
|
|
110
104
|
import {
|
|
111
105
|
coinbaseWallet
|
|
112
106
|
} from "./chunk-O77H3VWW.js";
|
|
113
107
|
import {
|
|
114
|
-
|
|
115
|
-
} from "./chunk-
|
|
108
|
+
clvWallet
|
|
109
|
+
} from "./chunk-ND5YG63V.js";
|
|
116
110
|
import {
|
|
117
111
|
coreWallet
|
|
118
|
-
} from "./chunk-
|
|
112
|
+
} from "./chunk-BXM2BUWT.js";
|
|
113
|
+
import {
|
|
114
|
+
bitskiWallet
|
|
115
|
+
} from "./chunk-IMZRCMZR.js";
|
|
119
116
|
import {
|
|
120
117
|
dawnWallet
|
|
121
118
|
} from "./chunk-QUFNIKMV.js";
|
|
122
119
|
import {
|
|
123
120
|
desigWallet
|
|
124
121
|
} from "./chunk-P4C7ZHIS.js";
|
|
122
|
+
import {
|
|
123
|
+
bybitWallet
|
|
124
|
+
} from "./chunk-ZBQT5PV6.js";
|
|
125
125
|
import {
|
|
126
126
|
enkryptWallet
|
|
127
127
|
} from "./chunk-SJWHYD45.js";
|
|
128
|
+
import {
|
|
129
|
+
bifrostWallet
|
|
130
|
+
} from "./chunk-AFONKDII.js";
|
|
128
131
|
import {
|
|
129
132
|
argentWallet
|
|
130
133
|
} from "./chunk-NZ5G23JP.js";
|
|
131
|
-
import {
|
|
132
|
-
bifrostWallet
|
|
133
|
-
} from "./chunk-PJRUHFBT.js";
|
|
134
134
|
import {
|
|
135
135
|
bitgetWallet
|
|
136
|
-
} from "./chunk-
|
|
136
|
+
} from "./chunk-EO7KIAWM.js";
|
|
137
137
|
import {
|
|
138
|
-
|
|
139
|
-
} from "./chunk-
|
|
138
|
+
bitverseWallet
|
|
139
|
+
} from "./chunk-NL4I7WOT.js";
|
|
140
140
|
import {
|
|
141
141
|
bloomWallet
|
|
142
142
|
} from "./chunk-NTGZF5BY.js";
|
|
143
143
|
import "./chunk-ZOLACFTK.js";
|
|
144
144
|
import {
|
|
145
|
-
|
|
146
|
-
} from "./chunk-
|
|
145
|
+
braveWallet
|
|
146
|
+
} from "./chunk-KJWMF6GZ.js";
|
|
147
147
|
import {
|
|
148
|
-
|
|
149
|
-
} from "./chunk-
|
|
150
|
-
import "./chunk-F3VCNZXS.js";
|
|
148
|
+
coin98Wallet
|
|
149
|
+
} from "./chunk-3QXMJHL4.js";
|
|
151
150
|
import "./chunk-ZDU3JFGR.js";
|
|
151
|
+
import "./chunk-F3VCNZXS.js";
|
|
152
152
|
export {
|
|
153
153
|
argentWallet,
|
|
154
154
|
bifrostWallet,
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use client";
|
|
2
2
|
import {
|
|
3
3
|
metaMaskWallet
|
|
4
|
-
} from "../chunk-
|
|
4
|
+
} from "../chunk-TUK3HNKY.js";
|
|
5
5
|
import "../chunk-ZOLACFTK.js";
|
|
6
|
-
import "../chunk-F3VCNZXS.js";
|
|
7
6
|
import "../chunk-ZDU3JFGR.js";
|
|
7
|
+
import "../chunk-F3VCNZXS.js";
|
|
8
8
|
export {
|
|
9
9
|
metaMaskWallet
|
|
10
10
|
};
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use client";
|
|
2
2
|
import {
|
|
3
3
|
okxWallet
|
|
4
|
-
} from "../chunk-
|
|
4
|
+
} from "../chunk-5ZGE5SN5.js";
|
|
5
5
|
import "../chunk-ZOLACFTK.js";
|
|
6
|
-
import "../chunk-F3VCNZXS.js";
|
|
7
6
|
import "../chunk-ZDU3JFGR.js";
|
|
7
|
+
import "../chunk-F3VCNZXS.js";
|
|
8
8
|
export {
|
|
9
9
|
okxWallet
|
|
10
10
|
};
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use client";
|
|
2
2
|
import {
|
|
3
3
|
rainbowWallet
|
|
4
|
-
} from "../chunk-
|
|
4
|
+
} from "../chunk-EXN2ODSI.js";
|
|
5
5
|
import "../chunk-ZOLACFTK.js";
|
|
6
|
-
import "../chunk-F3VCNZXS.js";
|
|
7
6
|
import "../chunk-ZDU3JFGR.js";
|
|
7
|
+
import "../chunk-F3VCNZXS.js";
|
|
8
8
|
export {
|
|
9
9
|
rainbowWallet
|
|
10
10
|
};
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use client";
|
|
2
2
|
import {
|
|
3
3
|
tokenPocketWallet
|
|
4
|
-
} from "../chunk-
|
|
4
|
+
} from "../chunk-UWU574XS.js";
|
|
5
5
|
import "../chunk-ZOLACFTK.js";
|
|
6
|
-
import "../chunk-F3VCNZXS.js";
|
|
7
6
|
import "../chunk-ZDU3JFGR.js";
|
|
7
|
+
import "../chunk-F3VCNZXS.js";
|
|
8
8
|
export {
|
|
9
9
|
tokenPocketWallet
|
|
10
10
|
};
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use client";
|
|
2
2
|
import {
|
|
3
3
|
trustWallet
|
|
4
|
-
} from "../chunk-
|
|
4
|
+
} from "../chunk-BMHNXJZK.js";
|
|
5
5
|
import "../chunk-ZOLACFTK.js";
|
|
6
|
-
import "../chunk-F3VCNZXS.js";
|
|
7
6
|
import "../chunk-ZDU3JFGR.js";
|
|
7
|
+
import "../chunk-F3VCNZXS.js";
|
|
8
8
|
export {
|
|
9
9
|
trustWallet
|
|
10
10
|
};
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use client";
|
|
2
2
|
import {
|
|
3
3
|
zerionWallet
|
|
4
|
-
} from "../chunk-
|
|
4
|
+
} from "../chunk-G4DNQN67.js";
|
|
5
5
|
import "../chunk-ZOLACFTK.js";
|
|
6
|
-
import "../chunk-F3VCNZXS.js";
|
|
7
6
|
import "../chunk-ZDU3JFGR.js";
|
|
7
|
+
import "../chunk-F3VCNZXS.js";
|
|
8
8
|
export {
|
|
9
9
|
zerionWallet
|
|
10
10
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@funkit/connect",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.6",
|
|
4
4
|
"description": "Funkit Connect SDK elevates DeFi apps via web2 sign-ins and one-click checkouts.",
|
|
5
5
|
"files": [
|
|
6
6
|
"dist",
|
|
@@ -78,9 +78,9 @@
|
|
|
78
78
|
"react-remove-scroll": "2.5.7",
|
|
79
79
|
"ua-parser-js": "^1.0.37",
|
|
80
80
|
"uuid": "^9.0.1",
|
|
81
|
-
"@funkit/api-base": "1.0.
|
|
82
|
-
"@funkit/wagmi-tools": "3.0.
|
|
83
|
-
"@funkit/core": "2.0
|
|
81
|
+
"@funkit/api-base": "1.0.1",
|
|
82
|
+
"@funkit/wagmi-tools": "3.0.2",
|
|
83
|
+
"@funkit/core": "2.1.0"
|
|
84
84
|
},
|
|
85
85
|
"repository": {
|
|
86
86
|
"type": "git",
|