@funkit/connect 2.0.9 → 2.0.10
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 +6 -0
- package/dist/index.js +1 -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/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/frontierWallet/frontierWallet.js +2 -2
- package/dist/wallets/walletConnectors/gateWallet/gateWallet.js +2 -2
- package/dist/wallets/walletConnectors/index.js +75 -75
- 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 -3
- package/dist/wallets/walletConnectors/{chunk-R5GNFRXW.js → chunk-3QXMJHL4.js} +3 -3
- package/dist/wallets/walletConnectors/{chunk-XUXFYTCV.js → chunk-5ZGE5SN5.js} +3 -3
- package/dist/wallets/walletConnectors/{chunk-PJRUHFBT.js → chunk-AFONKDII.js} +3 -3
- package/dist/wallets/walletConnectors/{chunk-MFS6NY6T.js → chunk-BMHNXJZK.js} +3 -3
- package/dist/wallets/walletConnectors/{chunk-WSILDNIW.js → chunk-BXM2BUWT.js} +3 -3
- package/dist/wallets/walletConnectors/{chunk-NK3DYIAB.js → chunk-CNTLU4ZV.js} +3 -3
- package/dist/wallets/walletConnectors/{chunk-VMTIFEE6.js → chunk-EO7KIAWM.js} +3 -3
- package/dist/wallets/walletConnectors/{chunk-WH7S23VZ.js → chunk-EXN2ODSI.js} +3 -3
- package/dist/wallets/walletConnectors/{chunk-OPO2D6GL.js → chunk-G4DNQN67.js} +3 -3
- package/dist/wallets/walletConnectors/{chunk-HTIWZZPO.js → chunk-GXP3HLP7.js} +3 -3
- package/dist/wallets/walletConnectors/{chunk-OXWTS7HX.js → chunk-LOEDYNWO.js} +3 -3
- package/dist/wallets/walletConnectors/{chunk-2DWBVWFI.js → chunk-ND5YG63V.js} +3 -3
- package/dist/wallets/walletConnectors/{chunk-XB2GFXBL.js → chunk-PQSJXOGA.js} +3 -3
- package/dist/wallets/walletConnectors/{chunk-S2IWMXKX.js → chunk-QGQISKXF.js} +3 -3
- package/dist/wallets/walletConnectors/{chunk-M4SPCKW4.js → chunk-TKXMLZXG.js} +3 -3
- package/dist/wallets/walletConnectors/{chunk-3F5GNHAG.js → chunk-TUK3HNKY.js} +3 -3
- package/dist/wallets/walletConnectors/{chunk-MOAWRDEM.js → chunk-UWU574XS.js} +3 -3
- package/dist/wallets/walletConnectors/{chunk-BCXBFAL4.js → chunk-ZBQT5PV6.js} +3 -3
package/CHANGELOG.md
CHANGED
package/dist/index.js
CHANGED
|
@@ -15473,7 +15473,7 @@ function setFunkitConnectVersion({ version }) {
|
|
|
15473
15473
|
localStorage.setItem(storageKey5, version);
|
|
15474
15474
|
}
|
|
15475
15475
|
function getCurrentSdkVersion() {
|
|
15476
|
-
return "2.0.
|
|
15476
|
+
return "2.0.10";
|
|
15477
15477
|
}
|
|
15478
15478
|
function useFingerprint() {
|
|
15479
15479
|
const fingerprint = useCallback32(() => {
|
|
@@ -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
|
};
|
|
@@ -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
|
};
|
|
@@ -3,152 +3,152 @@ import {
|
|
|
3
3
|
xdefiWallet
|
|
4
4
|
} from "./chunk-JNZ3EYC7.js";
|
|
5
5
|
import {
|
|
6
|
-
|
|
7
|
-
} from "./chunk-
|
|
6
|
+
gateWallet
|
|
7
|
+
} from "./chunk-QGQISKXF.js";
|
|
8
8
|
import {
|
|
9
|
-
|
|
10
|
-
} from "./chunk-
|
|
9
|
+
zerionWallet
|
|
10
|
+
} from "./chunk-G4DNQN67.js";
|
|
11
11
|
import {
|
|
12
|
-
|
|
13
|
-
} from "./chunk-
|
|
12
|
+
imTokenWallet
|
|
13
|
+
} from "./chunk-5MVV7OVS.js";
|
|
14
14
|
import {
|
|
15
15
|
talismanWallet
|
|
16
16
|
} from "./chunk-R2GYJ376.js";
|
|
17
17
|
import {
|
|
18
|
-
|
|
19
|
-
} from "./chunk-
|
|
20
|
-
import {
|
|
21
|
-
tahoWallet
|
|
22
|
-
} from "./chunk-PILSRRPJ.js";
|
|
18
|
+
trustWallet
|
|
19
|
+
} from "./chunk-BMHNXJZK.js";
|
|
23
20
|
import {
|
|
24
21
|
uniswapWallet
|
|
25
22
|
} from "./chunk-XRSY4JVH.js";
|
|
26
23
|
import {
|
|
27
24
|
walletConnectWallet
|
|
28
25
|
} from "./chunk-ASPRR7T3.js";
|
|
26
|
+
import {
|
|
27
|
+
tokenaryWallet
|
|
28
|
+
} from "./chunk-MD5OPFAT.js";
|
|
29
29
|
import {
|
|
30
30
|
zealWallet
|
|
31
31
|
} from "./chunk-Z5QFIFDP.js";
|
|
32
32
|
import {
|
|
33
|
-
|
|
34
|
-
} from "./chunk-
|
|
35
|
-
import {
|
|
36
|
-
oneKeyWallet
|
|
37
|
-
} from "./chunk-NIVH7ULX.js";
|
|
38
|
-
import {
|
|
39
|
-
rabbyWallet
|
|
40
|
-
} from "./chunk-5SIHQ5GA.js";
|
|
41
|
-
import {
|
|
42
|
-
omniWallet
|
|
43
|
-
} from "./chunk-SVN7OEQR.js";
|
|
33
|
+
coinbaseWallet
|
|
34
|
+
} from "./chunk-O77H3VWW.js";
|
|
44
35
|
import {
|
|
45
|
-
|
|
46
|
-
} from "./chunk-
|
|
36
|
+
roninWallet
|
|
37
|
+
} from "./chunk-CNTLU4ZV.js";
|
|
47
38
|
import {
|
|
48
39
|
ramperWallet
|
|
49
40
|
} from "./chunk-XEZPRJPV.js";
|
|
50
|
-
import {
|
|
51
|
-
roninWallet
|
|
52
|
-
} from "./chunk-NK3DYIAB.js";
|
|
53
41
|
import {
|
|
54
42
|
safeheronWallet
|
|
55
43
|
} from "./chunk-FQDX6QIP.js";
|
|
56
44
|
import {
|
|
57
45
|
safepalWallet
|
|
58
|
-
} from "./chunk-
|
|
59
|
-
import {
|
|
60
|
-
oktoWallet
|
|
61
|
-
} from "./chunk-WKHTUEF5.js";
|
|
46
|
+
} from "./chunk-PQSJXOGA.js";
|
|
62
47
|
import {
|
|
63
|
-
|
|
64
|
-
} from "./chunk-
|
|
48
|
+
subWallet
|
|
49
|
+
} from "./chunk-GXP3HLP7.js";
|
|
65
50
|
import {
|
|
66
|
-
|
|
67
|
-
} from "./chunk-
|
|
51
|
+
safeWallet
|
|
52
|
+
} from "./chunk-D3DCQ72J.js";
|
|
68
53
|
import {
|
|
69
|
-
|
|
70
|
-
} from "./chunk-
|
|
54
|
+
tahoWallet
|
|
55
|
+
} from "./chunk-PILSRRPJ.js";
|
|
71
56
|
import {
|
|
72
|
-
|
|
73
|
-
} from "./chunk-
|
|
57
|
+
tokenPocketWallet
|
|
58
|
+
} from "./chunk-UWU574XS.js";
|
|
74
59
|
import {
|
|
75
60
|
oneInchWallet
|
|
76
61
|
} from "./chunk-LCPIZUR3.js";
|
|
77
62
|
import {
|
|
78
|
-
|
|
79
|
-
} from "./chunk-
|
|
63
|
+
oneKeyWallet
|
|
64
|
+
} from "./chunk-NIVH7ULX.js";
|
|
80
65
|
import {
|
|
81
66
|
phantomWallet
|
|
82
67
|
} from "./chunk-4PTY6XNU.js";
|
|
83
68
|
import {
|
|
84
|
-
|
|
85
|
-
} from "./chunk-
|
|
69
|
+
oktoWallet
|
|
70
|
+
} from "./chunk-WKHTUEF5.js";
|
|
86
71
|
import {
|
|
87
|
-
|
|
88
|
-
} from "./chunk-
|
|
72
|
+
omniWallet
|
|
73
|
+
} from "./chunk-SVN7OEQR.js";
|
|
89
74
|
import {
|
|
90
|
-
|
|
91
|
-
} from "./chunk-
|
|
75
|
+
rabbyWallet
|
|
76
|
+
} from "./chunk-5SIHQ5GA.js";
|
|
92
77
|
import {
|
|
93
|
-
|
|
94
|
-
} from "./chunk-
|
|
78
|
+
okxWallet
|
|
79
|
+
} from "./chunk-5ZGE5SN5.js";
|
|
95
80
|
import {
|
|
96
|
-
|
|
97
|
-
} from "./chunk-
|
|
81
|
+
rainbowWallet
|
|
82
|
+
} from "./chunk-EXN2ODSI.js";
|
|
98
83
|
import {
|
|
99
|
-
|
|
100
|
-
} from "./chunk-
|
|
84
|
+
foxWallet
|
|
85
|
+
} from "./chunk-TKXMLZXG.js";
|
|
86
|
+
import {
|
|
87
|
+
frontierWallet
|
|
88
|
+
} from "./chunk-LOEDYNWO.js";
|
|
101
89
|
import {
|
|
102
90
|
injectedWallet
|
|
103
91
|
} from "./chunk-GUJHPWTU.js";
|
|
104
92
|
import {
|
|
105
|
-
|
|
106
|
-
} from "./chunk-
|
|
93
|
+
ledgerWallet
|
|
94
|
+
} from "./chunk-Y6VY6E3L.js";
|
|
107
95
|
import {
|
|
108
|
-
|
|
109
|
-
} from "./chunk-
|
|
96
|
+
metaMaskWallet
|
|
97
|
+
} from "./chunk-TUK3HNKY.js";
|
|
110
98
|
import {
|
|
111
|
-
|
|
112
|
-
} from "./chunk-
|
|
99
|
+
kresusWallet
|
|
100
|
+
} from "./chunk-X6T3CICZ.js";
|
|
113
101
|
import {
|
|
114
|
-
|
|
115
|
-
} from "./chunk-
|
|
102
|
+
mewWallet
|
|
103
|
+
} from "./chunk-ZCSUP7CX.js";
|
|
116
104
|
import {
|
|
117
|
-
|
|
118
|
-
} from "./chunk-
|
|
105
|
+
bybitWallet
|
|
106
|
+
} from "./chunk-ZBQT5PV6.js";
|
|
119
107
|
import {
|
|
120
|
-
|
|
121
|
-
} from "./chunk-
|
|
108
|
+
clvWallet
|
|
109
|
+
} from "./chunk-ND5YG63V.js";
|
|
110
|
+
import {
|
|
111
|
+
coin98Wallet
|
|
112
|
+
} from "./chunk-3QXMJHL4.js";
|
|
113
|
+
import {
|
|
114
|
+
coreWallet
|
|
115
|
+
} from "./chunk-BXM2BUWT.js";
|
|
122
116
|
import {
|
|
123
117
|
dawnWallet
|
|
124
118
|
} from "./chunk-QUFNIKMV.js";
|
|
119
|
+
import {
|
|
120
|
+
desigWallet
|
|
121
|
+
} from "./chunk-P4C7ZHIS.js";
|
|
122
|
+
import {
|
|
123
|
+
frameWallet
|
|
124
|
+
} from "./chunk-LR37V45H.js";
|
|
125
125
|
import {
|
|
126
126
|
enkryptWallet
|
|
127
127
|
} from "./chunk-SJWHYD45.js";
|
|
128
128
|
import {
|
|
129
129
|
bitverseWallet
|
|
130
130
|
} from "./chunk-NL4I7WOT.js";
|
|
131
|
+
import {
|
|
132
|
+
bloomWallet
|
|
133
|
+
} from "./chunk-NTGZF5BY.js";
|
|
131
134
|
import {
|
|
132
135
|
argentWallet
|
|
133
136
|
} from "./chunk-NZ5G23JP.js";
|
|
134
|
-
import {
|
|
135
|
-
bifrostWallet
|
|
136
|
-
} from "./chunk-PJRUHFBT.js";
|
|
137
137
|
import {
|
|
138
138
|
bitgetWallet
|
|
139
|
-
} from "./chunk-
|
|
139
|
+
} from "./chunk-EO7KIAWM.js";
|
|
140
|
+
import {
|
|
141
|
+
braveWallet
|
|
142
|
+
} from "./chunk-KJWMF6GZ.js";
|
|
140
143
|
import {
|
|
141
144
|
bitskiWallet
|
|
142
145
|
} from "./chunk-IMZRCMZR.js";
|
|
143
146
|
import {
|
|
144
|
-
|
|
145
|
-
} from "./chunk-
|
|
147
|
+
bifrostWallet
|
|
148
|
+
} from "./chunk-AFONKDII.js";
|
|
146
149
|
import "./chunk-ZOLACFTK.js";
|
|
147
|
-
import {
|
|
148
|
-
bybitWallet
|
|
149
|
-
} from "./chunk-BCXBFAL4.js";
|
|
150
|
-
import "./chunk-F3VCNZXS.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.10",
|
|
4
4
|
"description": "Funkit Connect SDK elevates DeFi apps via web2 sign-ins and one-click checkouts.",
|
|
5
5
|
"files": [
|
|
6
6
|
"dist",
|
|
@@ -64,6 +64,7 @@
|
|
|
64
64
|
"dependencies": {
|
|
65
65
|
"@datadog/browser-logs": "^5.22.0",
|
|
66
66
|
"@funkit/core": "2.1.3",
|
|
67
|
+
"@funkit/wagmi-tools": "3.0.5",
|
|
67
68
|
"@meshconnect/web-link-sdk": "2.1.1",
|
|
68
69
|
"@moonpay/moonpay-react": "^1.6.1",
|
|
69
70
|
"@privy-io/js-sdk-core": "^0.21.0",
|
|
@@ -79,8 +80,7 @@
|
|
|
79
80
|
"react-remove-scroll": "2.5.7",
|
|
80
81
|
"ua-parser-js": "^1.0.37",
|
|
81
82
|
"uuid": "^9.0.1",
|
|
82
|
-
"@funkit/api-base": "1.0.1"
|
|
83
|
-
"@funkit/wagmi-tools": "3.0.4"
|
|
83
|
+
"@funkit/api-base": "1.0.1"
|
|
84
84
|
},
|
|
85
85
|
"repository": {
|
|
86
86
|
"type": "git",
|
|
@@ -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/coin98Wallet/coin98Wallet.ts
|
|
11
11
|
var coin98Wallet = ({
|
|
@@ -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/okxWallet/okxWallet.ts
|
|
14
14
|
var okxWallet = ({
|
|
@@ -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/bifrostWallet/bifrostWallet.ts
|
|
14
14
|
var bifrostWallet = ({
|
|
@@ -2,13 +2,13 @@
|
|
|
2
2
|
import {
|
|
3
3
|
isMobile
|
|
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/trustWallet/trustWallet.ts
|
|
14
14
|
var trustWallet = ({
|
|
@@ -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/coreWallet/coreWallet.ts
|
|
11
11
|
var coreWallet = ({
|
|
@@ -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/roninWallet/roninWallet.ts
|
|
11
11
|
var roninWallet = ({
|
|
@@ -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 = ({
|
|
@@ -3,13 +3,13 @@ import {
|
|
|
3
3
|
isAndroid,
|
|
4
4
|
isIOS
|
|
5
5
|
} from "./chunk-ZOLACFTK.js";
|
|
6
|
+
import {
|
|
7
|
+
getWalletConnectConnector
|
|
8
|
+
} from "./chunk-ZDU3JFGR.js";
|
|
6
9
|
import {
|
|
7
10
|
getInjectedConnector,
|
|
8
11
|
hasInjectedProvider
|
|
9
12
|
} from "./chunk-F3VCNZXS.js";
|
|
10
|
-
import {
|
|
11
|
-
getWalletConnectConnector
|
|
12
|
-
} from "./chunk-ZDU3JFGR.js";
|
|
13
13
|
|
|
14
14
|
// src/wallets/walletConnectors/rainbowWallet/rainbowWallet.ts
|
|
15
15
|
var rainbowWallet = ({
|
|
@@ -2,13 +2,13 @@
|
|
|
2
2
|
import {
|
|
3
3
|
isIOS
|
|
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/zerionWallet/zerionWallet.ts
|
|
14
14
|
var zerionWallet = ({
|
|
@@ -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 = ({
|
|
@@ -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/frontierWallet/frontierWallet.ts
|
|
14
14
|
var frontierWallet = ({
|
|
@@ -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/clvWallet/clvWallet.ts
|
|
11
11
|
var clvWallet = ({
|
|
@@ -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/safepalWallet/safepalWallet.ts
|
|
11
11
|
var safepalWallet = ({
|
|
@@ -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/gateWallet/gateWallet.ts
|
|
14
14
|
var gateWallet = ({
|
|
@@ -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/foxWallet/foxWallet.ts
|
|
11
11
|
var foxWallet = ({
|
|
@@ -3,13 +3,13 @@ import {
|
|
|
3
3
|
isAndroid,
|
|
4
4
|
isIOS
|
|
5
5
|
} from "./chunk-ZOLACFTK.js";
|
|
6
|
+
import {
|
|
7
|
+
getWalletConnectConnector
|
|
8
|
+
} from "./chunk-ZDU3JFGR.js";
|
|
6
9
|
import {
|
|
7
10
|
getInjectedConnector,
|
|
8
11
|
hasInjectedProvider
|
|
9
12
|
} from "./chunk-F3VCNZXS.js";
|
|
10
|
-
import {
|
|
11
|
-
getWalletConnectConnector
|
|
12
|
-
} from "./chunk-ZDU3JFGR.js";
|
|
13
13
|
|
|
14
14
|
// src/wallets/walletConnectors/metaMaskWallet/metaMaskWallet.ts
|
|
15
15
|
function isMetaMask(ethereum) {
|
|
@@ -2,13 +2,13 @@
|
|
|
2
2
|
import {
|
|
3
3
|
isMobile
|
|
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/tokenPocketWallet/tokenPocketWallet.ts
|
|
14
14
|
var tokenPocketWallet = ({
|
|
@@ -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/bybitWallet/bybitWallet.ts
|
|
11
11
|
var bybitWallet = ({
|