@funkit/connect 3.4.0 → 3.4.1
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 +30 -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 +12 -10
- package/dist/index.js +2964 -2904
- 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 +3 -3
- package/dist/providers/FunkitCheckoutContext.d.ts +3 -1
- package/dist/providers/FunkitMoonpayProvider.d.ts +2 -2
- package/dist/utils/assets.d.ts +2 -1
- 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 +39 -39
- package/package.json +3 -3
- package/dist/providers/useAccountBalancePaymentDefaultInfo.d.ts +0 -4
|
@@ -1,67 +1,70 @@
|
|
|
1
1
|
"use client";
|
|
2
|
+
import {
|
|
3
|
+
xdefiWallet
|
|
4
|
+
} from "./chunk-RVIZMVFR.js";
|
|
2
5
|
import {
|
|
3
6
|
zealWallet
|
|
4
7
|
} from "./chunk-BUUV6BS4.js";
|
|
5
|
-
import {
|
|
6
|
-
trustWallet
|
|
7
|
-
} from "./chunk-X45WXZDO.js";
|
|
8
8
|
import {
|
|
9
9
|
zerionWallet
|
|
10
10
|
} from "./chunk-DBP432DI.js";
|
|
11
11
|
import {
|
|
12
|
-
|
|
13
|
-
} from "./chunk-
|
|
12
|
+
subWallet
|
|
13
|
+
} from "./chunk-N3ELQYCY.js";
|
|
14
14
|
import {
|
|
15
|
-
|
|
16
|
-
} from "./chunk-
|
|
15
|
+
talismanWallet
|
|
16
|
+
} from "./chunk-OTXHQMSG.js";
|
|
17
17
|
import {
|
|
18
18
|
tokenPocketWallet
|
|
19
19
|
} from "./chunk-ISJYPD3T.js";
|
|
20
20
|
import {
|
|
21
21
|
tokenaryWallet
|
|
22
22
|
} from "./chunk-FAYEL4JP.js";
|
|
23
|
+
import {
|
|
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
|
+
tahoWallet
|
|
31
|
+
} from "./chunk-6AYBA6IH.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
|
-
import {
|
|
39
|
-
rabbyWallet
|
|
40
|
-
} from "./chunk-H5LLXNOI.js";
|
|
41
41
|
import {
|
|
42
42
|
roninWallet
|
|
43
43
|
} from "./chunk-63YLN6R5.js";
|
|
44
44
|
import {
|
|
45
|
-
|
|
46
|
-
} from "./chunk-
|
|
45
|
+
ramperWallet
|
|
46
|
+
} from "./chunk-TKXQYHWJ.js";
|
|
47
47
|
import {
|
|
48
48
|
safeWallet
|
|
49
49
|
} from "./chunk-Z2QCE6O6.js";
|
|
50
50
|
import {
|
|
51
|
-
|
|
52
|
-
} from "./chunk-
|
|
53
|
-
import {
|
|
54
|
-
subWallet
|
|
55
|
-
} from "./chunk-N3ELQYCY.js";
|
|
51
|
+
oneInchWallet
|
|
52
|
+
} from "./chunk-I7MKK24W.js";
|
|
56
53
|
import {
|
|
57
54
|
safeheronWallet
|
|
58
55
|
} from "./chunk-FCIRHRFH.js";
|
|
56
|
+
import {
|
|
57
|
+
safepalWallet
|
|
58
|
+
} from "./chunk-AKAT37SI.js";
|
|
59
59
|
import {
|
|
60
60
|
metaMaskWallet
|
|
61
61
|
} from "./chunk-ODRDT73B.js";
|
|
62
62
|
import {
|
|
63
63
|
mewWallet
|
|
64
64
|
} from "./chunk-CVYXTHZ6.js";
|
|
65
|
+
import {
|
|
66
|
+
coreWallet
|
|
67
|
+
} from "./chunk-MOOW2AOC.js";
|
|
65
68
|
import {
|
|
66
69
|
oktoWallet
|
|
67
70
|
} from "./chunk-MBQTOALG.js";
|
|
@@ -74,9 +77,6 @@ import {
|
|
|
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";
|
|
@@ -86,27 +86,27 @@ import {
|
|
|
86
86
|
import {
|
|
87
87
|
frontierWallet
|
|
88
88
|
} from "./chunk-LCOUKF2U.js";
|
|
89
|
-
import {
|
|
90
|
-
gateWallet
|
|
91
|
-
} from "./chunk-YIJ5ULO3.js";
|
|
92
|
-
import {
|
|
93
|
-
injectedWallet
|
|
94
|
-
} from "./chunk-E5NYR4SS.js";
|
|
95
89
|
import {
|
|
96
90
|
imTokenWallet
|
|
97
91
|
} from "./chunk-BMJOLT2N.js";
|
|
92
|
+
import {
|
|
93
|
+
gateWallet
|
|
94
|
+
} from "./chunk-YIJ5ULO3.js";
|
|
98
95
|
import {
|
|
99
96
|
kresusWallet
|
|
100
97
|
} from "./chunk-QQJKQCII.js";
|
|
98
|
+
import {
|
|
99
|
+
injectedWallet
|
|
100
|
+
} from "./chunk-E5NYR4SS.js";
|
|
101
101
|
import {
|
|
102
102
|
ledgerWallet
|
|
103
103
|
} from "./chunk-ZMHCZCGS.js";
|
|
104
|
-
import {
|
|
105
|
-
clvWallet
|
|
106
|
-
} from "./chunk-UHHA5V52.js";
|
|
107
104
|
import {
|
|
108
105
|
bybitWallet
|
|
109
106
|
} from "./chunk-3AZNOY75.js";
|
|
107
|
+
import {
|
|
108
|
+
clvWallet
|
|
109
|
+
} from "./chunk-UHHA5V52.js";
|
|
110
110
|
import {
|
|
111
111
|
coin98Wallet
|
|
112
112
|
} from "./chunk-ZXGMW3OS.js";
|
|
@@ -116,12 +116,12 @@ import {
|
|
|
116
116
|
import {
|
|
117
117
|
dawnWallet
|
|
118
118
|
} from "./chunk-KCTWDMQP.js";
|
|
119
|
-
import {
|
|
120
|
-
coreWallet
|
|
121
|
-
} from "./chunk-MOOW2AOC.js";
|
|
122
119
|
import {
|
|
123
120
|
desigWallet
|
|
124
121
|
} from "./chunk-44CHUPEQ.js";
|
|
122
|
+
import {
|
|
123
|
+
enkryptWallet
|
|
124
|
+
} from "./chunk-JJ4DXD7R.js";
|
|
125
125
|
import {
|
|
126
126
|
foxWallet
|
|
127
127
|
} from "./chunk-WAOREEBE.js";
|
|
@@ -131,15 +131,15 @@ import {
|
|
|
131
131
|
import {
|
|
132
132
|
bifrostWallet
|
|
133
133
|
} from "./chunk-KL5Z3XHJ.js";
|
|
134
|
+
import {
|
|
135
|
+
bitskiWallet
|
|
136
|
+
} from "./chunk-OCCT5PIN.js";
|
|
134
137
|
import {
|
|
135
138
|
bitgetWallet
|
|
136
139
|
} from "./chunk-IEVZW3XR.js";
|
|
137
140
|
import {
|
|
138
141
|
bitverseWallet
|
|
139
142
|
} from "./chunk-BQEOIDHP.js";
|
|
140
|
-
import {
|
|
141
|
-
bitskiWallet
|
|
142
|
-
} from "./chunk-OCCT5PIN.js";
|
|
143
143
|
import {
|
|
144
144
|
bloomWallet
|
|
145
145
|
} from "./chunk-J64P6XK3.js";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@funkit/connect",
|
|
3
|
-
"version": "3.4.
|
|
3
|
+
"version": "3.4.1",
|
|
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/
|
|
96
|
-
"@funkit/
|
|
95
|
+
"@funkit/wagmi-tools": "3.0.12",
|
|
96
|
+
"@funkit/core": "2.2.1"
|
|
97
97
|
},
|
|
98
98
|
"repository": {
|
|
99
99
|
"type": "git",
|