@funkit/connect 0.1.9 → 0.1.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/README.md +5 -1
- package/dist/{chunk-6NU6GSSJ.js → chunk-X25RSAGB.js} +1 -1
- package/dist/components/index.js +1 -1
- package/dist/index.js +1 -1
- package/dist/wallets/walletConnectors/argentWallet/argentWallet.js +2 -2
- package/dist/wallets/walletConnectors/bifrostWallet/bifrostWallet.js +2 -2
- package/dist/wallets/walletConnectors/bitgetWallet/bitgetWallet.js +2 -2
- package/dist/wallets/walletConnectors/frontierWallet/frontierWallet.js +2 -2
- package/dist/wallets/walletConnectors/index.js +61 -61
- package/dist/wallets/walletConnectors/ledgerWallet/ledgerWallet.js +2 -2
- package/dist/wallets/walletConnectors/metaMaskWallet/metaMaskWallet.js +2 -2
- package/dist/wallets/walletConnectors/oktoWallet/oktoWallet.js +2 -2
- package/dist/wallets/walletConnectors/okxWallet/okxWallet.js +2 -2
- package/dist/wallets/walletConnectors/omniWallet/omniWallet.js +2 -2
- package/dist/wallets/walletConnectors/rainbowWallet/rainbowWallet.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/walletConnectWallet/walletConnectWallet.js +2 -2
- package/dist/wallets/walletConnectors/zerionWallet/zerionWallet.js +2 -2
- package/package.json +4 -1
- package/dist/wallets/walletConnectors/{chunk-NJGDUFM2.js → chunk-2T67SC63.js} +3 -3
- package/dist/wallets/walletConnectors/{chunk-K4AO45B3.js → chunk-4CGDJKUJ.js} +3 -3
- package/dist/wallets/walletConnectors/{chunk-W4DY35PZ.js → chunk-4FQ2OCM4.js} +3 -3
- package/dist/wallets/walletConnectors/{chunk-JVF24YQM.js → chunk-4LHUAGGQ.js} +4 -4
- package/dist/wallets/walletConnectors/{chunk-WXWQQHAQ.js → chunk-AFMQLXY2.js} +3 -3
- package/dist/wallets/walletConnectors/{chunk-YJR5S7NP.js → chunk-BYGJDC6Y.js} +4 -4
- package/dist/wallets/walletConnectors/{chunk-ECNJY6H5.js → chunk-DS2NHYCT.js} +3 -3
- package/dist/wallets/walletConnectors/{chunk-JARWK7S5.js → chunk-EXTKISYU.js} +4 -4
- package/dist/wallets/walletConnectors/{chunk-D76EMZT2.js → chunk-G2HR4ZFS.js} +3 -3
- package/dist/wallets/walletConnectors/{chunk-RLZP75FI.js → chunk-OV2JRO7A.js} +3 -3
- package/dist/wallets/walletConnectors/{chunk-3YVOYNPH.js → chunk-TBZII4VB.js} +3 -3
- package/dist/wallets/walletConnectors/{chunk-KGIRU665.js → chunk-THH76QKN.js} +3 -3
- package/dist/wallets/walletConnectors/{chunk-EBNKDT5H.js → chunk-TT2SHVBF.js} +3 -3
- package/dist/wallets/walletConnectors/{chunk-74BR2RAM.js → chunk-Y4EWYKDM.js} +3 -3
package/README.md
CHANGED
|
@@ -1,4 +1,8 @@
|
|
|
1
|
-
##
|
|
1
|
+
## FunkitConnect
|
|
2
2
|
|
|
3
|
+
The `@funkit/connect` package elevates decentralize applications via web2 & web3 sign-ins together with one-click onramps & checkouts.
|
|
3
4
|
|
|
5
|
+
🔗 [Integration guide](https://the-fun-group.notion.site/funkit-connect-integration-guide-90efe96a9f4e40d99cc49e7abecdc437)
|
|
4
6
|
|
|
7
|
+
> **📝 Note**
|
|
8
|
+
> This package is currently in closed beta. To learn more, reach out to [developers@fun.xyz](mailto:developers@fun.xyz).
|
|
@@ -24642,7 +24642,7 @@ function setRainbowKitVersion({ version }) {
|
|
|
24642
24642
|
}
|
|
24643
24643
|
function useFingerprint() {
|
|
24644
24644
|
const fingerprint = useCallback22(() => {
|
|
24645
|
-
setRainbowKitVersion({ version: "0.1.
|
|
24645
|
+
setRainbowKitVersion({ version: "0.1.10" });
|
|
24646
24646
|
}, []);
|
|
24647
24647
|
useEffect34(() => {
|
|
24648
24648
|
fingerprint();
|
package/dist/components/index.js
CHANGED
package/dist/index.js
CHANGED
|
@@ -1,128 +1,128 @@
|
|
|
1
1
|
"use client";
|
|
2
|
-
import {
|
|
3
|
-
zealWallet
|
|
4
|
-
} from "./chunk-QBKHMTGI.js";
|
|
5
2
|
import {
|
|
6
3
|
zerionWallet
|
|
7
|
-
} from "./chunk-
|
|
4
|
+
} from "./chunk-TBZII4VB.js";
|
|
8
5
|
import {
|
|
9
|
-
|
|
10
|
-
} from "./chunk-
|
|
6
|
+
walletConnectWallet
|
|
7
|
+
} from "./chunk-G2HR4ZFS.js";
|
|
8
|
+
import {
|
|
9
|
+
subWallet
|
|
10
|
+
} from "./chunk-M5VGZ2QW.js";
|
|
11
11
|
import {
|
|
12
12
|
talismanWallet
|
|
13
13
|
} from "./chunk-5UETJ33B.js";
|
|
14
|
-
import {
|
|
15
|
-
trustWallet
|
|
16
|
-
} from "./chunk-JVF24YQM.js";
|
|
17
14
|
import {
|
|
18
15
|
tokenPocketWallet
|
|
19
|
-
} from "./chunk-
|
|
16
|
+
} from "./chunk-OV2JRO7A.js";
|
|
20
17
|
import {
|
|
21
|
-
|
|
22
|
-
} from "./chunk-
|
|
18
|
+
trustWallet
|
|
19
|
+
} from "./chunk-4LHUAGGQ.js";
|
|
23
20
|
import {
|
|
24
|
-
|
|
25
|
-
} from "./chunk-
|
|
21
|
+
tahoWallet
|
|
22
|
+
} from "./chunk-OOGGCCFQ.js";
|
|
26
23
|
import {
|
|
27
24
|
xdefiWallet
|
|
28
25
|
} from "./chunk-5ZLRNFDM.js";
|
|
29
26
|
import {
|
|
30
|
-
|
|
31
|
-
} from "./chunk-
|
|
27
|
+
uniswapWallet
|
|
28
|
+
} from "./chunk-IVIQBLOK.js";
|
|
32
29
|
import {
|
|
33
|
-
|
|
34
|
-
} from "./chunk-
|
|
30
|
+
zealWallet
|
|
31
|
+
} from "./chunk-QBKHMTGI.js";
|
|
32
|
+
import {
|
|
33
|
+
mewWallet
|
|
34
|
+
} from "./chunk-BZFEDZQJ.js";
|
|
35
35
|
import {
|
|
36
36
|
oneKeyWallet
|
|
37
37
|
} from "./chunk-6CW3SAA3.js";
|
|
38
|
-
import {
|
|
39
|
-
rabbyWallet
|
|
40
|
-
} from "./chunk-TNC2B7LX.js";
|
|
41
38
|
import {
|
|
42
39
|
phantomWallet
|
|
43
40
|
} from "./chunk-KUZFZL2D.js";
|
|
44
41
|
import {
|
|
45
|
-
|
|
46
|
-
} from "./chunk-
|
|
42
|
+
rabbyWallet
|
|
43
|
+
} from "./chunk-TNC2B7LX.js";
|
|
44
|
+
import {
|
|
45
|
+
safeWallet
|
|
46
|
+
} from "./chunk-BNTZHUB6.js";
|
|
47
47
|
import {
|
|
48
48
|
rainbowWallet
|
|
49
|
-
} from "./chunk-
|
|
49
|
+
} from "./chunk-EXTKISYU.js";
|
|
50
50
|
import {
|
|
51
|
-
|
|
52
|
-
} from "./chunk-
|
|
51
|
+
safeheronWallet
|
|
52
|
+
} from "./chunk-7WTKIVCW.js";
|
|
53
53
|
import {
|
|
54
|
-
|
|
55
|
-
} from "./chunk-
|
|
54
|
+
safepalWallet
|
|
55
|
+
} from "./chunk-ZGVEVXA7.js";
|
|
56
56
|
import {
|
|
57
|
-
|
|
58
|
-
} from "./chunk-
|
|
57
|
+
foxWallet
|
|
58
|
+
} from "./chunk-7HTS7H5B.js";
|
|
59
59
|
import {
|
|
60
60
|
imTokenWallet
|
|
61
61
|
} from "./chunk-237HEA4B.js";
|
|
62
|
-
import {
|
|
63
|
-
ledgerWallet
|
|
64
|
-
} from "./chunk-EBNKDT5H.js";
|
|
65
62
|
import {
|
|
66
63
|
injectedWallet
|
|
67
64
|
} from "./chunk-U32TVZ7G.js";
|
|
68
65
|
import {
|
|
69
|
-
|
|
70
|
-
} from "./chunk-
|
|
66
|
+
ledgerWallet
|
|
67
|
+
} from "./chunk-TT2SHVBF.js";
|
|
71
68
|
import {
|
|
72
69
|
metaMaskWallet
|
|
73
|
-
} from "./chunk-
|
|
70
|
+
} from "./chunk-BYGJDC6Y.js";
|
|
71
|
+
import {
|
|
72
|
+
omniWallet
|
|
73
|
+
} from "./chunk-4FQ2OCM4.js";
|
|
74
74
|
import {
|
|
75
75
|
okxWallet
|
|
76
|
-
} from "./chunk-
|
|
76
|
+
} from "./chunk-THH76QKN.js";
|
|
77
77
|
import {
|
|
78
78
|
oktoWallet
|
|
79
|
-
} from "./chunk-
|
|
80
|
-
import {
|
|
81
|
-
coinbaseWallet
|
|
82
|
-
} from "./chunk-WFTAXMQP.js";
|
|
83
|
-
import "./chunk-UZ5XLPAW.js";
|
|
84
|
-
import {
|
|
85
|
-
clvWallet
|
|
86
|
-
} from "./chunk-OH3HGTQV.js";
|
|
79
|
+
} from "./chunk-DS2NHYCT.js";
|
|
87
80
|
import {
|
|
88
81
|
coreWallet
|
|
89
82
|
} from "./chunk-PATI3A3F.js";
|
|
90
83
|
import {
|
|
91
|
-
|
|
92
|
-
|
|
84
|
+
bitKeepWallet,
|
|
85
|
+
bitgetWallet
|
|
86
|
+
} from "./chunk-Y4EWYKDM.js";
|
|
87
|
+
import {
|
|
88
|
+
desigWallet
|
|
89
|
+
} from "./chunk-SXUVHZCG.js";
|
|
93
90
|
import {
|
|
94
91
|
dawnWallet
|
|
95
92
|
} from "./chunk-QJNS6IE4.js";
|
|
96
93
|
import {
|
|
97
|
-
|
|
98
|
-
} from "./chunk-
|
|
94
|
+
clvWallet
|
|
95
|
+
} from "./chunk-OH3HGTQV.js";
|
|
99
96
|
import {
|
|
100
|
-
|
|
101
|
-
} from "./chunk-
|
|
97
|
+
enkryptWallet
|
|
98
|
+
} from "./chunk-ND76X5A2.js";
|
|
99
|
+
import {
|
|
100
|
+
frameWallet
|
|
101
|
+
} from "./chunk-MBFEMLUU.js";
|
|
102
102
|
import {
|
|
103
103
|
frontierWallet
|
|
104
|
-
} from "./chunk-
|
|
104
|
+
} from "./chunk-4CGDJKUJ.js";
|
|
105
105
|
import {
|
|
106
106
|
argentWallet
|
|
107
|
-
} from "./chunk-
|
|
107
|
+
} from "./chunk-2T67SC63.js";
|
|
108
108
|
import {
|
|
109
109
|
bifrostWallet
|
|
110
|
-
} from "./chunk-
|
|
111
|
-
import {
|
|
112
|
-
bitKeepWallet,
|
|
113
|
-
bitgetWallet
|
|
114
|
-
} from "./chunk-74BR2RAM.js";
|
|
115
|
-
import "./chunk-ZOLACFTK.js";
|
|
110
|
+
} from "./chunk-AFMQLXY2.js";
|
|
116
111
|
import {
|
|
117
112
|
bitskiWallet
|
|
118
113
|
} from "./chunk-FL3REGA5.js";
|
|
114
|
+
import {
|
|
115
|
+
braveWallet
|
|
116
|
+
} from "./chunk-INSQDNCE.js";
|
|
119
117
|
import {
|
|
120
118
|
coin98Wallet
|
|
121
119
|
} from "./chunk-JC5DQVHX.js";
|
|
122
120
|
import "./chunk-EUSM6MRB.js";
|
|
123
121
|
import {
|
|
124
|
-
|
|
125
|
-
} from "./chunk-
|
|
122
|
+
coinbaseWallet
|
|
123
|
+
} from "./chunk-WFTAXMQP.js";
|
|
124
|
+
import "./chunk-UZ5XLPAW.js";
|
|
125
|
+
import "./chunk-ZOLACFTK.js";
|
|
126
126
|
export {
|
|
127
127
|
argentWallet,
|
|
128
128
|
bifrostWallet,
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use client";
|
|
2
2
|
import {
|
|
3
3
|
rainbowWallet
|
|
4
|
-
} from "../chunk-
|
|
4
|
+
} from "../chunk-EXTKISYU.js";
|
|
5
|
+
import "../chunk-EUSM6MRB.js";
|
|
5
6
|
import "../chunk-UZ5XLPAW.js";
|
|
6
7
|
import "../chunk-ZOLACFTK.js";
|
|
7
|
-
import "../chunk-EUSM6MRB.js";
|
|
8
8
|
export {
|
|
9
9
|
rainbowWallet
|
|
10
10
|
};
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use client";
|
|
2
2
|
import {
|
|
3
3
|
trustWallet
|
|
4
|
-
} from "../chunk-
|
|
4
|
+
} from "../chunk-4LHUAGGQ.js";
|
|
5
|
+
import "../chunk-EUSM6MRB.js";
|
|
5
6
|
import "../chunk-UZ5XLPAW.js";
|
|
6
7
|
import "../chunk-ZOLACFTK.js";
|
|
7
|
-
import "../chunk-EUSM6MRB.js";
|
|
8
8
|
export {
|
|
9
9
|
trustWallet
|
|
10
10
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@funkit/connect",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.10",
|
|
4
4
|
"description": "Funkit Connect SDK elevates DeFi apps via web2 sign-ins and one-click checkouts.",
|
|
5
5
|
"files": [
|
|
6
6
|
"dist",
|
|
@@ -21,6 +21,9 @@
|
|
|
21
21
|
"engines": {
|
|
22
22
|
"node": ">=12.4"
|
|
23
23
|
},
|
|
24
|
+
"publishConfig": {
|
|
25
|
+
"access": "public"
|
|
26
|
+
},
|
|
24
27
|
"scripts": {
|
|
25
28
|
"clean": "rm -rf ./dist",
|
|
26
29
|
"build": "pnpm clean && node build.js && pnpm typecheck",
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
"use client";
|
|
2
|
-
import {
|
|
3
|
-
isAndroid
|
|
4
|
-
} from "./chunk-ZOLACFTK.js";
|
|
5
2
|
import {
|
|
6
3
|
getWalletConnectConnector,
|
|
7
4
|
getWalletConnectUri
|
|
8
5
|
} from "./chunk-EUSM6MRB.js";
|
|
6
|
+
import {
|
|
7
|
+
isAndroid
|
|
8
|
+
} from "./chunk-ZOLACFTK.js";
|
|
9
9
|
|
|
10
10
|
// src/wallets/walletConnectors/argentWallet/argentWallet.ts
|
|
11
11
|
var argentWallet = ({
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
"use client";
|
|
2
|
-
import {
|
|
3
|
-
isAndroid
|
|
4
|
-
} from "./chunk-ZOLACFTK.js";
|
|
5
2
|
import {
|
|
6
3
|
getWalletConnectConnector,
|
|
7
4
|
getWalletConnectUri
|
|
8
5
|
} from "./chunk-EUSM6MRB.js";
|
|
6
|
+
import {
|
|
7
|
+
isAndroid
|
|
8
|
+
} from "./chunk-ZOLACFTK.js";
|
|
9
9
|
|
|
10
10
|
// src/wallets/walletConnectors/frontierWallet/frontierWallet.ts
|
|
11
11
|
import { InjectedConnector } from "wagmi/connectors/injected";
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
"use client";
|
|
2
|
-
import {
|
|
3
|
-
isAndroid
|
|
4
|
-
} from "./chunk-ZOLACFTK.js";
|
|
5
2
|
import {
|
|
6
3
|
getWalletConnectConnector,
|
|
7
4
|
getWalletConnectUri
|
|
8
5
|
} from "./chunk-EUSM6MRB.js";
|
|
6
|
+
import {
|
|
7
|
+
isAndroid
|
|
8
|
+
} from "./chunk-ZOLACFTK.js";
|
|
9
9
|
|
|
10
10
|
// src/wallets/walletConnectors/omniWallet/omniWallet.ts
|
|
11
11
|
var omniWallet = ({
|
|
@@ -1,4 +1,8 @@
|
|
|
1
1
|
"use client";
|
|
2
|
+
import {
|
|
3
|
+
getWalletConnectConnector,
|
|
4
|
+
getWalletConnectUri
|
|
5
|
+
} from "./chunk-EUSM6MRB.js";
|
|
2
6
|
import {
|
|
3
7
|
getInjectedConnector,
|
|
4
8
|
hasInjectedProvider
|
|
@@ -6,10 +10,6 @@ import {
|
|
|
6
10
|
import {
|
|
7
11
|
isMobile
|
|
8
12
|
} from "./chunk-ZOLACFTK.js";
|
|
9
|
-
import {
|
|
10
|
-
getWalletConnectConnector,
|
|
11
|
-
getWalletConnectUri
|
|
12
|
-
} from "./chunk-EUSM6MRB.js";
|
|
13
13
|
|
|
14
14
|
// src/wallets/walletConnectors/trustWallet/trustWallet.ts
|
|
15
15
|
var trustWallet = ({
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
"use client";
|
|
2
|
-
import {
|
|
3
|
-
isAndroid
|
|
4
|
-
} from "./chunk-ZOLACFTK.js";
|
|
5
2
|
import {
|
|
6
3
|
getWalletConnectConnector,
|
|
7
4
|
getWalletConnectUri
|
|
8
5
|
} from "./chunk-EUSM6MRB.js";
|
|
6
|
+
import {
|
|
7
|
+
isAndroid
|
|
8
|
+
} from "./chunk-ZOLACFTK.js";
|
|
9
9
|
|
|
10
10
|
// src/wallets/walletConnectors/bifrostWallet/bifrostWallet.ts
|
|
11
11
|
import { InjectedConnector } from "wagmi/connectors/injected";
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
"use client";
|
|
2
|
-
import {
|
|
3
|
-
isAndroid,
|
|
4
|
-
isIOS
|
|
5
|
-
} from "./chunk-ZOLACFTK.js";
|
|
6
2
|
import {
|
|
7
3
|
getWalletConnectConnector,
|
|
8
4
|
getWalletConnectUri
|
|
9
5
|
} from "./chunk-EUSM6MRB.js";
|
|
6
|
+
import {
|
|
7
|
+
isAndroid,
|
|
8
|
+
isIOS
|
|
9
|
+
} from "./chunk-ZOLACFTK.js";
|
|
10
10
|
|
|
11
11
|
// src/wallets/walletConnectors/metaMaskWallet/metaMaskWallet.ts
|
|
12
12
|
import { MetaMaskConnector } from "wagmi/connectors/metaMask";
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
"use client";
|
|
2
|
-
import {
|
|
3
|
-
isAndroid
|
|
4
|
-
} from "./chunk-ZOLACFTK.js";
|
|
5
2
|
import {
|
|
6
3
|
getWalletConnectConnector,
|
|
7
4
|
getWalletConnectUri
|
|
8
5
|
} from "./chunk-EUSM6MRB.js";
|
|
6
|
+
import {
|
|
7
|
+
isAndroid
|
|
8
|
+
} from "./chunk-ZOLACFTK.js";
|
|
9
9
|
|
|
10
10
|
// src/wallets/walletConnectors/oktoWallet/oktoWallet.ts
|
|
11
11
|
var oktoWallet = ({
|
|
@@ -1,4 +1,8 @@
|
|
|
1
1
|
"use client";
|
|
2
|
+
import {
|
|
3
|
+
getWalletConnectConnector,
|
|
4
|
+
getWalletConnectUri
|
|
5
|
+
} from "./chunk-EUSM6MRB.js";
|
|
2
6
|
import {
|
|
3
7
|
getInjectedConnector,
|
|
4
8
|
hasInjectedProvider
|
|
@@ -7,10 +11,6 @@ import {
|
|
|
7
11
|
isAndroid,
|
|
8
12
|
isIOS
|
|
9
13
|
} from "./chunk-ZOLACFTK.js";
|
|
10
|
-
import {
|
|
11
|
-
getWalletConnectConnector,
|
|
12
|
-
getWalletConnectUri
|
|
13
|
-
} from "./chunk-EUSM6MRB.js";
|
|
14
14
|
|
|
15
15
|
// src/wallets/walletConnectors/rainbowWallet/rainbowWallet.ts
|
|
16
16
|
var rainbowWallet = ({
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
"use client";
|
|
2
|
-
import {
|
|
3
|
-
isIOS
|
|
4
|
-
} from "./chunk-ZOLACFTK.js";
|
|
5
2
|
import {
|
|
6
3
|
getWalletConnectConnector,
|
|
7
4
|
getWalletConnectUri
|
|
8
5
|
} from "./chunk-EUSM6MRB.js";
|
|
6
|
+
import {
|
|
7
|
+
isIOS
|
|
8
|
+
} from "./chunk-ZOLACFTK.js";
|
|
9
9
|
|
|
10
10
|
// src/wallets/walletConnectors/walletConnectWallet/walletConnectWallet.ts
|
|
11
11
|
var walletConnectWallet = ({
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
"use client";
|
|
2
|
-
import {
|
|
3
|
-
isMobile
|
|
4
|
-
} from "./chunk-ZOLACFTK.js";
|
|
5
2
|
import {
|
|
6
3
|
getWalletConnectConnector,
|
|
7
4
|
getWalletConnectUri
|
|
8
5
|
} from "./chunk-EUSM6MRB.js";
|
|
6
|
+
import {
|
|
7
|
+
isMobile
|
|
8
|
+
} from "./chunk-ZOLACFTK.js";
|
|
9
9
|
|
|
10
10
|
// src/wallets/walletConnectors/tokenPocketWallet/tokenPocketWallet.ts
|
|
11
11
|
import { InjectedConnector } from "wagmi/connectors/injected";
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
"use client";
|
|
2
|
-
import {
|
|
3
|
-
isIOS
|
|
4
|
-
} from "./chunk-ZOLACFTK.js";
|
|
5
2
|
import {
|
|
6
3
|
getWalletConnectConnector,
|
|
7
4
|
getWalletConnectUri
|
|
8
5
|
} from "./chunk-EUSM6MRB.js";
|
|
6
|
+
import {
|
|
7
|
+
isIOS
|
|
8
|
+
} from "./chunk-ZOLACFTK.js";
|
|
9
9
|
|
|
10
10
|
// src/wallets/walletConnectors/zerionWallet/zerionWallet.ts
|
|
11
11
|
import { InjectedConnector } from "wagmi/connectors/injected";
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
"use client";
|
|
2
|
-
import {
|
|
3
|
-
isAndroid
|
|
4
|
-
} from "./chunk-ZOLACFTK.js";
|
|
5
2
|
import {
|
|
6
3
|
getWalletConnectConnector,
|
|
7
4
|
getWalletConnectUri
|
|
8
5
|
} from "./chunk-EUSM6MRB.js";
|
|
6
|
+
import {
|
|
7
|
+
isAndroid
|
|
8
|
+
} from "./chunk-ZOLACFTK.js";
|
|
9
9
|
|
|
10
10
|
// src/wallets/walletConnectors/okxWallet/okxWallet.ts
|
|
11
11
|
import { InjectedConnector } from "wagmi/connectors/injected";
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
"use client";
|
|
2
|
-
import {
|
|
3
|
-
isAndroid
|
|
4
|
-
} from "./chunk-ZOLACFTK.js";
|
|
5
2
|
import {
|
|
6
3
|
getWalletConnectConnector,
|
|
7
4
|
getWalletConnectUri
|
|
8
5
|
} from "./chunk-EUSM6MRB.js";
|
|
6
|
+
import {
|
|
7
|
+
isAndroid
|
|
8
|
+
} from "./chunk-ZOLACFTK.js";
|
|
9
9
|
|
|
10
10
|
// src/wallets/walletConnectors/ledgerWallet/ledgerWallet.ts
|
|
11
11
|
var ledgerWallet = ({
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
"use client";
|
|
2
|
-
import {
|
|
3
|
-
isAndroid
|
|
4
|
-
} from "./chunk-ZOLACFTK.js";
|
|
5
2
|
import {
|
|
6
3
|
getWalletConnectConnector,
|
|
7
4
|
getWalletConnectUri
|
|
8
5
|
} from "./chunk-EUSM6MRB.js";
|
|
6
|
+
import {
|
|
7
|
+
isAndroid
|
|
8
|
+
} from "./chunk-ZOLACFTK.js";
|
|
9
9
|
|
|
10
10
|
// src/wallets/walletConnectors/bitgetWallet/bitgetWallet.ts
|
|
11
11
|
import { InjectedConnector } from "wagmi/connectors/injected";
|