@funkit/connect 6.14.19 → 6.14.21
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/__generated__/default_configs.d.ts +1 -6
- package/dist/hooks/queries/useRecentDirectExecutions.d.ts +1 -1
- package/dist/index.css +5 -5
- package/dist/index.js +162 -145
- package/dist/utils/flags/config.d.ts +2 -6
- 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/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 +71 -71
- 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
|
@@ -1,9 +1,5 @@
|
|
|
1
1
|
import type { Override } from './types';
|
|
2
2
|
export declare const flagConfig: {
|
|
3
|
-
readonly supported_exchanges_v2: {
|
|
4
|
-
readonly type: "string";
|
|
5
|
-
readonly default_value: string;
|
|
6
|
-
};
|
|
7
3
|
readonly blocked_countries: {
|
|
8
4
|
readonly type: "string";
|
|
9
5
|
readonly default_value: string;
|
|
@@ -53,7 +49,7 @@ export declare const flagConfig: {
|
|
|
53
49
|
readonly if_any: [{
|
|
54
50
|
readonly key: "apiKey";
|
|
55
51
|
readonly type: "isAnyOf";
|
|
56
|
-
readonly values: ["Y53dikxXdT4E3afI1l8BMBSWgyhKvf65k6Dut1k6", "SMbBD7DS9b3EPcyBVg4a8az1rRWR9xB068chHoUN", "vWe20Dfyui2ouvfOhtSTY3Czeo8lFdbo5xXQBALZ", "clDebbfo9edXq1GydZ0CahSAfSimPj616lFa9p8e", "OXLUmejkh9PlNDS4gSvi9gcEWacOpTz2KUVepVf4", "BPVeP8zThG467vVIYzuiu5aVWAkS9KiR6tT1TdTP", "lUzTaIRxs95iin3pCAafB1ChA5akBiuQ1tjhXnau", "AH7lRIhbsL167nptv6eub9xDJXVHnYUm2vL7FLjK", "di9ZSqn1Ya68Y2XpBPUV1rCtNGXh8Xe5MGWzb1Xe", "2SrxurU07T2XPDxCAItjj4yYEMXlwV8K2kJB78AX", "5UzOrcAE2F3rcuMX2EeIlaYv5VUcDe6Lyh0PeZX2", "M3uox3cw0u8YCPV9cIREA6AugUMvPFTk6qOpm4um", "6TUi99Tq3O9MWj1IFX8Pv6spmPXzcvhy9NvBoeW2"];
|
|
52
|
+
readonly values: ["Y53dikxXdT4E3afI1l8BMBSWgyhKvf65k6Dut1k6", "SMbBD7DS9b3EPcyBVg4a8az1rRWR9xB068chHoUN", "vWe20Dfyui2ouvfOhtSTY3Czeo8lFdbo5xXQBALZ", "clDebbfo9edXq1GydZ0CahSAfSimPj616lFa9p8e", "OXLUmejkh9PlNDS4gSvi9gcEWacOpTz2KUVepVf4", "BPVeP8zThG467vVIYzuiu5aVWAkS9KiR6tT1TdTP", "lUzTaIRxs95iin3pCAafB1ChA5akBiuQ1tjhXnau", "AH7lRIhbsL167nptv6eub9xDJXVHnYUm2vL7FLjK", "di9ZSqn1Ya68Y2XpBPUV1rCtNGXh8Xe5MGWzb1Xe", "2SrxurU07T2XPDxCAItjj4yYEMXlwV8K2kJB78AX", "5UzOrcAE2F3rcuMX2EeIlaYv5VUcDe6Lyh0PeZX2", "M3uox3cw0u8YCPV9cIREA6AugUMvPFTk6qOpm4um", "6TUi99Tq3O9MWj1IFX8Pv6spmPXzcvhy9NvBoeW2", "2hicPxo2vy2NMHcg2cEU9crOeKtDpc14NEfMCthc"];
|
|
57
53
|
}];
|
|
58
54
|
readonly value: true;
|
|
59
55
|
}];
|
|
@@ -244,7 +240,7 @@ export declare const flagConfig: {
|
|
|
244
240
|
readonly if_any: [{
|
|
245
241
|
readonly key: "apiKey";
|
|
246
242
|
readonly type: "isAnyOf";
|
|
247
|
-
readonly values: ["HKHvPSPDezaxsTohFgDuG4WpKW6hB4SFYyztm9vc", "AH7lRIhbsL167nptv6eub9xDJXVHnYUm2vL7FLjK", "lUzTaIRxs95iin3pCAafB1ChA5akBiuQ1tjhXnau", "clDebbfo9edXq1GydZ0CahSAfSimPj616lFa9p8e", "SMbBD7DS9b3EPcyBVg4a8az1rRWR9xB068chHoUN", "Y53dikxXdT4E3afI1l8BMBSWgyhKvf65k6Dut1k6", "5UzOrcAE2F3rcuMX2EeIlaYv5VUcDe6Lyh0PeZX2", "6TUi99Tq3O9MWj1IFX8Pv6spmPXzcvhy9NvBoeW2", "pLQBJsA6zS9tg990rbdBD6UdABkWRv5O60vlrVcW"];
|
|
243
|
+
readonly values: ["HKHvPSPDezaxsTohFgDuG4WpKW6hB4SFYyztm9vc", "AH7lRIhbsL167nptv6eub9xDJXVHnYUm2vL7FLjK", "lUzTaIRxs95iin3pCAafB1ChA5akBiuQ1tjhXnau", "clDebbfo9edXq1GydZ0CahSAfSimPj616lFa9p8e", "SMbBD7DS9b3EPcyBVg4a8az1rRWR9xB068chHoUN", "Y53dikxXdT4E3afI1l8BMBSWgyhKvf65k6Dut1k6", "5UzOrcAE2F3rcuMX2EeIlaYv5VUcDe6Lyh0PeZX2", "6TUi99Tq3O9MWj1IFX8Pv6spmPXzcvhy9NvBoeW2", "pLQBJsA6zS9tg990rbdBD6UdABkWRv5O60vlrVcW", "M3uox3cw0u8YCPV9cIREA6AugUMvPFTk6qOpm4um", "2hicPxo2vy2NMHcg2cEU9crOeKtDpc14NEfMCthc"];
|
|
248
244
|
}];
|
|
249
245
|
readonly value: true;
|
|
250
246
|
}, {
|
|
@@ -1,79 +1,76 @@
|
|
|
1
1
|
"use client";
|
|
2
|
-
import {
|
|
3
|
-
zerionWallet
|
|
4
|
-
} from "./chunk-Q3H3TRBS.js";
|
|
5
2
|
import {
|
|
6
3
|
walletConnectWallet
|
|
7
4
|
} from "./chunk-NP5QGWNL.js";
|
|
8
5
|
import {
|
|
9
6
|
zealWallet
|
|
10
7
|
} from "./chunk-RNBEDQHF.js";
|
|
8
|
+
import {
|
|
9
|
+
zerionWallet
|
|
10
|
+
} from "./chunk-SULRQO27.js";
|
|
11
11
|
import {
|
|
12
12
|
talismanWallet
|
|
13
13
|
} from "./chunk-DRO6WYMM.js";
|
|
14
14
|
import {
|
|
15
|
-
|
|
16
|
-
} from "./chunk-
|
|
17
|
-
import {
|
|
18
|
-
tokenaryWallet
|
|
19
|
-
} from "./chunk-D6AOOO5F.js";
|
|
20
|
-
import {
|
|
21
|
-
tahoWallet
|
|
22
|
-
} from "./chunk-ZZZRUXZE.js";
|
|
15
|
+
tokenPocketWallet
|
|
16
|
+
} from "./chunk-2L43XSW3.js";
|
|
23
17
|
import {
|
|
24
18
|
trustWallet
|
|
25
|
-
} from "./chunk-
|
|
19
|
+
} from "./chunk-VYBAYMP3.js";
|
|
26
20
|
import {
|
|
27
|
-
|
|
28
|
-
} from "./chunk-
|
|
21
|
+
subWallet
|
|
22
|
+
} from "./chunk-JWFF4AAL.js";
|
|
23
|
+
import {
|
|
24
|
+
tokenaryWallet
|
|
25
|
+
} from "./chunk-D6AOOO5F.js";
|
|
29
26
|
import {
|
|
30
27
|
uniswapWallet
|
|
31
28
|
} from "./chunk-LH7BMNFZ.js";
|
|
29
|
+
import {
|
|
30
|
+
safeheronWallet
|
|
31
|
+
} from "./chunk-RZIO5TFF.js";
|
|
32
32
|
import {
|
|
33
33
|
xdefiWallet
|
|
34
34
|
} from "./chunk-BOU4WKRZ.js";
|
|
35
|
-
import {
|
|
36
|
-
rabbyWallet
|
|
37
|
-
} from "./chunk-BBOM42DL.js";
|
|
38
35
|
import {
|
|
39
36
|
rainbowWallet
|
|
40
|
-
} from "./chunk-
|
|
37
|
+
} from "./chunk-2KUBG3S6.js";
|
|
41
38
|
import {
|
|
42
39
|
ramperWallet
|
|
43
40
|
} from "./chunk-BYXPFMI7.js";
|
|
44
41
|
import {
|
|
45
|
-
|
|
46
|
-
} from "./chunk-
|
|
42
|
+
roninWallet
|
|
43
|
+
} from "./chunk-NWIQNBJU.js";
|
|
47
44
|
import {
|
|
48
|
-
|
|
49
|
-
} from "./chunk-
|
|
45
|
+
oneKeyWallet
|
|
46
|
+
} from "./chunk-SHBUZ7U7.js";
|
|
50
47
|
import {
|
|
51
48
|
safepalWallet
|
|
52
|
-
} from "./chunk-
|
|
49
|
+
} from "./chunk-NT2HYJKW.js";
|
|
53
50
|
import {
|
|
54
|
-
|
|
55
|
-
} from "./chunk-
|
|
51
|
+
imTokenWallet
|
|
52
|
+
} from "./chunk-COZ7MIQS.js";
|
|
56
53
|
import {
|
|
57
|
-
|
|
58
|
-
} from "./chunk-
|
|
54
|
+
safeWallet
|
|
55
|
+
} from "./chunk-BQQQL6UD.js";
|
|
56
|
+
import {
|
|
57
|
+
tahoWallet
|
|
58
|
+
} from "./chunk-ZZZRUXZE.js";
|
|
59
|
+
import {
|
|
60
|
+
metaMaskWallet
|
|
61
|
+
} from "./chunk-2HYNUNAS.js";
|
|
59
62
|
import {
|
|
60
63
|
mewWallet
|
|
61
64
|
} from "./chunk-OL5ZO7E4.js";
|
|
62
65
|
import {
|
|
63
|
-
|
|
64
|
-
} from "./chunk-
|
|
65
|
-
import {
|
|
66
|
-
imTokenWallet
|
|
67
|
-
} from "./chunk-COZ7MIQS.js";
|
|
66
|
+
oktoWallet
|
|
67
|
+
} from "./chunk-ADIXAKUL.js";
|
|
68
68
|
import {
|
|
69
69
|
omniWallet
|
|
70
70
|
} from "./chunk-7CUY5G6R.js";
|
|
71
71
|
import {
|
|
72
|
-
|
|
73
|
-
} from "./chunk-
|
|
74
|
-
import {
|
|
75
|
-
oneKeyWallet
|
|
76
|
-
} from "./chunk-SHBUZ7U7.js";
|
|
72
|
+
okxWallet
|
|
73
|
+
} from "./chunk-TDIEHTMB.js";
|
|
77
74
|
import {
|
|
78
75
|
oneInchWallet
|
|
79
76
|
} from "./chunk-OESTDX6I.js";
|
|
@@ -81,29 +78,38 @@ import {
|
|
|
81
78
|
phantomWallet
|
|
82
79
|
} from "./chunk-362NXNTM.js";
|
|
83
80
|
import {
|
|
84
|
-
|
|
85
|
-
} from "./chunk-
|
|
81
|
+
rabbyWallet
|
|
82
|
+
} from "./chunk-BBOM42DL.js";
|
|
86
83
|
import {
|
|
87
|
-
|
|
88
|
-
} from "./chunk-
|
|
84
|
+
foxWallet
|
|
85
|
+
} from "./chunk-7QONTUXT.js";
|
|
89
86
|
import {
|
|
90
87
|
frontierWallet
|
|
91
|
-
} from "./chunk-
|
|
88
|
+
} from "./chunk-TCAGNB4B.js";
|
|
92
89
|
import {
|
|
93
90
|
injectedWallet
|
|
94
91
|
} from "./chunk-XWUJE7MW.js";
|
|
92
|
+
import {
|
|
93
|
+
kresusWallet
|
|
94
|
+
} from "./chunk-MJXPRJZT.js";
|
|
95
|
+
import {
|
|
96
|
+
frameWallet
|
|
97
|
+
} from "./chunk-IFON7E6U.js";
|
|
95
98
|
import {
|
|
96
99
|
gateWallet
|
|
97
|
-
} from "./chunk-
|
|
100
|
+
} from "./chunk-FKJJQNKX.js";
|
|
98
101
|
import {
|
|
99
|
-
|
|
100
|
-
} from "./chunk-
|
|
102
|
+
ledgerWallet
|
|
103
|
+
} from "./chunk-BRBKM4PW.js";
|
|
101
104
|
import {
|
|
102
|
-
|
|
103
|
-
} from "./chunk-
|
|
105
|
+
clvWallet
|
|
106
|
+
} from "./chunk-M3NZ6R2E.js";
|
|
104
107
|
import {
|
|
105
|
-
|
|
106
|
-
} from "./chunk-
|
|
108
|
+
bitverseWallet
|
|
109
|
+
} from "./chunk-3HZRRP4Y.js";
|
|
110
|
+
import {
|
|
111
|
+
coin98Wallet
|
|
112
|
+
} from "./chunk-OBOVHCEI.js";
|
|
107
113
|
import {
|
|
108
114
|
coinbaseWallet
|
|
109
115
|
} from "./chunk-H4IRCEZN.js";
|
|
@@ -111,43 +117,37 @@ import {
|
|
|
111
117
|
dawnWallet
|
|
112
118
|
} from "./chunk-HWPKCIBE.js";
|
|
113
119
|
import {
|
|
114
|
-
|
|
115
|
-
} from "./chunk-
|
|
116
|
-
import {
|
|
117
|
-
enkryptWallet
|
|
118
|
-
} from "./chunk-OLOIXTYS.js";
|
|
120
|
+
desigWallet
|
|
121
|
+
} from "./chunk-OPAZMNA7.js";
|
|
119
122
|
import {
|
|
120
123
|
coreWallet
|
|
121
|
-
} from "./chunk-
|
|
124
|
+
} from "./chunk-VR4TBQ6S.js";
|
|
122
125
|
import {
|
|
123
|
-
|
|
124
|
-
} from "./chunk-
|
|
125
|
-
import {
|
|
126
|
-
foxWallet
|
|
127
|
-
} from "./chunk-CNPKISHN.js";
|
|
126
|
+
enkryptWallet
|
|
127
|
+
} from "./chunk-OLOIXTYS.js";
|
|
128
128
|
import {
|
|
129
129
|
argentWallet
|
|
130
130
|
} from "./chunk-WSQ2YJO2.js";
|
|
131
|
-
import {
|
|
132
|
-
bifrostWallet
|
|
133
|
-
} from "./chunk-UIASLGLV.js";
|
|
134
131
|
import {
|
|
135
132
|
bitskiWallet
|
|
136
133
|
} from "./chunk-HS3C7OQV.js";
|
|
134
|
+
import {
|
|
135
|
+
bifrostWallet
|
|
136
|
+
} from "./chunk-A5N6B5UW.js";
|
|
137
137
|
import {
|
|
138
138
|
bitgetWallet
|
|
139
|
-
} from "./chunk-
|
|
139
|
+
} from "./chunk-TDAVGY5F.js";
|
|
140
140
|
import {
|
|
141
|
-
|
|
142
|
-
} from "./chunk-
|
|
141
|
+
bloomWallet
|
|
142
|
+
} from "./chunk-S27IADFU.js";
|
|
143
143
|
import {
|
|
144
144
|
bybitWallet
|
|
145
|
-
} from "./chunk-
|
|
146
|
-
import "./chunk-DNSG5Q7V.js";
|
|
147
|
-
import {
|
|
148
|
-
bitverseWallet
|
|
149
|
-
} from "./chunk-3HZRRP4Y.js";
|
|
145
|
+
} from "./chunk-2STUC6QL.js";
|
|
150
146
|
import "./chunk-23WIEY36.js";
|
|
147
|
+
import {
|
|
148
|
+
braveWallet
|
|
149
|
+
} from "./chunk-BPZ2XJO2.js";
|
|
150
|
+
import "./chunk-DNSG5Q7V.js";
|
|
151
151
|
export {
|
|
152
152
|
argentWallet,
|
|
153
153
|
bifrostWallet,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@funkit/connect",
|
|
3
|
-
"version": "6.14.
|
|
3
|
+
"version": "6.14.21",
|
|
4
4
|
"description": "Funkit Connect SDK elevates DeFi apps via web2 sign-ins and one-click checkouts.",
|
|
5
5
|
"files": [
|
|
6
6
|
"dist",
|
|
@@ -99,12 +99,12 @@
|
|
|
99
99
|
"ua-parser-js": "^1.0.37",
|
|
100
100
|
"use-debounce": "^10.0.5",
|
|
101
101
|
"uuid": "^9.0.1",
|
|
102
|
-
"@funkit/api-base": "1.12.
|
|
102
|
+
"@funkit/api-base": "1.12.13",
|
|
103
103
|
"@funkit/chains": "0.4.2",
|
|
104
|
-
"@funkit/core": "2.3.
|
|
105
|
-
"@funkit/
|
|
106
|
-
"@funkit/
|
|
107
|
-
"@funkit/
|
|
104
|
+
"@funkit/core": "2.3.58",
|
|
105
|
+
"@funkit/utils": "1.1.15",
|
|
106
|
+
"@funkit/wagmi-tools": "3.0.81",
|
|
107
|
+
"@funkit/fun-relay": "2.1.8"
|
|
108
108
|
},
|
|
109
109
|
"repository": {
|
|
110
110
|
"type": "git",
|