@funkit/connect 1.3.0 → 1.4.0
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 +21 -0
- package/dist/components/FunCheckoutModal/FunCheckoutSelectAssetStep.d.ts +2 -1
- package/dist/components/FunInput/FunInput.d.ts +1 -3
- package/dist/components/FunkitProvider/FunkitConfigContext.d.ts +0 -2
- package/dist/index.js +130 -187
- package/dist/utils/flags/config.d.ts +4 -1
- package/dist/utils/flags/index.d.ts +1 -0
- 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/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/dawnWallet/dawnWallet.js +2 -2
- package/dist/wallets/walletConnectors/foxWallet/foxWallet.js +2 -2
- package/dist/wallets/walletConnectors/frontierWallet/frontierWallet.js +2 -2
- package/dist/wallets/walletConnectors/gateWallet/gateWallet.js +2 -2
- package/dist/wallets/walletConnectors/index.js +66 -66
- package/dist/wallets/walletConnectors/metaMaskWallet/metaMaskWallet.js +2 -2
- package/dist/wallets/walletConnectors/okxWallet/okxWallet.js +2 -2
- 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 +3 -5
- package/dist/wallets/walletConnectors/chunk-KZFAL4RZ.js +0 -27
- package/dist/wallets/walletConnectors/{chunk-32KBKKGT.js → chunk-3F5GNHAG.js} +4 -4
- package/dist/wallets/walletConnectors/{chunk-7YDZTPO4.js → chunk-3R3RNCGE.js} +3 -3
- package/dist/wallets/walletConnectors/{chunk-F4EJ42XO.js → chunk-MFS6NY6T.js} +3 -3
- package/dist/wallets/walletConnectors/{chunk-LJRV5JY7.js → chunk-MOAWRDEM.js} +3 -3
- package/dist/wallets/walletConnectors/{chunk-IIJOJ6AD.js → chunk-OPO2D6GL.js} +3 -3
- package/dist/wallets/walletConnectors/{chunk-MSRKKVDE.js → chunk-OXWTS7HX.js} +3 -3
- package/dist/wallets/walletConnectors/{chunk-FL2VIO76.js → chunk-PJRUHFBT.js} +3 -3
- package/dist/wallets/walletConnectors/{chunk-CMXZK5RR.js → chunk-S2IWMXKX.js} +3 -3
- package/dist/wallets/walletConnectors/{chunk-3CLNL7LR.js → chunk-WH7S23VZ.js} +4 -4
- package/dist/wallets/walletConnectors/{chunk-7GGRZNT3.js → chunk-XUXFYTCV.js} +3 -3
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use client";
|
|
2
2
|
import {
|
|
3
3
|
bifrostWallet
|
|
4
|
-
} from "../chunk-
|
|
5
|
-
import "../chunk-F3VCNZXS.js";
|
|
4
|
+
} from "../chunk-AFONKDII.js";
|
|
6
5
|
import "../chunk-ZOLACFTK.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-
|
|
5
|
-
import "../chunk-F3VCNZXS.js";
|
|
4
|
+
} from "../chunk-OUQ3ZF2W.js";
|
|
6
5
|
import "../chunk-ZOLACFTK.js";
|
|
7
6
|
import "../chunk-ZDU3JFGR.js";
|
|
7
|
+
import "../chunk-F3VCNZXS.js";
|
|
8
8
|
export {
|
|
9
9
|
bitgetWallet
|
|
10
10
|
};
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use client";
|
|
2
2
|
import {
|
|
3
3
|
frontierWallet
|
|
4
|
-
} from "../chunk-
|
|
5
|
-
import "../chunk-F3VCNZXS.js";
|
|
4
|
+
} from "../chunk-LOEDYNWO.js";
|
|
6
5
|
import "../chunk-ZOLACFTK.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-
|
|
5
|
-
import "../chunk-F3VCNZXS.js";
|
|
4
|
+
} from "../chunk-QGQISKXF.js";
|
|
6
5
|
import "../chunk-ZOLACFTK.js";
|
|
7
6
|
import "../chunk-ZDU3JFGR.js";
|
|
7
|
+
import "../chunk-F3VCNZXS.js";
|
|
8
8
|
export {
|
|
9
9
|
gateWallet
|
|
10
10
|
};
|
|
@@ -1,154 +1,154 @@
|
|
|
1
1
|
"use client";
|
|
2
2
|
import {
|
|
3
|
-
|
|
4
|
-
} from "./chunk-
|
|
3
|
+
omniWallet
|
|
4
|
+
} from "./chunk-SVN7OEQR.js";
|
|
5
5
|
import {
|
|
6
6
|
zerionWallet
|
|
7
|
-
} from "./chunk-
|
|
8
|
-
import {
|
|
9
|
-
walletConnectWallet
|
|
10
|
-
} from "./chunk-ASPRR7T3.js";
|
|
7
|
+
} from "./chunk-G4DNQN67.js";
|
|
11
8
|
import {
|
|
12
|
-
|
|
13
|
-
} from "./chunk-
|
|
9
|
+
tokenaryWallet
|
|
10
|
+
} from "./chunk-MD5OPFAT.js";
|
|
14
11
|
import {
|
|
15
12
|
tokenPocketWallet
|
|
16
|
-
} from "./chunk-
|
|
13
|
+
} from "./chunk-UWU574XS.js";
|
|
17
14
|
import {
|
|
18
15
|
trustWallet
|
|
19
|
-
} from "./chunk-
|
|
20
|
-
import {
|
|
21
|
-
safeWallet
|
|
22
|
-
} from "./chunk-D3DCQ72J.js";
|
|
16
|
+
} from "./chunk-BMHNXJZK.js";
|
|
23
17
|
import {
|
|
24
18
|
uniswapWallet
|
|
25
19
|
} from "./chunk-XRSY4JVH.js";
|
|
26
20
|
import {
|
|
27
|
-
|
|
28
|
-
} from "./chunk-
|
|
21
|
+
tahoWallet
|
|
22
|
+
} from "./chunk-PILSRRPJ.js";
|
|
29
23
|
import {
|
|
30
24
|
xdefiWallet
|
|
31
25
|
} from "./chunk-JNZ3EYC7.js";
|
|
26
|
+
import {
|
|
27
|
+
walletConnectWallet
|
|
28
|
+
} from "./chunk-ASPRR7T3.js";
|
|
32
29
|
import {
|
|
33
30
|
zealWallet
|
|
34
31
|
} from "./chunk-Z5QFIFDP.js";
|
|
35
32
|
import {
|
|
36
|
-
|
|
37
|
-
} from "./chunk-
|
|
33
|
+
rainbowWallet
|
|
34
|
+
} from "./chunk-EXN2ODSI.js";
|
|
38
35
|
import {
|
|
39
36
|
ramperWallet
|
|
40
37
|
} from "./chunk-XEZPRJPV.js";
|
|
41
38
|
import {
|
|
42
39
|
roninWallet
|
|
43
|
-
} from "./chunk-
|
|
40
|
+
} from "./chunk-CNTLU4ZV.js";
|
|
41
|
+
import {
|
|
42
|
+
safeWallet
|
|
43
|
+
} from "./chunk-D3DCQ72J.js";
|
|
44
44
|
import {
|
|
45
45
|
safeheronWallet
|
|
46
46
|
} from "./chunk-FQDX6QIP.js";
|
|
47
47
|
import {
|
|
48
48
|
safepalWallet
|
|
49
|
-
} from "./chunk-
|
|
50
|
-
import {
|
|
51
|
-
injectedWallet
|
|
52
|
-
} from "./chunk-GUJHPWTU.js";
|
|
49
|
+
} from "./chunk-PQSJXOGA.js";
|
|
53
50
|
import {
|
|
54
51
|
subWallet
|
|
55
|
-
} from "./chunk-
|
|
52
|
+
} from "./chunk-WS4EM7AZ.js";
|
|
56
53
|
import {
|
|
57
|
-
|
|
58
|
-
} from "./chunk-
|
|
54
|
+
talismanWallet
|
|
55
|
+
} from "./chunk-R2GYJ376.js";
|
|
59
56
|
import {
|
|
60
|
-
|
|
61
|
-
} from "./chunk-
|
|
57
|
+
metaMaskWallet
|
|
58
|
+
} from "./chunk-TUK3HNKY.js";
|
|
62
59
|
import {
|
|
63
60
|
oktoWallet
|
|
64
61
|
} from "./chunk-WKHTUEF5.js";
|
|
65
62
|
import {
|
|
66
|
-
|
|
67
|
-
} from "./chunk-
|
|
68
|
-
import {
|
|
69
|
-
ledgerWallet
|
|
70
|
-
} from "./chunk-Y6VY6E3L.js";
|
|
63
|
+
mewWallet
|
|
64
|
+
} from "./chunk-ZCSUP7CX.js";
|
|
71
65
|
import {
|
|
72
66
|
oneInchWallet
|
|
73
67
|
} from "./chunk-LCPIZUR3.js";
|
|
68
|
+
import {
|
|
69
|
+
okxWallet
|
|
70
|
+
} from "./chunk-5ZGE5SN5.js";
|
|
74
71
|
import {
|
|
75
72
|
oneKeyWallet
|
|
76
73
|
} from "./chunk-QS2J6MWB.js";
|
|
77
74
|
import {
|
|
78
|
-
|
|
79
|
-
} from "./chunk-
|
|
75
|
+
phantomWallet
|
|
76
|
+
} from "./chunk-4PTY6XNU.js";
|
|
80
77
|
import {
|
|
81
|
-
|
|
82
|
-
} from "./chunk-
|
|
78
|
+
rabbyWallet
|
|
79
|
+
} from "./chunk-5SIHQ5GA.js";
|
|
80
|
+
import {
|
|
81
|
+
frontierWallet
|
|
82
|
+
} from "./chunk-LOEDYNWO.js";
|
|
83
|
+
import {
|
|
84
|
+
frameWallet
|
|
85
|
+
} from "./chunk-HXGBE5AH.js";
|
|
83
86
|
import {
|
|
84
87
|
bitverseWallet
|
|
85
88
|
} from "./chunk-NL4I7WOT.js";
|
|
86
|
-
import {
|
|
87
|
-
enkryptWallet
|
|
88
|
-
} from "./chunk-SJWHYD45.js";
|
|
89
89
|
import {
|
|
90
90
|
gateWallet
|
|
91
|
-
} from "./chunk-
|
|
91
|
+
} from "./chunk-QGQISKXF.js";
|
|
92
92
|
import {
|
|
93
93
|
imTokenWallet
|
|
94
94
|
} from "./chunk-5MVV7OVS.js";
|
|
95
95
|
import {
|
|
96
|
-
|
|
97
|
-
} from "./chunk-
|
|
96
|
+
injectedWallet
|
|
97
|
+
} from "./chunk-GUJHPWTU.js";
|
|
98
98
|
import {
|
|
99
99
|
kresusWallet
|
|
100
100
|
} from "./chunk-X6T3CICZ.js";
|
|
101
101
|
import {
|
|
102
|
-
|
|
103
|
-
} from "./chunk-
|
|
102
|
+
ledgerWallet
|
|
103
|
+
} from "./chunk-Y6VY6E3L.js";
|
|
104
|
+
import {
|
|
105
|
+
clvWallet
|
|
106
|
+
} from "./chunk-ND5YG63V.js";
|
|
104
107
|
import {
|
|
105
108
|
coin98Wallet
|
|
106
|
-
} from "./chunk-
|
|
109
|
+
} from "./chunk-3QXMJHL4.js";
|
|
107
110
|
import {
|
|
108
111
|
coinbaseWallet
|
|
109
112
|
} from "./chunk-O77H3VWW.js";
|
|
110
|
-
import {
|
|
111
|
-
dawnWallet
|
|
112
|
-
} from "./chunk-KZFAL4RZ.js";
|
|
113
113
|
import {
|
|
114
114
|
coreWallet
|
|
115
|
-
} from "./chunk-
|
|
115
|
+
} from "./chunk-32O7HVBJ.js";
|
|
116
|
+
import {
|
|
117
|
+
dawnWallet
|
|
118
|
+
} from "./chunk-QUFNIKMV.js";
|
|
116
119
|
import {
|
|
117
120
|
desigWallet
|
|
118
121
|
} from "./chunk-P4C7ZHIS.js";
|
|
119
|
-
import {
|
|
120
|
-
clvWallet
|
|
121
|
-
} from "./chunk-2DWBVWFI.js";
|
|
122
|
-
import {
|
|
123
|
-
frameWallet
|
|
124
|
-
} from "./chunk-HXGBE5AH.js";
|
|
125
122
|
import {
|
|
126
123
|
foxWallet
|
|
127
|
-
} from "./chunk-
|
|
124
|
+
} from "./chunk-TKXMLZXG.js";
|
|
125
|
+
import {
|
|
126
|
+
enkryptWallet
|
|
127
|
+
} from "./chunk-SJWHYD45.js";
|
|
128
128
|
import {
|
|
129
129
|
argentWallet
|
|
130
130
|
} from "./chunk-NZ5G23JP.js";
|
|
131
|
+
import {
|
|
132
|
+
bifrostWallet
|
|
133
|
+
} from "./chunk-AFONKDII.js";
|
|
131
134
|
import {
|
|
132
135
|
bitgetWallet
|
|
133
|
-
} from "./chunk-
|
|
136
|
+
} from "./chunk-OUQ3ZF2W.js";
|
|
134
137
|
import {
|
|
135
138
|
bitskiWallet
|
|
136
139
|
} from "./chunk-IMZRCMZR.js";
|
|
140
|
+
import {
|
|
141
|
+
bloomWallet
|
|
142
|
+
} from "./chunk-NTGZF5BY.js";
|
|
143
|
+
import "./chunk-ZOLACFTK.js";
|
|
137
144
|
import {
|
|
138
145
|
braveWallet
|
|
139
146
|
} from "./chunk-KJWMF6GZ.js";
|
|
140
147
|
import {
|
|
141
148
|
bybitWallet
|
|
142
|
-
} from "./chunk-
|
|
143
|
-
import {
|
|
144
|
-
bloomWallet
|
|
145
|
-
} from "./chunk-NTGZF5BY.js";
|
|
146
|
-
import {
|
|
147
|
-
bifrostWallet
|
|
148
|
-
} from "./chunk-FL2VIO76.js";
|
|
149
|
-
import "./chunk-F3VCNZXS.js";
|
|
150
|
-
import "./chunk-ZOLACFTK.js";
|
|
149
|
+
} from "./chunk-ZBQT5PV6.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-
|
|
5
|
-
import "../chunk-F3VCNZXS.js";
|
|
4
|
+
} from "../chunk-TUK3HNKY.js";
|
|
6
5
|
import "../chunk-ZOLACFTK.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-
|
|
5
|
-
import "../chunk-F3VCNZXS.js";
|
|
4
|
+
} from "../chunk-5ZGE5SN5.js";
|
|
6
5
|
import "../chunk-ZOLACFTK.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-
|
|
5
|
-
import "../chunk-F3VCNZXS.js";
|
|
4
|
+
} from "../chunk-EXN2ODSI.js";
|
|
6
5
|
import "../chunk-ZOLACFTK.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-
|
|
5
|
-
import "../chunk-F3VCNZXS.js";
|
|
4
|
+
} from "../chunk-UWU574XS.js";
|
|
6
5
|
import "../chunk-ZOLACFTK.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-
|
|
5
|
-
import "../chunk-F3VCNZXS.js";
|
|
4
|
+
} from "../chunk-BMHNXJZK.js";
|
|
6
5
|
import "../chunk-ZOLACFTK.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-
|
|
5
|
-
import "../chunk-F3VCNZXS.js";
|
|
4
|
+
} from "../chunk-G4DNQN67.js";
|
|
6
5
|
import "../chunk-ZOLACFTK.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": "1.
|
|
3
|
+
"version": "1.4.0",
|
|
4
4
|
"description": "Funkit Connect SDK elevates DeFi apps via web2 sign-ins and one-click checkouts.",
|
|
5
5
|
"files": [
|
|
6
6
|
"dist",
|
|
@@ -67,21 +67,19 @@
|
|
|
67
67
|
"@moonpay/moonpay-react": "^1.6.1",
|
|
68
68
|
"@privy-io/js-sdk-core": "^0.21.0",
|
|
69
69
|
"@tanstack/react-query": "^5.28.8",
|
|
70
|
-
"@types/node-fetch": "^2.6.4",
|
|
71
70
|
"@types/uuid": "^9.0.8",
|
|
72
71
|
"@vanilla-extract/css": "1.15.3",
|
|
73
72
|
"@vanilla-extract/dynamic": "2.1.0",
|
|
74
73
|
"@vanilla-extract/sprinkles": "1.6.1",
|
|
75
74
|
"@wagmi/core": "^2.10.2",
|
|
76
75
|
"clsx": "2.1.1",
|
|
77
|
-
"node-fetch": "^2.7.0",
|
|
78
76
|
"qrcode": "1.5.3",
|
|
79
77
|
"react-remove-scroll": "2.5.7",
|
|
80
78
|
"ua-parser-js": "^1.0.37",
|
|
81
79
|
"uuid": "^9.0.1",
|
|
82
|
-
"@funkit/wagmi-tools": "2.0.3",
|
|
83
80
|
"@funkit/api-base": "0.0.5",
|
|
84
|
-
"@funkit/
|
|
81
|
+
"@funkit/wagmi-tools": "2.0.4",
|
|
82
|
+
"@funkit/core": "1.0.19"
|
|
85
83
|
},
|
|
86
84
|
"repository": {
|
|
87
85
|
"type": "git",
|
|
@@ -1,27 +0,0 @@
|
|
|
1
|
-
"use client";
|
|
2
|
-
import {
|
|
3
|
-
getInjectedConnector,
|
|
4
|
-
hasInjectedProvider
|
|
5
|
-
} from "./chunk-F3VCNZXS.js";
|
|
6
|
-
import {
|
|
7
|
-
isIOS
|
|
8
|
-
} from "./chunk-ZOLACFTK.js";
|
|
9
|
-
|
|
10
|
-
// src/wallets/walletConnectors/dawnWallet/dawnWallet.ts
|
|
11
|
-
var dawnWallet = () => ({
|
|
12
|
-
id: "dawn",
|
|
13
|
-
name: "Dawn",
|
|
14
|
-
iconUrl: async () => (await import("./dawnWallet-MN7QMTX3.js")).default,
|
|
15
|
-
iconBackground: "#000000",
|
|
16
|
-
installed: hasInjectedProvider({ flag: "isDawn" }),
|
|
17
|
-
hidden: () => !isIOS(),
|
|
18
|
-
downloadUrls: {
|
|
19
|
-
ios: "https://apps.apple.com/us/app/dawn-ethereum-wallet/id1673143782",
|
|
20
|
-
mobile: "https://dawnwallet.xyz"
|
|
21
|
-
},
|
|
22
|
-
createConnector: getInjectedConnector({ flag: "isDawn" })
|
|
23
|
-
});
|
|
24
|
-
|
|
25
|
-
export {
|
|
26
|
-
dawnWallet
|
|
27
|
-
};
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
"use client";
|
|
2
|
-
import {
|
|
3
|
-
getInjectedConnector,
|
|
4
|
-
hasInjectedProvider
|
|
5
|
-
} from "./chunk-F3VCNZXS.js";
|
|
6
2
|
import {
|
|
7
3
|
isAndroid,
|
|
8
4
|
isIOS
|
|
9
5
|
} from "./chunk-ZOLACFTK.js";
|
|
6
|
+
import {
|
|
7
|
+
getInjectedConnector,
|
|
8
|
+
hasInjectedProvider
|
|
9
|
+
} from "./chunk-F3VCNZXS.js";
|
|
10
10
|
import {
|
|
11
11
|
getWalletConnectConnector
|
|
12
12
|
} from "./chunk-ZDU3JFGR.js";
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
"use client";
|
|
2
|
+
import {
|
|
3
|
+
isAndroid
|
|
4
|
+
} from "./chunk-ZOLACFTK.js";
|
|
2
5
|
import {
|
|
3
6
|
getInjectedConnector,
|
|
4
7
|
hasInjectedProvider
|
|
5
8
|
} from "./chunk-F3VCNZXS.js";
|
|
6
|
-
import {
|
|
7
|
-
isAndroid
|
|
8
|
-
} from "./chunk-ZOLACFTK.js";
|
|
9
9
|
import {
|
|
10
10
|
getWalletConnectConnector
|
|
11
11
|
} from "./chunk-ZDU3JFGR.js";
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
"use client";
|
|
2
|
+
import {
|
|
3
|
+
isMobile
|
|
4
|
+
} from "./chunk-ZOLACFTK.js";
|
|
2
5
|
import {
|
|
3
6
|
getInjectedConnector,
|
|
4
7
|
hasInjectedProvider
|
|
5
8
|
} from "./chunk-F3VCNZXS.js";
|
|
6
|
-
import {
|
|
7
|
-
isMobile
|
|
8
|
-
} from "./chunk-ZOLACFTK.js";
|
|
9
9
|
import {
|
|
10
10
|
getWalletConnectConnector
|
|
11
11
|
} from "./chunk-ZDU3JFGR.js";
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
"use client";
|
|
2
|
+
import {
|
|
3
|
+
isMobile
|
|
4
|
+
} from "./chunk-ZOLACFTK.js";
|
|
2
5
|
import {
|
|
3
6
|
getInjectedConnector,
|
|
4
7
|
hasInjectedProvider
|
|
5
8
|
} from "./chunk-F3VCNZXS.js";
|
|
6
|
-
import {
|
|
7
|
-
isMobile
|
|
8
|
-
} from "./chunk-ZOLACFTK.js";
|
|
9
9
|
import {
|
|
10
10
|
getWalletConnectConnector
|
|
11
11
|
} from "./chunk-ZDU3JFGR.js";
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
"use client";
|
|
2
|
+
import {
|
|
3
|
+
isIOS
|
|
4
|
+
} from "./chunk-ZOLACFTK.js";
|
|
2
5
|
import {
|
|
3
6
|
getInjectedConnector,
|
|
4
7
|
hasInjectedProvider
|
|
5
8
|
} from "./chunk-F3VCNZXS.js";
|
|
6
|
-
import {
|
|
7
|
-
isIOS
|
|
8
|
-
} from "./chunk-ZOLACFTK.js";
|
|
9
9
|
import {
|
|
10
10
|
getWalletConnectConnector
|
|
11
11
|
} from "./chunk-ZDU3JFGR.js";
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
"use client";
|
|
2
|
+
import {
|
|
3
|
+
isAndroid
|
|
4
|
+
} from "./chunk-ZOLACFTK.js";
|
|
2
5
|
import {
|
|
3
6
|
getInjectedConnector,
|
|
4
7
|
hasInjectedProvider
|
|
5
8
|
} from "./chunk-F3VCNZXS.js";
|
|
6
|
-
import {
|
|
7
|
-
isAndroid
|
|
8
|
-
} from "./chunk-ZOLACFTK.js";
|
|
9
9
|
import {
|
|
10
10
|
getWalletConnectConnector
|
|
11
11
|
} from "./chunk-ZDU3JFGR.js";
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
"use client";
|
|
2
|
+
import {
|
|
3
|
+
isAndroid
|
|
4
|
+
} from "./chunk-ZOLACFTK.js";
|
|
2
5
|
import {
|
|
3
6
|
getInjectedConnector,
|
|
4
7
|
hasInjectedProvider
|
|
5
8
|
} from "./chunk-F3VCNZXS.js";
|
|
6
|
-
import {
|
|
7
|
-
isAndroid
|
|
8
|
-
} from "./chunk-ZOLACFTK.js";
|
|
9
9
|
import {
|
|
10
10
|
getWalletConnectConnector
|
|
11
11
|
} from "./chunk-ZDU3JFGR.js";
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
"use client";
|
|
2
|
+
import {
|
|
3
|
+
isAndroid
|
|
4
|
+
} from "./chunk-ZOLACFTK.js";
|
|
2
5
|
import {
|
|
3
6
|
getInjectedConnector,
|
|
4
7
|
hasInjectedProvider
|
|
5
8
|
} from "./chunk-F3VCNZXS.js";
|
|
6
|
-
import {
|
|
7
|
-
isAndroid
|
|
8
|
-
} from "./chunk-ZOLACFTK.js";
|
|
9
9
|
import {
|
|
10
10
|
getWalletConnectConnector
|
|
11
11
|
} from "./chunk-ZDU3JFGR.js";
|