@funkit/connect 9.21.0 → 9.21.1-next.0
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 +26 -0
- package/dist/__generated__/default_configs.d.ts +901 -0
- package/dist/__generated__/default_feature_gates.d.ts +20 -0
- package/dist/chunk-6K4U3Z4Z.js +375 -0
- package/dist/chunk-NBECXHBY.js +249 -0
- package/dist/chunk-PFIXC5YK.js +249 -0
- package/dist/clients/chunk-25ICASD7.js +2371 -0
- package/dist/clients/{chunk-NCCAYPLO.js → chunk-4HCOSF4M.js} +1 -1
- package/dist/clients/chunk-7GWX2ZS4.js +69 -0
- package/dist/clients/{chunk-KSSSSWR6.js → chunk-7HNGV6JU.js} +1 -1
- package/dist/clients/chunk-EGMA6ATZ.js +2371 -0
- package/dist/clients/chunk-GGXTLJ7J.js +290 -0
- package/dist/clients/chunk-HRWCNZJA.js +230 -0
- package/dist/clients/chunk-JTGKAPID.js +2382 -0
- package/dist/clients/chunk-L7PABCF2.js +54 -0
- package/dist/clients/{chunk-OWXKWC7I.js → chunk-NCUPPJ2Z.js} +8 -8
- package/dist/clients/{chunk-ZMVXBMON.js → chunk-NUJ6ZM5F.js} +1 -1
- package/dist/clients/chunk-OJLDTEKB.js +54 -0
- package/dist/clients/chunk-SSSQQ32F.js +186 -0
- package/dist/clients/chunk-UVWNEQMD.js +186 -0
- package/dist/clients/chunk-YLZ7COFH.js +230 -0
- package/dist/clients/chunk-ZEFHAWRH.js +69 -0
- package/dist/clients/fanatics.css +1 -1
- package/dist/clients/fanatics.js +3 -3
- package/dist/clients/lighter.css +1 -1
- package/dist/clients/lighter.js +3 -3
- package/dist/clients/polymarket/PolymarketDepositAccountDropdown.css +11 -11
- package/dist/clients/polymarket/PolymarketDepositAccountDropdown.js +5 -5
- package/dist/clients/polymarket/index.css +11 -11
- package/dist/clients/polymarket/index.js +5 -5
- package/dist/clients/polymarket.d.ts +161 -0
- package/dist/clients/polymarket.js +688 -0
- package/dist/hooks/useTokenTransferConfig.d.ts +7 -0
- package/dist/index.css +11 -11
- package/dist/index.js +52 -200
- package/dist/interfaces/logTransport.d.ts +51 -0
- package/dist/interfaces/swapped-transport.d.ts +78 -0
- package/dist/modals/CheckoutModal/SourceChange/EmptyFormOfPaymentsMessage.d.ts +4 -0
- package/dist/modals/CheckoutModal/SourceChange/useUpdateSourceAssetForCard.d.ts +4 -0
- package/dist/modals/CheckoutModal/SwappedIframe/SwappedErrorMessage.d.ts +6 -0
- package/dist/utils/flags/resolver.d.ts +34 -0
- package/dist/utils/tokenTransfer/disabledList.d.ts +1 -14
- package/dist/utils/tokenTransfer/types.d.ts +5 -30
- package/dist/wallets/walletConnectors/chunk-2VP2F6EK.js +70 -0
- package/dist/wallets/walletConnectors/chunk-4T6ZSRJF.js +69 -0
- package/dist/wallets/walletConnectors/chunk-6BW3HLBG.js +96 -0
- package/dist/wallets/walletConnectors/chunk-CCQV2ZET.js +218 -0
- package/dist/wallets/walletConnectors/chunk-CPI4TD43.js +99 -0
- package/dist/wallets/walletConnectors/chunk-F5XEEVG6.js +98 -0
- package/dist/wallets/walletConnectors/chunk-HNRB7KJU.js +92 -0
- package/dist/wallets/walletConnectors/chunk-HTHAK6XB.js +93 -0
- package/dist/wallets/walletConnectors/chunk-MIQTHJ6X.js +66 -0
- package/dist/wallets/walletConnectors/chunk-RB3HR4R2.js +95 -0
- package/dist/wallets/walletConnectors/chunk-RVOY537T.js +100 -0
- package/dist/wallets/walletConnectors/chunk-STVVP43G.js +94 -0
- package/dist/wallets/walletConnectors/chunk-UK7C2JXW.js +87 -0
- package/dist/wallets/walletConnectors/chunk-VAPGUPHO.js +92 -0
- package/dist/wallets/walletConnectors/chunk-VTM6EECM.js +110 -0
- package/dist/wallets/walletConnectors/chunk-X6CGV36L.js +103 -0
- package/dist/wallets/walletConnectors/chunk-YEZM4CK4.js +96 -0
- package/dist/wallets/walletConnectors/chunk-ZNX4EMPB.js +106 -0
- package/dist/wallets/walletConnectors/index.js +53 -53
- package/package.json +2 -2
- /package/dist/clients/{chunk-52NKHZS2.js → chunk-JD3FIVZ7.js} +0 -0
|
@@ -1,25 +1,28 @@
|
|
|
1
1
|
"use client";
|
|
2
|
+
import {
|
|
3
|
+
zealWallet
|
|
4
|
+
} from "./chunk-52QXXLDS.js";
|
|
2
5
|
import {
|
|
3
6
|
zerionWallet
|
|
4
7
|
} from "./chunk-SWFF3TWJ.js";
|
|
5
8
|
import {
|
|
6
|
-
|
|
7
|
-
} from "./chunk-
|
|
9
|
+
subWallet
|
|
10
|
+
} from "./chunk-NR2OGDHQ.js";
|
|
8
11
|
import {
|
|
9
12
|
talismanWallet
|
|
10
13
|
} from "./chunk-4DCO3TGL.js";
|
|
11
14
|
import {
|
|
12
|
-
|
|
13
|
-
} from "./chunk-
|
|
15
|
+
trustWallet
|
|
16
|
+
} from "./chunk-KCRO2AGO.js";
|
|
14
17
|
import {
|
|
15
18
|
tokenaryWallet
|
|
16
19
|
} from "./chunk-VH3THHJY.js";
|
|
17
|
-
import {
|
|
18
|
-
trustWallet
|
|
19
|
-
} from "./chunk-KCRO2AGO.js";
|
|
20
20
|
import {
|
|
21
21
|
uniswapWallet
|
|
22
22
|
} from "./chunk-Z3PPW6NC.js";
|
|
23
|
+
import {
|
|
24
|
+
tokenPocketWallet
|
|
25
|
+
} from "./chunk-WKNQMP4A.js";
|
|
23
26
|
import {
|
|
24
27
|
walletConnectWallet
|
|
25
28
|
} from "./chunk-3FCWJRI4.js";
|
|
@@ -27,62 +30,59 @@ import {
|
|
|
27
30
|
xdefiWallet
|
|
28
31
|
} from "./chunk-JN5I3DNC.js";
|
|
29
32
|
import {
|
|
30
|
-
|
|
31
|
-
} from "./chunk-
|
|
33
|
+
ramperWallet
|
|
34
|
+
} from "./chunk-OQB55QXP.js";
|
|
32
35
|
import {
|
|
33
36
|
phantomWallet
|
|
34
37
|
} from "./chunk-QY53O7WG.js";
|
|
35
38
|
import {
|
|
36
|
-
|
|
37
|
-
} from "./chunk-
|
|
38
|
-
import {
|
|
39
|
-
roninWallet
|
|
40
|
-
} from "./chunk-YQFGVZGR.js";
|
|
39
|
+
rainbowWallet
|
|
40
|
+
} from "./chunk-W2LCLDPX.js";
|
|
41
41
|
import {
|
|
42
42
|
safeWallet
|
|
43
43
|
} from "./chunk-RCY66YHF.js";
|
|
44
|
+
import {
|
|
45
|
+
roninWallet
|
|
46
|
+
} from "./chunk-YQFGVZGR.js";
|
|
44
47
|
import {
|
|
45
48
|
safeheronWallet
|
|
46
49
|
} from "./chunk-76S7R2ND.js";
|
|
47
50
|
import {
|
|
48
51
|
safepalWallet
|
|
49
52
|
} from "./chunk-XCNHV3HS.js";
|
|
50
|
-
import {
|
|
51
|
-
subWallet
|
|
52
|
-
} from "./chunk-NR2OGDHQ.js";
|
|
53
53
|
import {
|
|
54
54
|
tahoWallet
|
|
55
55
|
} from "./chunk-7ZYCBDQ4.js";
|
|
56
56
|
import {
|
|
57
|
-
|
|
58
|
-
} from "./chunk-
|
|
59
|
-
import {
|
|
60
|
-
oktoWallet
|
|
61
|
-
} from "./chunk-YWOVAU6O.js";
|
|
57
|
+
omniWallet
|
|
58
|
+
} from "./chunk-2CX7LX4J.js";
|
|
62
59
|
import {
|
|
63
60
|
okxWallet
|
|
64
61
|
} from "./chunk-KI5Y2BBF.js";
|
|
65
62
|
import {
|
|
66
|
-
|
|
67
|
-
} from "./chunk-
|
|
63
|
+
metaMaskWallet
|
|
64
|
+
} from "./chunk-YO2K4MBH.js";
|
|
68
65
|
import {
|
|
69
66
|
oneInchWallet
|
|
70
67
|
} from "./chunk-QG6ZHI7B.js";
|
|
68
|
+
import {
|
|
69
|
+
oktoWallet
|
|
70
|
+
} from "./chunk-YWOVAU6O.js";
|
|
71
|
+
import {
|
|
72
|
+
mewWallet
|
|
73
|
+
} from "./chunk-MQM45ADF.js";
|
|
71
74
|
import {
|
|
72
75
|
oneKeyWallet
|
|
73
76
|
} from "./chunk-WVT6BBJH.js";
|
|
74
77
|
import {
|
|
75
78
|
rabbyWallet
|
|
76
79
|
} from "./chunk-RB66PKPA.js";
|
|
77
|
-
import {
|
|
78
|
-
rainbowWallet
|
|
79
|
-
} from "./chunk-W2LCLDPX.js";
|
|
80
|
-
import {
|
|
81
|
-
dawnWallet
|
|
82
|
-
} from "./chunk-G2PHTVL6.js";
|
|
83
80
|
import {
|
|
84
81
|
frameWallet
|
|
85
82
|
} from "./chunk-BU3ZAT5X.js";
|
|
83
|
+
import {
|
|
84
|
+
frontierWallet
|
|
85
|
+
} from "./chunk-AVDUNQUW.js";
|
|
86
86
|
import {
|
|
87
87
|
gateWallet
|
|
88
88
|
} from "./chunk-JPN6TWIT.js";
|
|
@@ -90,14 +90,14 @@ import {
|
|
|
90
90
|
imTokenWallet
|
|
91
91
|
} from "./chunk-WNAGGFMG.js";
|
|
92
92
|
import {
|
|
93
|
-
|
|
94
|
-
} from "./chunk-
|
|
93
|
+
injectedWallet
|
|
94
|
+
} from "./chunk-T6LGKC3F.js";
|
|
95
|
+
import {
|
|
96
|
+
desigWallet
|
|
97
|
+
} from "./chunk-FW3WZETT.js";
|
|
95
98
|
import {
|
|
96
99
|
kresusWallet
|
|
97
100
|
} from "./chunk-RICTB3FA.js";
|
|
98
|
-
import {
|
|
99
|
-
injectedWallet
|
|
100
|
-
} from "./chunk-T6LGKC3F.js";
|
|
101
101
|
import {
|
|
102
102
|
ledgerWallet
|
|
103
103
|
} from "./chunk-RPV27V2Y.js";
|
|
@@ -111,42 +111,42 @@ import {
|
|
|
111
111
|
coinbaseWallet
|
|
112
112
|
} from "./chunk-2DLDAZRH.js";
|
|
113
113
|
import {
|
|
114
|
-
|
|
115
|
-
} from "./chunk-
|
|
114
|
+
bybitWallet
|
|
115
|
+
} from "./chunk-OX37G4YT.js";
|
|
116
116
|
import {
|
|
117
117
|
coreWallet
|
|
118
118
|
} from "./chunk-4NV5BYRP.js";
|
|
119
119
|
import {
|
|
120
|
-
|
|
121
|
-
} from "./chunk-
|
|
122
|
-
import {
|
|
123
|
-
desigWallet
|
|
124
|
-
} from "./chunk-FW3WZETT.js";
|
|
120
|
+
dawnWallet
|
|
121
|
+
} from "./chunk-G2PHTVL6.js";
|
|
125
122
|
import {
|
|
126
123
|
enkryptWallet
|
|
127
124
|
} from "./chunk-HBQK5RD5.js";
|
|
128
125
|
import {
|
|
129
|
-
|
|
130
|
-
} from "./chunk-
|
|
126
|
+
foxWallet
|
|
127
|
+
} from "./chunk-GUQM4QSL.js";
|
|
131
128
|
import {
|
|
132
|
-
|
|
133
|
-
} from "./chunk-
|
|
129
|
+
bitskiWallet
|
|
130
|
+
} from "./chunk-7HRFUZFX.js";
|
|
134
131
|
import {
|
|
135
132
|
argentWallet
|
|
136
133
|
} from "./chunk-NTMBEOR2.js";
|
|
137
|
-
import {
|
|
138
|
-
bitskiWallet
|
|
139
|
-
} from "./chunk-7HRFUZFX.js";
|
|
140
134
|
import {
|
|
141
135
|
bitverseWallet
|
|
142
136
|
} from "./chunk-NSK6A7TI.js";
|
|
143
137
|
import {
|
|
144
|
-
|
|
145
|
-
} from "./chunk-
|
|
138
|
+
bifrostWallet
|
|
139
|
+
} from "./chunk-IULPZP2Q.js";
|
|
146
140
|
import {
|
|
147
|
-
|
|
148
|
-
} from "./chunk-
|
|
141
|
+
bloomWallet
|
|
142
|
+
} from "./chunk-PJ7Y57EH.js";
|
|
143
|
+
import {
|
|
144
|
+
bitgetWallet
|
|
145
|
+
} from "./chunk-TKB2OY6G.js";
|
|
149
146
|
import "./chunk-N4IJLYFY.js";
|
|
147
|
+
import {
|
|
148
|
+
braveWallet
|
|
149
|
+
} from "./chunk-DS73TZ6O.js";
|
|
150
150
|
import "./chunk-OLZ7626J.js";
|
|
151
151
|
import "./chunk-IGKXZBTA.js";
|
|
152
152
|
export {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@funkit/connect",
|
|
3
|
-
"version": "9.21.0",
|
|
3
|
+
"version": "9.21.1-next.0",
|
|
4
4
|
"description": "Funkit Connect SDK elevates DeFi apps via web2 sign-ins and one-click checkouts.",
|
|
5
5
|
"files": [
|
|
6
6
|
"dist",
|
|
@@ -112,8 +112,8 @@
|
|
|
112
112
|
"use-debounce": "^10.0.5",
|
|
113
113
|
"uuid": "^11.1.1",
|
|
114
114
|
"@funkit/api-base": "4.5.1",
|
|
115
|
+
"@funkit/connect-core": "0.4.0-next.0",
|
|
115
116
|
"@funkit/chains": "2.1.0",
|
|
116
|
-
"@funkit/connect-core": "0.3.1",
|
|
117
117
|
"@funkit/fun-relay": "2.8.2",
|
|
118
118
|
"@funkit/utils": "3.1.0"
|
|
119
119
|
},
|
|
File without changes
|