@funkit/connect 3.0.0-next.6 → 3.0.0-next.8
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 +15 -0
- package/dist/{chunk-Z3QREJ3Q.js → chunk-EUSK63OY.js} +1 -1
- package/dist/components/Box/Box.d.ts +21 -21
- package/dist/components/CloseButton/CloseButton.d.ts +6 -3
- package/dist/components/Dialog/Dialog.d.ts +5 -3
- package/dist/components/FunAssetAvatar/FunAssetAvatar.d.ts +2 -3
- package/dist/components/FunBottomBar/FunBottomBar.css.d.ts +1 -0
- package/dist/components/FunButton/FunBackButton.d.ts +6 -3
- package/dist/components/FunSkeletonLoader/FunSkeletonBlock.d.ts +6 -10
- package/dist/components/FunSkeletonLoader/FunSkeletonCircle.d.ts +4 -13
- package/dist/components/FunkitProvider/FunkitCheckoutContext.d.ts +1 -1
- package/dist/components/Icons/TwoFactor.d.ts +2 -0
- package/dist/components/ProfileDetails/FunProfileViews/Home/Home.css.d.ts +1 -0
- package/dist/components/ProfileDetails/FunProfileViews/Home/HomeCheckoutDisplayRow.d.ts +1 -0
- package/dist/components/ProfileDetails/FunProfileViews/Home/HomeTokenDisplayRow.d.ts +1 -0
- package/dist/css/sprinkles.css.d.ts +21 -21
- package/dist/hooks/useScrollDivider.d.ts +1 -0
- package/dist/index.css +1954 -1796
- package/dist/index.js +733 -665
- package/dist/themes/darkTheme.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/chunk-A6MZY5ZZ.js +81 -0
- package/dist/wallets/walletConnectors/chunk-ARIYPPEC.js +92 -0
- package/dist/wallets/walletConnectors/chunk-BEAW5Y5M.js +60 -0
- package/dist/wallets/walletConnectors/chunk-PIZ2XVGH.js +60 -0
- package/dist/wallets/walletConnectors/chunk-RXUGTOMT.js +60 -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/frontierWallet/frontierWallet.js +2 -2
- package/dist/wallets/walletConnectors/gateWallet/gateWallet.js +2 -2
- package/dist/wallets/walletConnectors/index.js +78 -78
- 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 +4 -3
- package/dist/{utils → consts}/checkoutFees.d.ts +0 -0
- package/dist/wallets/walletConnectors/{chunk-UWZQZY4S.js → chunk-45BGLKK3.js} +3 -3
- package/dist/wallets/walletConnectors/{chunk-AUVBWDIK.js → chunk-CW3DUKXK.js} +3 -3
- package/dist/wallets/walletConnectors/{chunk-5K4DIMYR.js → chunk-E5XC6KBV.js} +3 -3
- package/dist/wallets/walletConnectors/{chunk-2EMZOYQI.js → chunk-FCHEJLHR.js} +3 -3
- package/dist/wallets/walletConnectors/{chunk-QP2BIVXD.js → chunk-HKN7647Q.js} +3 -3
- package/dist/wallets/walletConnectors/{chunk-AXPQHNUI.js → chunk-IOQWKPOO.js} +3 -3
- package/dist/wallets/walletConnectors/{chunk-L7QI6PBN.js → chunk-LPQBQIZL.js} +3 -3
- package/dist/wallets/walletConnectors/{chunk-UZEMNN3Q.js → chunk-LTIIUGMZ.js} +3 -3
- package/dist/wallets/walletConnectors/{chunk-EFIENLEE.js → chunk-VJ5C6RXN.js} +3 -3
- package/dist/wallets/walletConnectors/{chunk-B7FHT3CB.js → chunk-WMLYUYMP.js} +3 -3
|
@@ -1,154 +1,154 @@
|
|
|
1
1
|
"use client";
|
|
2
|
-
import {
|
|
3
|
-
zerionWallet
|
|
4
|
-
} from "./chunk-KDGMYRMC.js";
|
|
5
|
-
import {
|
|
6
|
-
walletConnectWallet
|
|
7
|
-
} from "./chunk-OFU3PEVT.js";
|
|
8
2
|
import {
|
|
9
3
|
xdefiWallet
|
|
10
4
|
} from "./chunk-RVIZMVFR.js";
|
|
5
|
+
import {
|
|
6
|
+
zealWallet
|
|
7
|
+
} from "./chunk-BUUV6BS4.js";
|
|
8
|
+
import {
|
|
9
|
+
zerionWallet
|
|
10
|
+
} from "./chunk-DBP432DI.js";
|
|
11
11
|
import {
|
|
12
12
|
tahoWallet
|
|
13
13
|
} from "./chunk-6AYBA6IH.js";
|
|
14
14
|
import {
|
|
15
|
-
|
|
16
|
-
} from "./chunk-
|
|
15
|
+
tokenPocketWallet
|
|
16
|
+
} from "./chunk-ISJYPD3T.js";
|
|
17
17
|
import {
|
|
18
|
-
|
|
19
|
-
} from "./chunk-
|
|
18
|
+
safeheronWallet
|
|
19
|
+
} from "./chunk-FCIRHRFH.js";
|
|
20
20
|
import {
|
|
21
|
-
|
|
22
|
-
} from "./chunk-
|
|
21
|
+
walletConnectWallet
|
|
22
|
+
} from "./chunk-OFU3PEVT.js";
|
|
23
23
|
import {
|
|
24
24
|
trustWallet
|
|
25
|
-
} from "./chunk-
|
|
25
|
+
} from "./chunk-X45WXZDO.js";
|
|
26
|
+
import {
|
|
27
|
+
uniswapWallet
|
|
28
|
+
} from "./chunk-QFRZGNNV.js";
|
|
26
29
|
import {
|
|
27
30
|
tokenaryWallet
|
|
28
31
|
} from "./chunk-FAYEL4JP.js";
|
|
29
32
|
import {
|
|
30
|
-
|
|
31
|
-
} from "./chunk-
|
|
33
|
+
safepalWallet
|
|
34
|
+
} from "./chunk-AKAT37SI.js";
|
|
32
35
|
import {
|
|
33
|
-
|
|
34
|
-
} from "./chunk-
|
|
36
|
+
omniWallet
|
|
37
|
+
} from "./chunk-II6YBG2B.js";
|
|
35
38
|
import {
|
|
36
|
-
|
|
37
|
-
} from "./chunk-
|
|
39
|
+
phantomWallet
|
|
40
|
+
} from "./chunk-KEVUI6AA.js";
|
|
38
41
|
import {
|
|
39
|
-
|
|
40
|
-
} from "./chunk-
|
|
42
|
+
rainbowWallet
|
|
43
|
+
} from "./chunk-OHJBALD3.js";
|
|
41
44
|
import {
|
|
42
45
|
safeWallet
|
|
43
46
|
} from "./chunk-Z2QCE6O6.js";
|
|
44
|
-
import {
|
|
45
|
-
safepalWallet
|
|
46
|
-
} from "./chunk-ZCKNEKQQ.js";
|
|
47
|
-
import {
|
|
48
|
-
roninWallet
|
|
49
|
-
} from "./chunk-25VW5TZP.js";
|
|
50
47
|
import {
|
|
51
48
|
ramperWallet
|
|
52
49
|
} from "./chunk-TKXQYHWJ.js";
|
|
53
|
-
import {
|
|
54
|
-
kresusWallet
|
|
55
|
-
} from "./chunk-QQJKQCII.js";
|
|
56
50
|
import {
|
|
57
51
|
subWallet
|
|
58
|
-
} from "./chunk-
|
|
52
|
+
} from "./chunk-N3ELQYCY.js";
|
|
53
|
+
import {
|
|
54
|
+
roninWallet
|
|
55
|
+
} from "./chunk-63YLN6R5.js";
|
|
56
|
+
import {
|
|
57
|
+
talismanWallet
|
|
58
|
+
} from "./chunk-OTXHQMSG.js";
|
|
59
|
+
import {
|
|
60
|
+
oktoWallet
|
|
61
|
+
} from "./chunk-MBQTOALG.js";
|
|
59
62
|
import {
|
|
60
63
|
mewWallet
|
|
61
64
|
} from "./chunk-CVYXTHZ6.js";
|
|
62
65
|
import {
|
|
63
|
-
|
|
64
|
-
} from "./chunk-
|
|
66
|
+
imTokenWallet
|
|
67
|
+
} from "./chunk-BMJOLT2N.js";
|
|
65
68
|
import {
|
|
66
69
|
okxWallet
|
|
67
|
-
} from "./chunk-
|
|
68
|
-
import {
|
|
69
|
-
coinbaseWallet
|
|
70
|
-
} from "./chunk-PNEDRY6O.js";
|
|
71
|
-
import {
|
|
72
|
-
oneKeyWallet
|
|
73
|
-
} from "./chunk-ZP2SV6KN.js";
|
|
70
|
+
} from "./chunk-5HXH52SO.js";
|
|
74
71
|
import {
|
|
75
72
|
oneInchWallet
|
|
76
73
|
} from "./chunk-I7MKK24W.js";
|
|
77
|
-
import {
|
|
78
|
-
phantomWallet
|
|
79
|
-
} from "./chunk-KEVUI6AA.js";
|
|
80
74
|
import {
|
|
81
75
|
rabbyWallet
|
|
82
76
|
} from "./chunk-H5LLXNOI.js";
|
|
83
77
|
import {
|
|
84
|
-
|
|
85
|
-
} from "./chunk-
|
|
78
|
+
oneKeyWallet
|
|
79
|
+
} from "./chunk-ZP2SV6KN.js";
|
|
86
80
|
import {
|
|
87
|
-
|
|
88
|
-
} from "./chunk-
|
|
81
|
+
bloomWallet
|
|
82
|
+
} from "./chunk-J64P6XK3.js";
|
|
89
83
|
import {
|
|
90
|
-
|
|
91
|
-
} from "./chunk-
|
|
84
|
+
enkryptWallet
|
|
85
|
+
} from "./chunk-JJ4DXD7R.js";
|
|
92
86
|
import {
|
|
93
|
-
|
|
94
|
-
} from "./chunk-
|
|
87
|
+
bitverseWallet
|
|
88
|
+
} from "./chunk-BQEOIDHP.js";
|
|
95
89
|
import {
|
|
96
90
|
injectedWallet
|
|
97
91
|
} from "./chunk-E5NYR4SS.js";
|
|
98
92
|
import {
|
|
99
|
-
|
|
100
|
-
} from "./chunk-
|
|
93
|
+
kresusWallet
|
|
94
|
+
} from "./chunk-QQJKQCII.js";
|
|
101
95
|
import {
|
|
102
|
-
|
|
103
|
-
} from "./chunk-
|
|
96
|
+
gateWallet
|
|
97
|
+
} from "./chunk-YIJ5ULO3.js";
|
|
104
98
|
import {
|
|
105
|
-
|
|
106
|
-
} from "./chunk-
|
|
99
|
+
metaMaskWallet
|
|
100
|
+
} from "./chunk-ODRDT73B.js";
|
|
107
101
|
import {
|
|
108
|
-
|
|
109
|
-
} from "./chunk-
|
|
102
|
+
ledgerWallet
|
|
103
|
+
} from "./chunk-ZMHCZCGS.js";
|
|
110
104
|
import {
|
|
111
|
-
|
|
112
|
-
} from "./chunk-
|
|
105
|
+
coinbaseWallet
|
|
106
|
+
} from "./chunk-PNEDRY6O.js";
|
|
113
107
|
import {
|
|
114
108
|
desigWallet
|
|
115
109
|
} from "./chunk-44CHUPEQ.js";
|
|
116
110
|
import {
|
|
117
|
-
|
|
118
|
-
} from "./chunk-
|
|
111
|
+
braveWallet
|
|
112
|
+
} from "./chunk-NUEOWEZS.js";
|
|
113
|
+
import {
|
|
114
|
+
dawnWallet
|
|
115
|
+
} from "./chunk-KCTWDMQP.js";
|
|
119
116
|
import {
|
|
120
117
|
foxWallet
|
|
121
|
-
} from "./chunk-
|
|
118
|
+
} from "./chunk-WAOREEBE.js";
|
|
119
|
+
import {
|
|
120
|
+
coreWallet
|
|
121
|
+
} from "./chunk-MOOW2AOC.js";
|
|
122
122
|
import {
|
|
123
123
|
frameWallet
|
|
124
124
|
} from "./chunk-KPVNJO3R.js";
|
|
125
125
|
import {
|
|
126
126
|
frontierWallet
|
|
127
|
-
} from "./chunk-
|
|
127
|
+
} from "./chunk-LCOUKF2U.js";
|
|
128
|
+
import {
|
|
129
|
+
bifrostWallet
|
|
130
|
+
} from "./chunk-KL5Z3XHJ.js";
|
|
128
131
|
import {
|
|
129
132
|
argentWallet
|
|
130
133
|
} from "./chunk-ZHFISYEQ.js";
|
|
131
134
|
import {
|
|
132
|
-
|
|
133
|
-
} from "./chunk-
|
|
135
|
+
bitskiWallet
|
|
136
|
+
} from "./chunk-OCCT5PIN.js";
|
|
134
137
|
import {
|
|
135
|
-
|
|
136
|
-
} from "./chunk-
|
|
138
|
+
bitgetWallet
|
|
139
|
+
} from "./chunk-IEVZW3XR.js";
|
|
137
140
|
import "./chunk-RETKWSKD.js";
|
|
138
|
-
import {
|
|
139
|
-
braveWallet
|
|
140
|
-
} from "./chunk-NUEOWEZS.js";
|
|
141
141
|
import {
|
|
142
142
|
bybitWallet
|
|
143
|
-
} from "./chunk-
|
|
144
|
-
import {
|
|
145
|
-
bitverseWallet
|
|
146
|
-
} from "./chunk-BQEOIDHP.js";
|
|
143
|
+
} from "./chunk-3AZNOY75.js";
|
|
147
144
|
import {
|
|
148
145
|
clvWallet
|
|
149
|
-
} from "./chunk-
|
|
150
|
-
import
|
|
146
|
+
} from "./chunk-UHHA5V52.js";
|
|
147
|
+
import {
|
|
148
|
+
coin98Wallet
|
|
149
|
+
} from "./chunk-ZXGMW3OS.js";
|
|
151
150
|
import "./chunk-23WIEY36.js";
|
|
151
|
+
import "./chunk-WRA2DVJ7.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-ODRDT73B.js";
|
|
5
5
|
import "../chunk-RETKWSKD.js";
|
|
6
|
-
import "../chunk-WRA2DVJ7.js";
|
|
7
6
|
import "../chunk-23WIEY36.js";
|
|
7
|
+
import "../chunk-WRA2DVJ7.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-5HXH52SO.js";
|
|
5
5
|
import "../chunk-RETKWSKD.js";
|
|
6
|
-
import "../chunk-WRA2DVJ7.js";
|
|
7
6
|
import "../chunk-23WIEY36.js";
|
|
7
|
+
import "../chunk-WRA2DVJ7.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-OHJBALD3.js";
|
|
5
5
|
import "../chunk-RETKWSKD.js";
|
|
6
|
-
import "../chunk-WRA2DVJ7.js";
|
|
7
6
|
import "../chunk-23WIEY36.js";
|
|
7
|
+
import "../chunk-WRA2DVJ7.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-ISJYPD3T.js";
|
|
5
5
|
import "../chunk-RETKWSKD.js";
|
|
6
|
-
import "../chunk-WRA2DVJ7.js";
|
|
7
6
|
import "../chunk-23WIEY36.js";
|
|
7
|
+
import "../chunk-WRA2DVJ7.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-X45WXZDO.js";
|
|
5
5
|
import "../chunk-RETKWSKD.js";
|
|
6
|
-
import "../chunk-WRA2DVJ7.js";
|
|
7
6
|
import "../chunk-23WIEY36.js";
|
|
7
|
+
import "../chunk-WRA2DVJ7.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-DBP432DI.js";
|
|
5
5
|
import "../chunk-RETKWSKD.js";
|
|
6
|
-
import "../chunk-WRA2DVJ7.js";
|
|
7
6
|
import "../chunk-23WIEY36.js";
|
|
7
|
+
import "../chunk-WRA2DVJ7.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": "3.0.0-next.
|
|
3
|
+
"version": "3.0.0-next.8",
|
|
4
4
|
"description": "Funkit Connect SDK elevates DeFi apps via web2 sign-ins and one-click checkouts.",
|
|
5
5
|
"files": [
|
|
6
6
|
"dist",
|
|
@@ -76,11 +76,12 @@
|
|
|
76
76
|
"clsx": "2.1.1",
|
|
77
77
|
"qrcode": "1.5.3",
|
|
78
78
|
"react-remove-scroll": "2.5.7",
|
|
79
|
+
"react-virtuoso": "4.10.1",
|
|
79
80
|
"ua-parser-js": "^1.0.37",
|
|
80
81
|
"uuid": "^9.0.1",
|
|
81
82
|
"@funkit/api-base": "1.0.2-next.2",
|
|
82
|
-
"@funkit/core": "2.1.2-next.
|
|
83
|
-
"@funkit/wagmi-tools": "3.0.4-next.
|
|
83
|
+
"@funkit/core": "2.1.2-next.4",
|
|
84
|
+
"@funkit/wagmi-tools": "3.0.4-next.4"
|
|
84
85
|
},
|
|
85
86
|
"repository": {
|
|
86
87
|
"type": "git",
|
|
File without changes
|
|
@@ -3,13 +3,13 @@ import {
|
|
|
3
3
|
getInjectedConnector,
|
|
4
4
|
hasInjectedProvider
|
|
5
5
|
} from "./chunk-WRA2DVJ7.js";
|
|
6
|
+
import {
|
|
7
|
+
getWalletConnectConnector
|
|
8
|
+
} from "./chunk-23WIEY36.js";
|
|
6
9
|
import {
|
|
7
10
|
isAndroid,
|
|
8
11
|
isIOS
|
|
9
12
|
} from "./chunk-RETKWSKD.js";
|
|
10
|
-
import {
|
|
11
|
-
getWalletConnectConnector
|
|
12
|
-
} from "./chunk-23WIEY36.js";
|
|
13
13
|
|
|
14
14
|
// src/wallets/walletConnectors/metaMaskWallet/metaMaskWallet.ts
|
|
15
15
|
function isMetaMask(ethereum) {
|
|
@@ -3,12 +3,12 @@ import {
|
|
|
3
3
|
getInjectedConnector,
|
|
4
4
|
hasInjectedProvider
|
|
5
5
|
} from "./chunk-WRA2DVJ7.js";
|
|
6
|
-
import {
|
|
7
|
-
isIOS
|
|
8
|
-
} from "./chunk-RETKWSKD.js";
|
|
9
6
|
import {
|
|
10
7
|
getWalletConnectConnector
|
|
11
8
|
} from "./chunk-23WIEY36.js";
|
|
9
|
+
import {
|
|
10
|
+
isIOS
|
|
11
|
+
} from "./chunk-RETKWSKD.js";
|
|
12
12
|
|
|
13
13
|
// src/wallets/walletConnectors/zerionWallet/zerionWallet.ts
|
|
14
14
|
var zerionWallet = ({
|
|
@@ -3,12 +3,12 @@ import {
|
|
|
3
3
|
getInjectedConnector,
|
|
4
4
|
hasInjectedProvider
|
|
5
5
|
} from "./chunk-WRA2DVJ7.js";
|
|
6
|
-
import {
|
|
7
|
-
isMobile
|
|
8
|
-
} from "./chunk-RETKWSKD.js";
|
|
9
6
|
import {
|
|
10
7
|
getWalletConnectConnector
|
|
11
8
|
} from "./chunk-23WIEY36.js";
|
|
9
|
+
import {
|
|
10
|
+
isMobile
|
|
11
|
+
} from "./chunk-RETKWSKD.js";
|
|
12
12
|
|
|
13
13
|
// src/wallets/walletConnectors/tokenPocketWallet/tokenPocketWallet.ts
|
|
14
14
|
var tokenPocketWallet = ({
|
|
@@ -3,12 +3,12 @@ import {
|
|
|
3
3
|
getInjectedConnector,
|
|
4
4
|
hasInjectedProvider
|
|
5
5
|
} from "./chunk-WRA2DVJ7.js";
|
|
6
|
-
import {
|
|
7
|
-
isAndroid
|
|
8
|
-
} from "./chunk-RETKWSKD.js";
|
|
9
6
|
import {
|
|
10
7
|
getWalletConnectConnector
|
|
11
8
|
} from "./chunk-23WIEY36.js";
|
|
9
|
+
import {
|
|
10
|
+
isAndroid
|
|
11
|
+
} from "./chunk-RETKWSKD.js";
|
|
12
12
|
|
|
13
13
|
// src/wallets/walletConnectors/bitgetWallet/bitgetWallet.ts
|
|
14
14
|
var bitgetWallet = ({
|
|
@@ -3,13 +3,13 @@ import {
|
|
|
3
3
|
getInjectedConnector,
|
|
4
4
|
hasInjectedProvider
|
|
5
5
|
} from "./chunk-WRA2DVJ7.js";
|
|
6
|
+
import {
|
|
7
|
+
getWalletConnectConnector
|
|
8
|
+
} from "./chunk-23WIEY36.js";
|
|
6
9
|
import {
|
|
7
10
|
isAndroid,
|
|
8
11
|
isIOS
|
|
9
12
|
} from "./chunk-RETKWSKD.js";
|
|
10
|
-
import {
|
|
11
|
-
getWalletConnectConnector
|
|
12
|
-
} from "./chunk-23WIEY36.js";
|
|
13
13
|
|
|
14
14
|
// src/wallets/walletConnectors/rainbowWallet/rainbowWallet.ts
|
|
15
15
|
var rainbowWallet = ({
|
|
@@ -3,12 +3,12 @@ import {
|
|
|
3
3
|
getInjectedConnector,
|
|
4
4
|
hasInjectedProvider
|
|
5
5
|
} from "./chunk-WRA2DVJ7.js";
|
|
6
|
-
import {
|
|
7
|
-
isAndroid
|
|
8
|
-
} from "./chunk-RETKWSKD.js";
|
|
9
6
|
import {
|
|
10
7
|
getWalletConnectConnector
|
|
11
8
|
} from "./chunk-23WIEY36.js";
|
|
9
|
+
import {
|
|
10
|
+
isAndroid
|
|
11
|
+
} from "./chunk-RETKWSKD.js";
|
|
12
12
|
|
|
13
13
|
// src/wallets/walletConnectors/bifrostWallet/bifrostWallet.ts
|
|
14
14
|
var bifrostWallet = ({
|
|
@@ -3,12 +3,12 @@ import {
|
|
|
3
3
|
getInjectedConnector,
|
|
4
4
|
hasInjectedProvider
|
|
5
5
|
} from "./chunk-WRA2DVJ7.js";
|
|
6
|
-
import {
|
|
7
|
-
isMobile
|
|
8
|
-
} from "./chunk-RETKWSKD.js";
|
|
9
6
|
import {
|
|
10
7
|
getWalletConnectConnector
|
|
11
8
|
} from "./chunk-23WIEY36.js";
|
|
9
|
+
import {
|
|
10
|
+
isMobile
|
|
11
|
+
} from "./chunk-RETKWSKD.js";
|
|
12
12
|
|
|
13
13
|
// src/wallets/walletConnectors/trustWallet/trustWallet.ts
|
|
14
14
|
var trustWallet = ({
|
|
@@ -3,12 +3,12 @@ import {
|
|
|
3
3
|
getInjectedConnector,
|
|
4
4
|
hasInjectedProvider
|
|
5
5
|
} from "./chunk-WRA2DVJ7.js";
|
|
6
|
-
import {
|
|
7
|
-
isAndroid
|
|
8
|
-
} from "./chunk-RETKWSKD.js";
|
|
9
6
|
import {
|
|
10
7
|
getWalletConnectConnector
|
|
11
8
|
} from "./chunk-23WIEY36.js";
|
|
9
|
+
import {
|
|
10
|
+
isAndroid
|
|
11
|
+
} from "./chunk-RETKWSKD.js";
|
|
12
12
|
|
|
13
13
|
// src/wallets/walletConnectors/okxWallet/okxWallet.ts
|
|
14
14
|
var okxWallet = ({
|
|
@@ -3,12 +3,12 @@ import {
|
|
|
3
3
|
getInjectedConnector,
|
|
4
4
|
hasInjectedProvider
|
|
5
5
|
} from "./chunk-WRA2DVJ7.js";
|
|
6
|
-
import {
|
|
7
|
-
isAndroid
|
|
8
|
-
} from "./chunk-RETKWSKD.js";
|
|
9
6
|
import {
|
|
10
7
|
getWalletConnectConnector
|
|
11
8
|
} from "./chunk-23WIEY36.js";
|
|
9
|
+
import {
|
|
10
|
+
isAndroid
|
|
11
|
+
} from "./chunk-RETKWSKD.js";
|
|
12
12
|
|
|
13
13
|
// src/wallets/walletConnectors/frontierWallet/frontierWallet.ts
|
|
14
14
|
var frontierWallet = ({
|
|
@@ -3,12 +3,12 @@ import {
|
|
|
3
3
|
getInjectedConnector,
|
|
4
4
|
hasInjectedProvider
|
|
5
5
|
} from "./chunk-WRA2DVJ7.js";
|
|
6
|
-
import {
|
|
7
|
-
isAndroid
|
|
8
|
-
} from "./chunk-RETKWSKD.js";
|
|
9
6
|
import {
|
|
10
7
|
getWalletConnectConnector
|
|
11
8
|
} from "./chunk-23WIEY36.js";
|
|
9
|
+
import {
|
|
10
|
+
isAndroid
|
|
11
|
+
} from "./chunk-RETKWSKD.js";
|
|
12
12
|
|
|
13
13
|
// src/wallets/walletConnectors/gateWallet/gateWallet.ts
|
|
14
14
|
var gateWallet = ({
|