@funkit/connect 1.0.24 → 1.0.26
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 +25 -0
- package/dist/{chunk-2GFNZKMA.js → chunk-4SROXH24.js} +3 -3
- package/dist/{chunk-RA4J3G3B.js → chunk-EYTYHIPM.js} +3 -3
- package/dist/components/ChainModal/Chain.d.ts +5 -0
- package/dist/components/FunButton/FunButton.css.d.ts +1 -0
- package/dist/components/FunButton/FunIconButton.d.ts +2 -1
- package/dist/components/FunCheckoutHistoryModal/FunCheckoutHistoryContent.d.ts +8 -0
- package/dist/components/FunCheckoutHistoryModal/FunCheckoutHistoryDetail.d.ts +2 -2
- package/dist/components/FunCheckoutHistoryModal/FunCheckoutHistoryModal.d.ts +2 -2
- package/dist/components/FunCheckoutModal/FunCheckoutPrimaryInfo.d.ts +4 -2
- package/dist/components/FunNotification/FunCheckoutNotification.d.ts +3 -2
- package/dist/components/FunNotification/FunNotification.d.ts +5 -1
- package/dist/components/FunTransactionSummary/FunTxSummaryComponents.d.ts +9 -0
- package/dist/components/FunTransactionSummary/FunTxSummaryHistory.d.ts +5 -0
- package/dist/components/FunkitProvider/FunkitCheckoutContext.d.ts +2 -0
- package/dist/components/FunkitProvider/GeneralWalletProvider.d.ts +70 -0
- package/dist/components/Icons/StatusIcons.d.ts +4 -0
- package/dist/components/Icons/SwitchIcon.d.ts +2 -0
- package/dist/components/ProfileDetails/ActivityTraversalContext.d.ts +40 -0
- package/dist/components/ProfileDetails/FunProfileViews/ActivityHistory/ActivityHistory.d.ts +9 -1
- package/dist/components/ProfileDetails/FunProfileViews/Home/HomeCheckoutSection.d.ts +3 -2
- package/dist/components/ProfileDetails/FunProfileViews/Home/index.d.ts +9 -1
- package/dist/components/ProfileDetails/ProfileDetails.d.ts +2 -1
- package/dist/index.css +89 -58
- package/dist/index.d.ts +1 -1
- package/dist/index.js +10005 -9619
- package/dist/themes/darkTheme.js +1 -1
- package/dist/themes/lightTheme.js +1 -1
- package/dist/utils/checkoutHistory.d.ts +3 -3
- package/dist/utils/deposit.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/chunk-75A2U7T7.js +100 -0
- package/dist/wallets/walletConnectors/chunk-N3VZE65M.js +98 -0
- package/dist/wallets/walletConnectors/chunk-OAEJQOAV.js +105 -0
- package/dist/wallets/walletConnectors/chunk-OR3PU2W4.js +95 -0
- package/dist/wallets/walletConnectors/chunk-RCWZ4KBR.js +73 -0
- package/dist/wallets/walletConnectors/chunk-SL4VH23R.js +71 -0
- package/dist/wallets/walletConnectors/chunk-VSZ7PAHS.js +94 -0
- package/dist/wallets/walletConnectors/chunk-VWZEDVW6.js +27 -0
- package/dist/wallets/walletConnectors/chunk-XNNLZXHE.js +102 -0
- package/dist/wallets/walletConnectors/chunk-XRMAVTK7.js +178 -0
- package/dist/wallets/walletConnectors/chunk-XSSD5ZVD.js +96 -0
- package/dist/wallets/walletConnectors/chunk-YC7XNS7C.js +98 -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 +77 -77
- 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 +6 -6
- package/dist/components/ProfileDetails/ProfileDetailsAction.d.ts +0 -10
- package/dist/hooks/useFunkitSwitchChain.d.ts +0 -7
- package/dist/wallets/walletConnectors/{chunk-ZNXQ4V6G.js → chunk-2B3SPBRY.js} +3 -3
- package/dist/wallets/walletConnectors/{chunk-ZBAQFL6G.js → chunk-2GAW2UBU.js} +3 -3
- package/dist/wallets/walletConnectors/{chunk-V45EXW7A.js → chunk-2PC2XXUH.js} +4 -4
- package/dist/wallets/walletConnectors/{chunk-2UXZAUWT.js → chunk-7KDOXASH.js} +3 -3
- package/dist/wallets/walletConnectors/{chunk-Z2DGDHHZ.js → chunk-CRSPGVPF.js} +3 -3
- package/dist/wallets/walletConnectors/{chunk-ZUAHWUEL.js → chunk-CUKVUCIP.js} +3 -3
- package/dist/wallets/walletConnectors/{chunk-NGXIHASN.js → chunk-DV3SI63E.js} +3 -3
- package/dist/wallets/walletConnectors/{chunk-O5NKWWEG.js → chunk-FDIIMYTB.js} +4 -4
- package/dist/wallets/walletConnectors/{chunk-LVRXH33E.js → chunk-GW6EF4G2.js} +3 -3
- package/dist/wallets/walletConnectors/{chunk-AM4SSLAP.js → chunk-HD5VYJNC.js} +3 -3
- package/dist/wallets/walletConnectors/{chunk-JLQ5HJYV.js → chunk-IBWFKX7P.js} +3 -3
- package/dist/wallets/walletConnectors/{chunk-6LTLPR2Q.js → chunk-KGTZ6E7L.js} +3 -3
- package/dist/wallets/walletConnectors/{chunk-Q4RLUJJD.js → chunk-OKWOB3DN.js} +3 -3
- package/dist/wallets/walletConnectors/{chunk-SYELB4QO.js → chunk-RTW6PVQI.js} +3 -3
- package/dist/wallets/walletConnectors/{chunk-7CQPABJG.js → chunk-SQGFKNNZ.js} +4 -4
- package/dist/wallets/walletConnectors/{chunk-MIWCKFYE.js → chunk-T6JVHES7.js} +3 -3
- package/dist/wallets/walletConnectors/{chunk-3WZRNEZH.js → chunk-X255T3C4.js} +4 -4
- package/dist/wallets/walletConnectors/{chunk-4FQLUQNA.js → chunk-Z2HIQYVN.js} +3 -3
|
@@ -1,154 +1,154 @@
|
|
|
1
1
|
"use client";
|
|
2
|
-
import {
|
|
3
|
-
xdefiWallet
|
|
4
|
-
} from "./chunk-L734HTUS.js";
|
|
5
2
|
import {
|
|
6
3
|
zerionWallet
|
|
7
|
-
} from "./chunk-
|
|
4
|
+
} from "./chunk-XNNLZXHE.js";
|
|
8
5
|
import {
|
|
9
6
|
zealWallet
|
|
10
7
|
} from "./chunk-DPXMP5KS.js";
|
|
8
|
+
import {
|
|
9
|
+
xdefiWallet
|
|
10
|
+
} from "./chunk-L734HTUS.js";
|
|
11
11
|
import {
|
|
12
12
|
subWallet
|
|
13
|
-
} from "./chunk-
|
|
13
|
+
} from "./chunk-2GAW2UBU.js";
|
|
14
14
|
import {
|
|
15
|
-
|
|
16
|
-
} from "./chunk-
|
|
15
|
+
safepalWallet
|
|
16
|
+
} from "./chunk-RTW6PVQI.js";
|
|
17
17
|
import {
|
|
18
18
|
talismanWallet
|
|
19
19
|
} from "./chunk-H273OTQA.js";
|
|
20
20
|
import {
|
|
21
|
-
|
|
22
|
-
} from "./chunk-
|
|
21
|
+
uniswapWallet
|
|
22
|
+
} from "./chunk-XRSY4JVH.js";
|
|
23
23
|
import {
|
|
24
|
-
|
|
25
|
-
} from "./chunk-
|
|
24
|
+
tokenPocketWallet
|
|
25
|
+
} from "./chunk-7KDOXASH.js";
|
|
26
26
|
import {
|
|
27
27
|
trustWallet
|
|
28
|
-
} from "./chunk-
|
|
29
|
-
import {
|
|
30
|
-
uniswapWallet
|
|
31
|
-
} from "./chunk-XRSY4JVH.js";
|
|
28
|
+
} from "./chunk-CRSPGVPF.js";
|
|
32
29
|
import {
|
|
33
30
|
walletConnectWallet
|
|
34
31
|
} from "./chunk-ASPRR7T3.js";
|
|
35
32
|
import {
|
|
36
|
-
|
|
37
|
-
} from "./chunk-
|
|
33
|
+
tokenaryWallet
|
|
34
|
+
} from "./chunk-ENZLEAG2.js";
|
|
38
35
|
import {
|
|
39
|
-
|
|
40
|
-
} from "./chunk-
|
|
36
|
+
roninWallet
|
|
37
|
+
} from "./chunk-GW6EF4G2.js";
|
|
38
|
+
import {
|
|
39
|
+
oneKeyWallet
|
|
40
|
+
} from "./chunk-4WOV4ITL.js";
|
|
41
41
|
import {
|
|
42
42
|
rainbowWallet
|
|
43
|
-
} from "./chunk-
|
|
43
|
+
} from "./chunk-RCWZ4KBR.js";
|
|
44
44
|
import {
|
|
45
|
-
|
|
46
|
-
} from "./chunk-
|
|
45
|
+
rabbyWallet
|
|
46
|
+
} from "./chunk-XPEBP6XV.js";
|
|
47
47
|
import {
|
|
48
|
-
|
|
49
|
-
} from "./chunk-
|
|
48
|
+
safeheronWallet
|
|
49
|
+
} from "./chunk-63NPZXAL.js";
|
|
50
50
|
import {
|
|
51
51
|
safeWallet
|
|
52
52
|
} from "./chunk-D3DCQ72J.js";
|
|
53
53
|
import {
|
|
54
|
-
|
|
55
|
-
} from "./chunk-
|
|
54
|
+
tahoWallet
|
|
55
|
+
} from "./chunk-H76YCX2M.js";
|
|
56
56
|
import {
|
|
57
|
-
|
|
58
|
-
} from "./chunk-
|
|
57
|
+
oneInchWallet
|
|
58
|
+
} from "./chunk-LCPIZUR3.js";
|
|
59
59
|
import {
|
|
60
|
-
|
|
61
|
-
} from "./chunk-
|
|
60
|
+
mewWallet
|
|
61
|
+
} from "./chunk-PWYTDYBE.js";
|
|
62
62
|
import {
|
|
63
63
|
metaMaskWallet
|
|
64
|
-
} from "./chunk-
|
|
64
|
+
} from "./chunk-XRMAVTK7.js";
|
|
65
65
|
import {
|
|
66
|
-
|
|
67
|
-
} from "./chunk-
|
|
66
|
+
kresusWallet
|
|
67
|
+
} from "./chunk-X6T3CICZ.js";
|
|
68
|
+
import {
|
|
69
|
+
phantomWallet
|
|
70
|
+
} from "./chunk-KGBLSE7L.js";
|
|
68
71
|
import {
|
|
69
72
|
oktoWallet
|
|
70
73
|
} from "./chunk-WKHTUEF5.js";
|
|
74
|
+
import {
|
|
75
|
+
okxWallet
|
|
76
|
+
} from "./chunk-DV3SI63E.js";
|
|
71
77
|
import {
|
|
72
78
|
omniWallet
|
|
73
79
|
} from "./chunk-SVN7OEQR.js";
|
|
74
80
|
import {
|
|
75
|
-
|
|
76
|
-
} from "./chunk-
|
|
77
|
-
import {
|
|
78
|
-
oneInchWallet
|
|
79
|
-
} from "./chunk-LCPIZUR3.js";
|
|
81
|
+
ramperWallet
|
|
82
|
+
} from "./chunk-ZOL6ZMTJ.js";
|
|
80
83
|
import {
|
|
81
|
-
|
|
82
|
-
} from "./chunk-
|
|
84
|
+
frontierWallet
|
|
85
|
+
} from "./chunk-HD5VYJNC.js";
|
|
83
86
|
import {
|
|
84
|
-
|
|
85
|
-
} from "./chunk-
|
|
87
|
+
coreWallet
|
|
88
|
+
} from "./chunk-IBWFKX7P.js";
|
|
86
89
|
import {
|
|
87
|
-
|
|
88
|
-
} from "./chunk-
|
|
90
|
+
coin98Wallet
|
|
91
|
+
} from "./chunk-Z2HIQYVN.js";
|
|
89
92
|
import {
|
|
90
93
|
gateWallet
|
|
91
|
-
} from "./chunk-
|
|
94
|
+
} from "./chunk-VSZ7PAHS.js";
|
|
92
95
|
import {
|
|
93
|
-
|
|
94
|
-
} from "./chunk-
|
|
96
|
+
injectedWallet
|
|
97
|
+
} from "./chunk-KIHCNUU3.js";
|
|
98
|
+
import {
|
|
99
|
+
ledgerWallet
|
|
100
|
+
} from "./chunk-Y6VY6E3L.js";
|
|
95
101
|
import {
|
|
96
102
|
imTokenWallet
|
|
97
103
|
} from "./chunk-5MVV7OVS.js";
|
|
98
104
|
import {
|
|
99
|
-
|
|
100
|
-
} from "./chunk-
|
|
105
|
+
desigWallet
|
|
106
|
+
} from "./chunk-P4JLZ42R.js";
|
|
101
107
|
import {
|
|
102
|
-
|
|
103
|
-
} from "./chunk-
|
|
108
|
+
braveWallet
|
|
109
|
+
} from "./chunk-ABYQAXUX.js";
|
|
104
110
|
import {
|
|
105
|
-
|
|
106
|
-
} from "./chunk-
|
|
111
|
+
enkryptWallet
|
|
112
|
+
} from "./chunk-FLY7F4XA.js";
|
|
107
113
|
import {
|
|
108
|
-
|
|
109
|
-
} from "./chunk-
|
|
114
|
+
frameWallet
|
|
115
|
+
} from "./chunk-XXFJVY73.js";
|
|
110
116
|
import {
|
|
111
117
|
coinbaseWallet
|
|
112
118
|
} from "./chunk-XBUTWYE4.js";
|
|
113
119
|
import {
|
|
114
|
-
|
|
115
|
-
} from "./chunk-
|
|
120
|
+
foxWallet
|
|
121
|
+
} from "./chunk-OKWOB3DN.js";
|
|
122
|
+
import {
|
|
123
|
+
clvWallet
|
|
124
|
+
} from "./chunk-T6JVHES7.js";
|
|
116
125
|
import {
|
|
117
126
|
dawnWallet
|
|
118
127
|
} from "./chunk-4XQDKOGF.js";
|
|
119
128
|
import {
|
|
120
|
-
|
|
121
|
-
} from "./chunk-
|
|
122
|
-
import {
|
|
123
|
-
enkryptWallet
|
|
124
|
-
} from "./chunk-FLY7F4XA.js";
|
|
125
|
-
import {
|
|
126
|
-
foxWallet
|
|
127
|
-
} from "./chunk-Q4RLUJJD.js";
|
|
129
|
+
bitskiWallet
|
|
130
|
+
} from "./chunk-C67TQJ6W.js";
|
|
128
131
|
import {
|
|
129
|
-
|
|
130
|
-
} from "./chunk-
|
|
132
|
+
bloomWallet
|
|
133
|
+
} from "./chunk-NTGZF5BY.js";
|
|
131
134
|
import {
|
|
132
135
|
bitgetWallet
|
|
133
|
-
} from "./chunk-
|
|
136
|
+
} from "./chunk-2B3SPBRY.js";
|
|
134
137
|
import {
|
|
135
|
-
|
|
136
|
-
} from "./chunk-
|
|
138
|
+
argentWallet
|
|
139
|
+
} from "./chunk-NZ5G23JP.js";
|
|
137
140
|
import {
|
|
138
141
|
bitverseWallet
|
|
139
142
|
} from "./chunk-NL4I7WOT.js";
|
|
140
143
|
import {
|
|
141
|
-
|
|
142
|
-
} from "./chunk-
|
|
144
|
+
bifrostWallet
|
|
145
|
+
} from "./chunk-KGTZ6E7L.js";
|
|
143
146
|
import "./chunk-ZOLACFTK.js";
|
|
144
|
-
import {
|
|
145
|
-
braveWallet
|
|
146
|
-
} from "./chunk-ABYQAXUX.js";
|
|
147
147
|
import {
|
|
148
148
|
bybitWallet
|
|
149
|
-
} from "./chunk-
|
|
150
|
-
import "./chunk-ZDU3JFGR.js";
|
|
149
|
+
} from "./chunk-CUKVUCIP.js";
|
|
151
150
|
import "./chunk-QII6PY2D.js";
|
|
151
|
+
import "./chunk-ZDU3JFGR.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-XRMAVTK7.js";
|
|
5
5
|
import "../chunk-ZOLACFTK.js";
|
|
6
|
-
import "../chunk-ZDU3JFGR.js";
|
|
7
6
|
import "../chunk-QII6PY2D.js";
|
|
7
|
+
import "../chunk-ZDU3JFGR.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-DV3SI63E.js";
|
|
5
5
|
import "../chunk-ZOLACFTK.js";
|
|
6
|
-
import "../chunk-ZDU3JFGR.js";
|
|
7
6
|
import "../chunk-QII6PY2D.js";
|
|
7
|
+
import "../chunk-ZDU3JFGR.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-RCWZ4KBR.js";
|
|
5
5
|
import "../chunk-ZOLACFTK.js";
|
|
6
|
-
import "../chunk-ZDU3JFGR.js";
|
|
7
6
|
import "../chunk-QII6PY2D.js";
|
|
7
|
+
import "../chunk-ZDU3JFGR.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-7KDOXASH.js";
|
|
5
5
|
import "../chunk-ZOLACFTK.js";
|
|
6
|
-
import "../chunk-ZDU3JFGR.js";
|
|
7
6
|
import "../chunk-QII6PY2D.js";
|
|
7
|
+
import "../chunk-ZDU3JFGR.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-CRSPGVPF.js";
|
|
5
5
|
import "../chunk-ZOLACFTK.js";
|
|
6
|
-
import "../chunk-ZDU3JFGR.js";
|
|
7
6
|
import "../chunk-QII6PY2D.js";
|
|
7
|
+
import "../chunk-ZDU3JFGR.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-XNNLZXHE.js";
|
|
5
5
|
import "../chunk-ZOLACFTK.js";
|
|
6
|
-
import "../chunk-ZDU3JFGR.js";
|
|
7
6
|
import "../chunk-QII6PY2D.js";
|
|
7
|
+
import "../chunk-ZDU3JFGR.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.0.
|
|
3
|
+
"version": "1.0.26",
|
|
4
4
|
"description": "Funkit Connect SDK elevates DeFi apps via web2 sign-ins and one-click checkouts.",
|
|
5
5
|
"files": [
|
|
6
6
|
"dist",
|
|
@@ -49,8 +49,8 @@
|
|
|
49
49
|
"author": "https://fun.xyz/",
|
|
50
50
|
"license": "MIT",
|
|
51
51
|
"peerDependencies": {
|
|
52
|
-
"react": ">=
|
|
53
|
-
"react-dom": ">=
|
|
52
|
+
"react": ">=18",
|
|
53
|
+
"react-dom": ">=18",
|
|
54
54
|
"viem": "2.x",
|
|
55
55
|
"wagmi": "2.x"
|
|
56
56
|
},
|
|
@@ -68,13 +68,13 @@
|
|
|
68
68
|
"jsdom": "^23.0.1",
|
|
69
69
|
"nock": "^13.4.0",
|
|
70
70
|
"postcss": "^8.4.32",
|
|
71
|
-
"react": "^18.
|
|
71
|
+
"react": "^18.3.0",
|
|
72
72
|
"vitest": "^0.33.0"
|
|
73
73
|
},
|
|
74
74
|
"dependencies": {
|
|
75
75
|
"@datadog/browser-logs": "^5.12.0",
|
|
76
|
-
"@funkit/core": "^1.0.
|
|
77
|
-
"@funkit/wagmi-tools": "^1.0.
|
|
76
|
+
"@funkit/core": "^1.0.10",
|
|
77
|
+
"@funkit/wagmi-tools": "^1.0.11",
|
|
78
78
|
"@meshconnect/web-link-sdk": "^2.0.1",
|
|
79
79
|
"@moonpay/moonpay-react": "^1.6.1",
|
|
80
80
|
"@privy-io/js-sdk-core": "^0.18.1",
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
interface ProfileDetailsActionProps {
|
|
3
|
-
label: string;
|
|
4
|
-
action?: () => void;
|
|
5
|
-
icon: JSX.Element;
|
|
6
|
-
url?: string;
|
|
7
|
-
testId?: string;
|
|
8
|
-
}
|
|
9
|
-
export declare function ProfileDetailsAction({ action, icon, label, testId, url, }: ProfileDetailsActionProps): React.JSX.Element;
|
|
10
|
-
export {};
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
export declare function useFunkitSwitchChains({ onSettled, }: {
|
|
2
|
-
onSettled?: () => void;
|
|
3
|
-
}): {
|
|
4
|
-
switchChain: import("wagmi/query").SwitchChainMutate<import("wagmi").Config, void>;
|
|
5
|
-
switchChainAsync: import("wagmi/query").SwitchChainMutateAsync<import("wagmi").Config, void>;
|
|
6
|
-
pendingChainId: number | null;
|
|
7
|
-
};
|
|
@@ -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-QII6PY2D.js";
|
|
9
|
+
import {
|
|
10
|
+
getWalletConnectConnector
|
|
11
|
+
} from "./chunk-ZDU3JFGR.js";
|
|
12
12
|
|
|
13
13
|
// src/wallets/walletConnectors/bitgetWallet/bitgetWallet.ts
|
|
14
14
|
var bitgetWallet = ({
|
|
@@ -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-QII6PY2D.js";
|
|
6
|
+
import {
|
|
7
|
+
getWalletConnectConnector
|
|
8
|
+
} from "./chunk-ZDU3JFGR.js";
|
|
9
9
|
|
|
10
10
|
// src/wallets/walletConnectors/subWallet/subWallet.ts
|
|
11
11
|
var subWallet = ({
|
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
"use client";
|
|
2
|
+
import {
|
|
3
|
+
getInjectedConnector,
|
|
4
|
+
hasInjectedProvider
|
|
5
|
+
} from "./chunk-QII6PY2D.js";
|
|
2
6
|
import {
|
|
3
7
|
isAndroid
|
|
4
8
|
} from "./chunk-ZOLACFTK.js";
|
|
5
9
|
import {
|
|
6
10
|
getWalletConnectConnector
|
|
7
11
|
} from "./chunk-ZDU3JFGR.js";
|
|
8
|
-
import {
|
|
9
|
-
getInjectedConnector,
|
|
10
|
-
hasInjectedProvider
|
|
11
|
-
} from "./chunk-QII6PY2D.js";
|
|
12
12
|
|
|
13
13
|
// src/wallets/walletConnectors/gateWallet/gateWallet.ts
|
|
14
14
|
var gateWallet = ({
|
|
@@ -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";
|
|
8
5
|
import {
|
|
9
6
|
getInjectedConnector,
|
|
10
7
|
hasInjectedProvider
|
|
11
8
|
} from "./chunk-QII6PY2D.js";
|
|
9
|
+
import {
|
|
10
|
+
getWalletConnectConnector
|
|
11
|
+
} from "./chunk-ZDU3JFGR.js";
|
|
12
12
|
|
|
13
13
|
// src/wallets/walletConnectors/tokenPocketWallet/tokenPocketWallet.ts
|
|
14
14
|
var tokenPocketWallet = ({
|
|
@@ -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";
|
|
8
5
|
import {
|
|
9
6
|
getInjectedConnector,
|
|
10
7
|
hasInjectedProvider
|
|
11
8
|
} from "./chunk-QII6PY2D.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";
|
|
5
2
|
import {
|
|
6
3
|
getInjectedConnector,
|
|
7
4
|
hasInjectedProvider
|
|
8
5
|
} from "./chunk-QII6PY2D.js";
|
|
6
|
+
import {
|
|
7
|
+
getWalletConnectConnector
|
|
8
|
+
} from "./chunk-ZDU3JFGR.js";
|
|
9
9
|
|
|
10
10
|
// src/wallets/walletConnectors/bybitWallet/bybitWallet.ts
|
|
11
11
|
var bybitWallet = ({
|
|
@@ -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-QII6PY2D.js";
|
|
9
|
+
import {
|
|
10
|
+
getWalletConnectConnector
|
|
11
|
+
} from "./chunk-ZDU3JFGR.js";
|
|
12
12
|
|
|
13
13
|
// src/wallets/walletConnectors/okxWallet/okxWallet.ts
|
|
14
14
|
var okxWallet = ({
|
|
@@ -1,4 +1,8 @@
|
|
|
1
1
|
"use client";
|
|
2
|
+
import {
|
|
3
|
+
getInjectedConnector,
|
|
4
|
+
hasInjectedProvider
|
|
5
|
+
} from "./chunk-QII6PY2D.js";
|
|
2
6
|
import {
|
|
3
7
|
isAndroid,
|
|
4
8
|
isIOS
|
|
@@ -6,10 +10,6 @@ import {
|
|
|
6
10
|
import {
|
|
7
11
|
getWalletConnectConnector
|
|
8
12
|
} from "./chunk-ZDU3JFGR.js";
|
|
9
|
-
import {
|
|
10
|
-
getInjectedConnector,
|
|
11
|
-
hasInjectedProvider
|
|
12
|
-
} from "./chunk-QII6PY2D.js";
|
|
13
13
|
|
|
14
14
|
// src/wallets/walletConnectors/rainbowWallet/rainbowWallet.ts
|
|
15
15
|
var rainbowWallet = ({
|
|
@@ -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-QII6PY2D.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";
|
|
8
5
|
import {
|
|
9
6
|
getInjectedConnector,
|
|
10
7
|
hasInjectedProvider
|
|
11
8
|
} from "./chunk-QII6PY2D.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";
|
|
5
2
|
import {
|
|
6
3
|
getInjectedConnector,
|
|
7
4
|
hasInjectedProvider
|
|
8
5
|
} from "./chunk-QII6PY2D.js";
|
|
6
|
+
import {
|
|
7
|
+
getWalletConnectConnector
|
|
8
|
+
} from "./chunk-ZDU3JFGR.js";
|
|
9
9
|
|
|
10
10
|
// src/wallets/walletConnectors/coreWallet/coreWallet.ts
|
|
11
11
|
var coreWallet = ({
|
|
@@ -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-QII6PY2D.js";
|
|
9
|
+
import {
|
|
10
|
+
getWalletConnectConnector
|
|
11
|
+
} from "./chunk-ZDU3JFGR.js";
|
|
12
12
|
|
|
13
13
|
// src/wallets/walletConnectors/bifrostWallet/bifrostWallet.ts
|
|
14
14
|
var bifrostWallet = ({
|
|
@@ -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-QII6PY2D.js";
|
|
6
|
+
import {
|
|
7
|
+
getWalletConnectConnector
|
|
8
|
+
} from "./chunk-ZDU3JFGR.js";
|
|
9
9
|
|
|
10
10
|
// src/wallets/walletConnectors/foxWallet/foxWallet.ts
|
|
11
11
|
var foxWallet = ({
|
|
@@ -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-QII6PY2D.js";
|
|
6
|
+
import {
|
|
7
|
+
getWalletConnectConnector
|
|
8
|
+
} from "./chunk-ZDU3JFGR.js";
|
|
9
9
|
|
|
10
10
|
// src/wallets/walletConnectors/safepalWallet/safepalWallet.ts
|
|
11
11
|
var safepalWallet = ({
|
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
"use client";
|
|
2
|
+
import {
|
|
3
|
+
getInjectedConnector,
|
|
4
|
+
hasInjectedProvider
|
|
5
|
+
} from "./chunk-QII6PY2D.js";
|
|
2
6
|
import {
|
|
3
7
|
isIOS
|
|
4
8
|
} from "./chunk-ZOLACFTK.js";
|
|
5
9
|
import {
|
|
6
10
|
getWalletConnectConnector
|
|
7
11
|
} from "./chunk-ZDU3JFGR.js";
|
|
8
|
-
import {
|
|
9
|
-
getInjectedConnector,
|
|
10
|
-
hasInjectedProvider
|
|
11
|
-
} from "./chunk-QII6PY2D.js";
|
|
12
12
|
|
|
13
13
|
// src/wallets/walletConnectors/zerionWallet/zerionWallet.ts
|
|
14
14
|
var zerionWallet = ({
|