@funkit/connect 3.4.0 → 3.4.2
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 +45 -0
- package/dist/components/FunAssetAvatar/FunAssetAvatar.d.ts +1 -1
- package/dist/components/FunBottomBar/FunBottomBar.css.d.ts +1 -1
- package/dist/components/FunButton/FunIconButton.d.ts +1 -0
- package/dist/components/FunPayments/FunPaymentMoonpayType.d.ts +4 -2
- package/dist/config/getDefaultConfig.d.ts +33 -33
- package/dist/consts/assets.d.ts +1 -3
- package/dist/consts/mesh.d.ts +36 -0
- package/dist/domains/paymentMethods.d.ts +28 -12
- package/dist/domains/quote.d.ts +16 -1
- package/dist/hooks/useEnabledTokenTransferChainTokens.d.ts +2 -0
- package/dist/hooks/useMesh.d.ts +5 -22
- package/dist/index.css +13 -10
- package/dist/index.js +2988 -2905
- package/dist/modals/CheckoutModal/LoadingAccount.d.ts +1 -1
- package/dist/modals/CheckoutModal/SelectPaymentMethod.d.ts +1 -4
- package/dist/modals/CheckoutModal/TransferToken.d.ts +4 -5
- package/dist/providers/FunkitCheckoutContext.d.ts +3 -1
- package/dist/providers/FunkitMoonpayProvider.d.ts +2 -2
- package/dist/utils/assets.d.ts +17 -2
- package/dist/utils/checkout.d.ts +2 -0
- package/dist/utils/formatFees.d.ts +12 -0
- package/dist/utils/mesh.d.ts +9 -54
- package/dist/wallets/walletConnectors/chunk-25VW5TZP.js +92 -0
- package/dist/wallets/walletConnectors/chunk-4HKPVECK.js +95 -0
- package/dist/wallets/walletConnectors/chunk-4K3EKHXR.js +71 -0
- package/dist/wallets/walletConnectors/chunk-57UUMOOZ.js +95 -0
- package/dist/wallets/walletConnectors/chunk-5MVCKMZT.js +94 -0
- package/dist/wallets/walletConnectors/chunk-5NZLWT3Y.js +73 -0
- package/dist/wallets/walletConnectors/chunk-B5D7DYVV.js +101 -0
- package/dist/wallets/walletConnectors/chunk-HCKLWBE5.js +98 -0
- package/dist/wallets/walletConnectors/chunk-HLH777AC.js +108 -0
- package/dist/wallets/walletConnectors/chunk-HMDUVRZP.js +98 -0
- package/dist/wallets/walletConnectors/chunk-IR3YKU2N.js +103 -0
- package/dist/wallets/walletConnectors/chunk-J2BF4L2V.js +87 -0
- package/dist/wallets/walletConnectors/chunk-KDGMYRMC.js +102 -0
- package/dist/wallets/walletConnectors/chunk-OKUX4BC4.js +66 -0
- package/dist/wallets/walletConnectors/chunk-VU6B3HMD.js +96 -0
- package/dist/wallets/walletConnectors/chunk-WAMHUVNP.js +96 -0
- package/dist/wallets/walletConnectors/chunk-YRK6XWL6.js +149 -0
- package/dist/wallets/walletConnectors/chunk-ZCKNEKQQ.js +110 -0
- package/dist/wallets/walletConnectors/index.js +51 -51
- package/package.json +3 -3
- package/dist/providers/useAccountBalancePaymentDefaultInfo.d.ts +0 -4
|
@@ -2,96 +2,93 @@
|
|
|
2
2
|
import {
|
|
3
3
|
zealWallet
|
|
4
4
|
} from "./chunk-BUUV6BS4.js";
|
|
5
|
-
import {
|
|
6
|
-
trustWallet
|
|
7
|
-
} from "./chunk-X45WXZDO.js";
|
|
8
5
|
import {
|
|
9
6
|
zerionWallet
|
|
10
7
|
} from "./chunk-DBP432DI.js";
|
|
8
|
+
import {
|
|
9
|
+
oneInchWallet
|
|
10
|
+
} from "./chunk-I7MKK24W.js";
|
|
11
|
+
import {
|
|
12
|
+
talismanWallet
|
|
13
|
+
} from "./chunk-OTXHQMSG.js";
|
|
11
14
|
import {
|
|
12
15
|
tahoWallet
|
|
13
16
|
} from "./chunk-6AYBA6IH.js";
|
|
14
17
|
import {
|
|
15
|
-
|
|
16
|
-
} from "./chunk-
|
|
18
|
+
tokenaryWallet
|
|
19
|
+
} from "./chunk-FAYEL4JP.js";
|
|
17
20
|
import {
|
|
18
21
|
tokenPocketWallet
|
|
19
22
|
} from "./chunk-ISJYPD3T.js";
|
|
20
23
|
import {
|
|
21
|
-
|
|
22
|
-
} from "./chunk-
|
|
24
|
+
trustWallet
|
|
25
|
+
} from "./chunk-X45WXZDO.js";
|
|
23
26
|
import {
|
|
24
27
|
uniswapWallet
|
|
25
28
|
} from "./chunk-QFRZGNNV.js";
|
|
26
29
|
import {
|
|
27
|
-
|
|
28
|
-
} from "./chunk-
|
|
30
|
+
xdefiWallet
|
|
31
|
+
} from "./chunk-RVIZMVFR.js";
|
|
29
32
|
import {
|
|
30
33
|
walletConnectWallet
|
|
31
34
|
} from "./chunk-OFU3PEVT.js";
|
|
32
35
|
import {
|
|
33
|
-
|
|
34
|
-
} from "./chunk-
|
|
36
|
+
rabbyWallet
|
|
37
|
+
} from "./chunk-H5LLXNOI.js";
|
|
35
38
|
import {
|
|
36
39
|
rainbowWallet
|
|
37
40
|
} from "./chunk-OHJBALD3.js";
|
|
38
41
|
import {
|
|
39
|
-
|
|
40
|
-
} from "./chunk-
|
|
42
|
+
ramperWallet
|
|
43
|
+
} from "./chunk-TKXQYHWJ.js";
|
|
41
44
|
import {
|
|
42
45
|
roninWallet
|
|
43
46
|
} from "./chunk-63YLN6R5.js";
|
|
44
|
-
import {
|
|
45
|
-
enkryptWallet
|
|
46
|
-
} from "./chunk-JJ4DXD7R.js";
|
|
47
47
|
import {
|
|
48
48
|
safeWallet
|
|
49
49
|
} from "./chunk-Z2QCE6O6.js";
|
|
50
50
|
import {
|
|
51
|
-
|
|
52
|
-
} from "./chunk-
|
|
51
|
+
safeheronWallet
|
|
52
|
+
} from "./chunk-FCIRHRFH.js";
|
|
53
|
+
import {
|
|
54
|
+
safepalWallet
|
|
55
|
+
} from "./chunk-AKAT37SI.js";
|
|
53
56
|
import {
|
|
54
57
|
subWallet
|
|
55
58
|
} from "./chunk-N3ELQYCY.js";
|
|
56
59
|
import {
|
|
57
|
-
|
|
58
|
-
} from "./chunk-
|
|
59
|
-
import {
|
|
60
|
-
metaMaskWallet
|
|
61
|
-
} from "./chunk-ODRDT73B.js";
|
|
60
|
+
ledgerWallet
|
|
61
|
+
} from "./chunk-ZMHCZCGS.js";
|
|
62
62
|
import {
|
|
63
63
|
mewWallet
|
|
64
64
|
} from "./chunk-CVYXTHZ6.js";
|
|
65
65
|
import {
|
|
66
|
-
|
|
67
|
-
} from "./chunk-
|
|
66
|
+
frontierWallet
|
|
67
|
+
} from "./chunk-LCOUKF2U.js";
|
|
68
68
|
import {
|
|
69
69
|
okxWallet
|
|
70
70
|
} from "./chunk-5HXH52SO.js";
|
|
71
71
|
import {
|
|
72
72
|
omniWallet
|
|
73
73
|
} from "./chunk-II6YBG2B.js";
|
|
74
|
+
import {
|
|
75
|
+
oktoWallet
|
|
76
|
+
} from "./chunk-MBQTOALG.js";
|
|
74
77
|
import {
|
|
75
78
|
oneKeyWallet
|
|
76
79
|
} from "./chunk-ZP2SV6KN.js";
|
|
77
|
-
import {
|
|
78
|
-
oneInchWallet
|
|
79
|
-
} from "./chunk-I7MKK24W.js";
|
|
80
80
|
import {
|
|
81
81
|
phantomWallet
|
|
82
82
|
} from "./chunk-KEVUI6AA.js";
|
|
83
|
+
import {
|
|
84
|
+
foxWallet
|
|
85
|
+
} from "./chunk-WAOREEBE.js";
|
|
83
86
|
import {
|
|
84
87
|
frameWallet
|
|
85
88
|
} from "./chunk-KPVNJO3R.js";
|
|
86
|
-
import {
|
|
87
|
-
frontierWallet
|
|
88
|
-
} from "./chunk-LCOUKF2U.js";
|
|
89
89
|
import {
|
|
90
90
|
gateWallet
|
|
91
91
|
} from "./chunk-YIJ5ULO3.js";
|
|
92
|
-
import {
|
|
93
|
-
injectedWallet
|
|
94
|
-
} from "./chunk-E5NYR4SS.js";
|
|
95
92
|
import {
|
|
96
93
|
imTokenWallet
|
|
97
94
|
} from "./chunk-BMJOLT2N.js";
|
|
@@ -99,11 +96,11 @@ import {
|
|
|
99
96
|
kresusWallet
|
|
100
97
|
} from "./chunk-QQJKQCII.js";
|
|
101
98
|
import {
|
|
102
|
-
|
|
103
|
-
} from "./chunk-
|
|
99
|
+
injectedWallet
|
|
100
|
+
} from "./chunk-E5NYR4SS.js";
|
|
104
101
|
import {
|
|
105
|
-
|
|
106
|
-
} from "./chunk-
|
|
102
|
+
metaMaskWallet
|
|
103
|
+
} from "./chunk-ODRDT73B.js";
|
|
107
104
|
import {
|
|
108
105
|
bybitWallet
|
|
109
106
|
} from "./chunk-3AZNOY75.js";
|
|
@@ -114,8 +111,8 @@ import {
|
|
|
114
111
|
coinbaseWallet
|
|
115
112
|
} from "./chunk-PNEDRY6O.js";
|
|
116
113
|
import {
|
|
117
|
-
|
|
118
|
-
} from "./chunk-
|
|
114
|
+
bitskiWallet
|
|
115
|
+
} from "./chunk-OCCT5PIN.js";
|
|
119
116
|
import {
|
|
120
117
|
coreWallet
|
|
121
118
|
} from "./chunk-MOOW2AOC.js";
|
|
@@ -123,31 +120,34 @@ import {
|
|
|
123
120
|
desigWallet
|
|
124
121
|
} from "./chunk-44CHUPEQ.js";
|
|
125
122
|
import {
|
|
126
|
-
|
|
127
|
-
} from "./chunk-
|
|
123
|
+
dawnWallet
|
|
124
|
+
} from "./chunk-KCTWDMQP.js";
|
|
125
|
+
import {
|
|
126
|
+
enkryptWallet
|
|
127
|
+
} from "./chunk-JJ4DXD7R.js";
|
|
128
128
|
import {
|
|
129
129
|
argentWallet
|
|
130
130
|
} from "./chunk-ZHFISYEQ.js";
|
|
131
|
-
import {
|
|
132
|
-
bifrostWallet
|
|
133
|
-
} from "./chunk-KL5Z3XHJ.js";
|
|
134
131
|
import {
|
|
135
132
|
bitgetWallet
|
|
136
133
|
} from "./chunk-IEVZW3XR.js";
|
|
137
134
|
import {
|
|
138
|
-
|
|
139
|
-
} from "./chunk-
|
|
140
|
-
import {
|
|
141
|
-
bitskiWallet
|
|
142
|
-
} from "./chunk-OCCT5PIN.js";
|
|
135
|
+
bifrostWallet
|
|
136
|
+
} from "./chunk-KL5Z3XHJ.js";
|
|
143
137
|
import {
|
|
144
138
|
bloomWallet
|
|
145
139
|
} from "./chunk-J64P6XK3.js";
|
|
146
140
|
import "./chunk-RETKWSKD.js";
|
|
147
|
-
import
|
|
141
|
+
import {
|
|
142
|
+
bitverseWallet
|
|
143
|
+
} from "./chunk-BQEOIDHP.js";
|
|
148
144
|
import {
|
|
149
145
|
braveWallet
|
|
150
146
|
} from "./chunk-NUEOWEZS.js";
|
|
147
|
+
import {
|
|
148
|
+
clvWallet
|
|
149
|
+
} from "./chunk-UHHA5V52.js";
|
|
150
|
+
import "./chunk-23WIEY36.js";
|
|
151
151
|
import "./chunk-WRA2DVJ7.js";
|
|
152
152
|
export {
|
|
153
153
|
argentWallet,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@funkit/connect",
|
|
3
|
-
"version": "3.4.
|
|
3
|
+
"version": "3.4.2",
|
|
4
4
|
"description": "Funkit Connect SDK elevates DeFi apps via web2 sign-ins and one-click checkouts.",
|
|
5
5
|
"files": [
|
|
6
6
|
"dist",
|
|
@@ -92,8 +92,8 @@
|
|
|
92
92
|
"ua-parser-js": "^1.0.37",
|
|
93
93
|
"uuid": "^9.0.1",
|
|
94
94
|
"@funkit/api-base": "1.3.0",
|
|
95
|
-
"@funkit/core": "2.2.
|
|
96
|
-
"@funkit/wagmi-tools": "3.0.
|
|
95
|
+
"@funkit/core": "2.2.2",
|
|
96
|
+
"@funkit/wagmi-tools": "3.0.13"
|
|
97
97
|
},
|
|
98
98
|
"repository": {
|
|
99
99
|
"type": "git",
|