@funkit/connect 3.4.5 → 3.4.9
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 +28 -0
- package/dist/components/FunBottomBar/FunBottomBar.css.d.ts +1 -1
- package/dist/components/FunPayments/FunPaymentMethods.d.ts +16 -23
- package/dist/components/FunTransactionSummary/PaymentMethodSummary.d.ts +21 -0
- package/dist/consts/customers.d.ts +2 -0
- package/dist/domains/asset.d.ts +2 -0
- package/dist/domains/clientMetadata.d.ts +0 -1
- package/dist/domains/wallet.d.ts +18 -0
- package/dist/hooks/useMesh.d.ts +1 -2
- package/dist/index.css +10 -9
- package/dist/index.js +4796 -4804
- package/dist/modals/CheckoutModal/LoadingAccount.d.ts +1 -1
- package/dist/modals/CheckoutModal/stepTransition.d.ts +2 -1
- package/dist/providers/FunkitCheckoutContext.d.ts +0 -4
- package/dist/utils/assets.d.ts +2 -19
- package/dist/utils/flags/config.d.ts +3 -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-25VW5TZP.js +92 -0
- package/dist/wallets/walletConnectors/chunk-2EMZOYQI.js +101 -0
- package/dist/wallets/walletConnectors/chunk-57UUMOOZ.js +95 -0
- package/dist/wallets/walletConnectors/chunk-5K4DIMYR.js +95 -0
- package/dist/wallets/walletConnectors/chunk-AUVBWDIK.js +102 -0
- package/dist/wallets/walletConnectors/chunk-AXPQHNUI.js +71 -0
- package/dist/wallets/walletConnectors/chunk-B7FHT3CB.js +94 -0
- package/dist/wallets/walletConnectors/chunk-EFIENLEE.js +98 -0
- package/dist/wallets/walletConnectors/chunk-FLTQRYFS.js +27 -0
- package/dist/wallets/walletConnectors/chunk-HCKLWBE5.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-L7QI6PBN.js +108 -0
- package/dist/wallets/walletConnectors/chunk-OKUX4BC4.js +66 -0
- package/dist/wallets/walletConnectors/chunk-QP2BIVXD.js +73 -0
- package/dist/wallets/walletConnectors/chunk-UWZQZY4S.js +149 -0
- package/dist/wallets/walletConnectors/chunk-UZEMNN3Q.js +96 -0
- package/dist/wallets/walletConnectors/chunk-WAMHUVNP.js +96 -0
- package/dist/wallets/walletConnectors/chunk-ZCKNEKQQ.js +110 -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/dawnWallet/dawnWallet.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 +59 -59
- 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 +1 -1
|
@@ -1,46 +1,49 @@
|
|
|
1
1
|
"use client";
|
|
2
2
|
import {
|
|
3
|
-
|
|
4
|
-
} from "./chunk-
|
|
3
|
+
zealWallet
|
|
4
|
+
} from "./chunk-BUUV6BS4.js";
|
|
5
5
|
import {
|
|
6
6
|
zerionWallet
|
|
7
|
-
} from "./chunk-
|
|
7
|
+
} from "./chunk-AUVBWDIK.js";
|
|
8
8
|
import {
|
|
9
|
-
|
|
10
|
-
} from "./chunk-
|
|
9
|
+
uniswapWallet
|
|
10
|
+
} from "./chunk-QFRZGNNV.js";
|
|
11
11
|
import {
|
|
12
12
|
subWallet
|
|
13
|
-
} from "./chunk-
|
|
14
|
-
import {
|
|
15
|
-
tokenPocketWallet
|
|
16
|
-
} from "./chunk-ISJYPD3T.js";
|
|
17
|
-
import {
|
|
18
|
-
trustWallet
|
|
19
|
-
} from "./chunk-X45WXZDO.js";
|
|
13
|
+
} from "./chunk-IR3YKU2N.js";
|
|
20
14
|
import {
|
|
21
15
|
talismanWallet
|
|
22
16
|
} from "./chunk-OTXHQMSG.js";
|
|
17
|
+
import {
|
|
18
|
+
tahoWallet
|
|
19
|
+
} from "./chunk-6AYBA6IH.js";
|
|
20
|
+
import {
|
|
21
|
+
tokenPocketWallet
|
|
22
|
+
} from "./chunk-5K4DIMYR.js";
|
|
23
23
|
import {
|
|
24
24
|
tokenaryWallet
|
|
25
25
|
} from "./chunk-FAYEL4JP.js";
|
|
26
26
|
import {
|
|
27
|
-
|
|
28
|
-
} from "./chunk-
|
|
27
|
+
xdefiWallet
|
|
28
|
+
} from "./chunk-RVIZMVFR.js";
|
|
29
|
+
import {
|
|
30
|
+
trustWallet
|
|
31
|
+
} from "./chunk-L7QI6PBN.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
|
-
} from "./chunk-
|
|
40
|
+
} from "./chunk-QP2BIVXD.js";
|
|
41
|
+
import {
|
|
42
|
+
mewWallet
|
|
43
|
+
} from "./chunk-CVYXTHZ6.js";
|
|
38
44
|
import {
|
|
39
45
|
ramperWallet
|
|
40
46
|
} from "./chunk-TKXQYHWJ.js";
|
|
41
|
-
import {
|
|
42
|
-
roninWallet
|
|
43
|
-
} from "./chunk-63YLN6R5.js";
|
|
44
47
|
import {
|
|
45
48
|
safeWallet
|
|
46
49
|
} from "./chunk-Z2QCE6O6.js";
|
|
@@ -48,47 +51,50 @@ import {
|
|
|
48
51
|
safeheronWallet
|
|
49
52
|
} from "./chunk-FCIRHRFH.js";
|
|
50
53
|
import {
|
|
51
|
-
|
|
52
|
-
} from "./chunk-
|
|
54
|
+
roninWallet
|
|
55
|
+
} from "./chunk-25VW5TZP.js";
|
|
53
56
|
import {
|
|
54
57
|
safepalWallet
|
|
55
|
-
} from "./chunk-
|
|
58
|
+
} from "./chunk-ZCKNEKQQ.js";
|
|
56
59
|
import {
|
|
57
|
-
|
|
58
|
-
} from "./chunk-
|
|
60
|
+
metaMaskWallet
|
|
61
|
+
} from "./chunk-UWZQZY4S.js";
|
|
59
62
|
import {
|
|
60
|
-
|
|
61
|
-
} from "./chunk-
|
|
63
|
+
ledgerWallet
|
|
64
|
+
} from "./chunk-ZMHCZCGS.js";
|
|
62
65
|
import {
|
|
63
66
|
oktoWallet
|
|
64
67
|
} from "./chunk-MBQTOALG.js";
|
|
65
68
|
import {
|
|
66
69
|
okxWallet
|
|
67
|
-
} from "./chunk-
|
|
70
|
+
} from "./chunk-UZEMNN3Q.js";
|
|
68
71
|
import {
|
|
69
72
|
omniWallet
|
|
70
73
|
} from "./chunk-II6YBG2B.js";
|
|
71
|
-
import {
|
|
72
|
-
oneInchWallet
|
|
73
|
-
} from "./chunk-I7MKK24W.js";
|
|
74
74
|
import {
|
|
75
75
|
oneKeyWallet
|
|
76
76
|
} from "./chunk-ZP2SV6KN.js";
|
|
77
|
+
import {
|
|
78
|
+
oneInchWallet
|
|
79
|
+
} from "./chunk-I7MKK24W.js";
|
|
77
80
|
import {
|
|
78
81
|
phantomWallet
|
|
79
82
|
} from "./chunk-KEVUI6AA.js";
|
|
80
83
|
import {
|
|
81
|
-
|
|
82
|
-
} from "./chunk-
|
|
84
|
+
frontierWallet
|
|
85
|
+
} from "./chunk-EFIENLEE.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
|
-
} from "./chunk-
|
|
91
|
+
} from "./chunk-B7FHT3CB.js";
|
|
92
|
+
import {
|
|
93
|
+
imTokenWallet
|
|
94
|
+
} from "./chunk-BMJOLT2N.js";
|
|
95
|
+
import {
|
|
96
|
+
foxWallet
|
|
97
|
+
} from "./chunk-OKUX4BC4.js";
|
|
92
98
|
import {
|
|
93
99
|
injectedWallet
|
|
94
100
|
} from "./chunk-E5NYR4SS.js";
|
|
@@ -96,26 +102,23 @@ import {
|
|
|
96
102
|
kresusWallet
|
|
97
103
|
} from "./chunk-QQJKQCII.js";
|
|
98
104
|
import {
|
|
99
|
-
|
|
100
|
-
} from "./chunk-
|
|
105
|
+
bybitWallet
|
|
106
|
+
} from "./chunk-HCKLWBE5.js";
|
|
101
107
|
import {
|
|
102
|
-
|
|
103
|
-
} from "./chunk-
|
|
108
|
+
coreWallet
|
|
109
|
+
} from "./chunk-57UUMOOZ.js";
|
|
104
110
|
import {
|
|
105
|
-
|
|
106
|
-
} from "./chunk-
|
|
111
|
+
coin98Wallet
|
|
112
|
+
} from "./chunk-WAMHUVNP.js";
|
|
107
113
|
import {
|
|
108
|
-
|
|
109
|
-
} from "./chunk-
|
|
114
|
+
braveWallet
|
|
115
|
+
} from "./chunk-NUEOWEZS.js";
|
|
110
116
|
import {
|
|
111
117
|
coinbaseWallet
|
|
112
118
|
} from "./chunk-PNEDRY6O.js";
|
|
113
|
-
import {
|
|
114
|
-
coreWallet
|
|
115
|
-
} from "./chunk-MOOW2AOC.js";
|
|
116
119
|
import {
|
|
117
120
|
dawnWallet
|
|
118
|
-
} from "./chunk-
|
|
121
|
+
} from "./chunk-FLTQRYFS.js";
|
|
119
122
|
import {
|
|
120
123
|
desigWallet
|
|
121
124
|
} from "./chunk-44CHUPEQ.js";
|
|
@@ -123,32 +126,29 @@ import {
|
|
|
123
126
|
enkryptWallet
|
|
124
127
|
} from "./chunk-JJ4DXD7R.js";
|
|
125
128
|
import {
|
|
126
|
-
|
|
127
|
-
} from "./chunk-
|
|
129
|
+
bifrostWallet
|
|
130
|
+
} from "./chunk-AXPQHNUI.js";
|
|
128
131
|
import {
|
|
129
132
|
argentWallet
|
|
130
133
|
} from "./chunk-ZHFISYEQ.js";
|
|
131
|
-
import {
|
|
132
|
-
bifrostWallet
|
|
133
|
-
} from "./chunk-KL5Z3XHJ.js";
|
|
134
134
|
import {
|
|
135
135
|
bitgetWallet
|
|
136
|
-
} from "./chunk-
|
|
136
|
+
} from "./chunk-2EMZOYQI.js";
|
|
137
137
|
import {
|
|
138
138
|
bitverseWallet
|
|
139
139
|
} from "./chunk-BQEOIDHP.js";
|
|
140
140
|
import {
|
|
141
141
|
bitskiWallet
|
|
142
142
|
} from "./chunk-OCCT5PIN.js";
|
|
143
|
+
import {
|
|
144
|
+
clvWallet
|
|
145
|
+
} from "./chunk-J2BF4L2V.js";
|
|
146
|
+
import "./chunk-WRA2DVJ7.js";
|
|
143
147
|
import {
|
|
144
148
|
bloomWallet
|
|
145
149
|
} from "./chunk-J64P6XK3.js";
|
|
146
150
|
import "./chunk-RETKWSKD.js";
|
|
147
151
|
import "./chunk-23WIEY36.js";
|
|
148
|
-
import {
|
|
149
|
-
braveWallet
|
|
150
|
-
} from "./chunk-NUEOWEZS.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-UWZQZY4S.js";
|
|
5
|
+
import "../chunk-WRA2DVJ7.js";
|
|
5
6
|
import "../chunk-RETKWSKD.js";
|
|
6
7
|
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-UZEMNN3Q.js";
|
|
5
|
+
import "../chunk-WRA2DVJ7.js";
|
|
5
6
|
import "../chunk-RETKWSKD.js";
|
|
6
7
|
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-QP2BIVXD.js";
|
|
5
|
+
import "../chunk-WRA2DVJ7.js";
|
|
5
6
|
import "../chunk-RETKWSKD.js";
|
|
6
7
|
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-5K4DIMYR.js";
|
|
5
|
+
import "../chunk-WRA2DVJ7.js";
|
|
5
6
|
import "../chunk-RETKWSKD.js";
|
|
6
7
|
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-L7QI6PBN.js";
|
|
5
|
+
import "../chunk-WRA2DVJ7.js";
|
|
5
6
|
import "../chunk-RETKWSKD.js";
|
|
6
7
|
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-AUVBWDIK.js";
|
|
5
|
+
import "../chunk-WRA2DVJ7.js";
|
|
5
6
|
import "../chunk-RETKWSKD.js";
|
|
6
7
|
import "../chunk-23WIEY36.js";
|
|
7
|
-
import "../chunk-WRA2DVJ7.js";
|
|
8
8
|
export {
|
|
9
9
|
zerionWallet
|
|
10
10
|
};
|