@funkit/connect 6.14.13 → 6.14.14
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 +7 -0
- package/dist/components/FunSelectBrokerage/FunBrokerageItem.d.ts +1 -1
- package/dist/consts/bluvo.d.ts +4 -0
- package/dist/domains/feeEstimate.d.ts +1 -1
- package/dist/index.js +1657 -1588
- package/dist/utils/flags/config.d.ts +8 -0
- package/dist/wallets/walletConnectors/index.js +46 -46
- package/package.json +8 -5
|
@@ -310,6 +310,14 @@ export declare const flagConfig: {
|
|
|
310
310
|
readonly enable_bitcoin: {
|
|
311
311
|
readonly type: "boolean";
|
|
312
312
|
readonly default_value: true;
|
|
313
|
+
readonly overrides: [{
|
|
314
|
+
readonly if_any: [{
|
|
315
|
+
readonly key: "apiKey";
|
|
316
|
+
readonly type: "isAnyOf";
|
|
317
|
+
readonly values: ["M3uox3cw0u8YCPV9cIREA6AugUMvPFTk6qOpm4um"];
|
|
318
|
+
}];
|
|
319
|
+
readonly value: false;
|
|
320
|
+
}];
|
|
313
321
|
};
|
|
314
322
|
readonly chain_info_banners: {
|
|
315
323
|
readonly type: "string";
|
|
@@ -1,25 +1,25 @@
|
|
|
1
1
|
"use client";
|
|
2
|
-
import {
|
|
3
|
-
walletConnectWallet
|
|
4
|
-
} from "./chunk-NP5QGWNL.js";
|
|
5
2
|
import {
|
|
6
3
|
xdefiWallet
|
|
7
4
|
} from "./chunk-BOU4WKRZ.js";
|
|
5
|
+
import {
|
|
6
|
+
zealWallet
|
|
7
|
+
} from "./chunk-RNBEDQHF.js";
|
|
8
8
|
import {
|
|
9
9
|
zerionWallet
|
|
10
10
|
} from "./chunk-SULRQO27.js";
|
|
11
|
+
import {
|
|
12
|
+
safeheronWallet
|
|
13
|
+
} from "./chunk-RZIO5TFF.js";
|
|
11
14
|
import {
|
|
12
15
|
tahoWallet
|
|
13
16
|
} from "./chunk-ZZZRUXZE.js";
|
|
14
17
|
import {
|
|
15
|
-
|
|
16
|
-
} from "./chunk-
|
|
18
|
+
tokenPocketWallet
|
|
19
|
+
} from "./chunk-2L43XSW3.js";
|
|
17
20
|
import {
|
|
18
21
|
talismanWallet
|
|
19
22
|
} from "./chunk-DRO6WYMM.js";
|
|
20
|
-
import {
|
|
21
|
-
tokenPocketWallet
|
|
22
|
-
} from "./chunk-2L43XSW3.js";
|
|
23
23
|
import {
|
|
24
24
|
tokenaryWallet
|
|
25
25
|
} from "./chunk-D6AOOO5F.js";
|
|
@@ -30,32 +30,32 @@ import {
|
|
|
30
30
|
trustWallet
|
|
31
31
|
} from "./chunk-VYBAYMP3.js";
|
|
32
32
|
import {
|
|
33
|
-
|
|
34
|
-
} from "./chunk-
|
|
33
|
+
walletConnectWallet
|
|
34
|
+
} from "./chunk-NP5QGWNL.js";
|
|
35
35
|
import {
|
|
36
36
|
phantomWallet
|
|
37
37
|
} from "./chunk-362NXNTM.js";
|
|
38
|
-
import {
|
|
39
|
-
rainbowWallet
|
|
40
|
-
} from "./chunk-2KUBG3S6.js";
|
|
41
38
|
import {
|
|
42
39
|
rabbyWallet
|
|
43
40
|
} from "./chunk-BBOM42DL.js";
|
|
44
41
|
import {
|
|
45
|
-
|
|
46
|
-
} from "./chunk-
|
|
42
|
+
rainbowWallet
|
|
43
|
+
} from "./chunk-2KUBG3S6.js";
|
|
47
44
|
import {
|
|
48
45
|
ramperWallet
|
|
49
46
|
} from "./chunk-BYXPFMI7.js";
|
|
47
|
+
import {
|
|
48
|
+
roninWallet
|
|
49
|
+
} from "./chunk-NWIQNBJU.js";
|
|
50
50
|
import {
|
|
51
51
|
safeWallet
|
|
52
52
|
} from "./chunk-BQQQL6UD.js";
|
|
53
|
-
import {
|
|
54
|
-
safeheronWallet
|
|
55
|
-
} from "./chunk-RZIO5TFF.js";
|
|
56
53
|
import {
|
|
57
54
|
safepalWallet
|
|
58
55
|
} from "./chunk-NT2HYJKW.js";
|
|
56
|
+
import {
|
|
57
|
+
subWallet
|
|
58
|
+
} from "./chunk-JWFF4AAL.js";
|
|
59
59
|
import {
|
|
60
60
|
ledgerWallet
|
|
61
61
|
} from "./chunk-BRBKM4PW.js";
|
|
@@ -63,17 +63,17 @@ import {
|
|
|
63
63
|
metaMaskWallet
|
|
64
64
|
} from "./chunk-2HYNUNAS.js";
|
|
65
65
|
import {
|
|
66
|
-
|
|
67
|
-
} from "./chunk-
|
|
68
|
-
import {
|
|
69
|
-
okxWallet
|
|
70
|
-
} from "./chunk-TDIEHTMB.js";
|
|
66
|
+
oktoWallet
|
|
67
|
+
} from "./chunk-ADIXAKUL.js";
|
|
71
68
|
import {
|
|
72
69
|
omniWallet
|
|
73
70
|
} from "./chunk-7CUY5G6R.js";
|
|
74
71
|
import {
|
|
75
|
-
|
|
76
|
-
} from "./chunk-
|
|
72
|
+
okxWallet
|
|
73
|
+
} from "./chunk-TDIEHTMB.js";
|
|
74
|
+
import {
|
|
75
|
+
mewWallet
|
|
76
|
+
} from "./chunk-OL5ZO7E4.js";
|
|
77
77
|
import {
|
|
78
78
|
oneInchWallet
|
|
79
79
|
} from "./chunk-OESTDX6I.js";
|
|
@@ -86,67 +86,67 @@ import {
|
|
|
86
86
|
import {
|
|
87
87
|
frameWallet
|
|
88
88
|
} from "./chunk-IFON7E6U.js";
|
|
89
|
-
import {
|
|
90
|
-
frontierWallet
|
|
91
|
-
} from "./chunk-TCAGNB4B.js";
|
|
92
89
|
import {
|
|
93
90
|
gateWallet
|
|
94
91
|
} from "./chunk-FKJJQNKX.js";
|
|
95
92
|
import {
|
|
96
93
|
imTokenWallet
|
|
97
94
|
} from "./chunk-COZ7MIQS.js";
|
|
95
|
+
import {
|
|
96
|
+
frontierWallet
|
|
97
|
+
} from "./chunk-TCAGNB4B.js";
|
|
98
98
|
import {
|
|
99
99
|
injectedWallet
|
|
100
100
|
} from "./chunk-XWUJE7MW.js";
|
|
101
101
|
import {
|
|
102
102
|
kresusWallet
|
|
103
103
|
} from "./chunk-MJXPRJZT.js";
|
|
104
|
-
import {
|
|
105
|
-
clvWallet
|
|
106
|
-
} from "./chunk-M3NZ6R2E.js";
|
|
107
104
|
import {
|
|
108
105
|
coin98Wallet
|
|
109
106
|
} from "./chunk-OBOVHCEI.js";
|
|
110
107
|
import {
|
|
111
|
-
|
|
112
|
-
} from "./chunk-
|
|
108
|
+
bitskiWallet
|
|
109
|
+
} from "./chunk-HS3C7OQV.js";
|
|
110
|
+
import {
|
|
111
|
+
coinbaseWallet
|
|
112
|
+
} from "./chunk-H4IRCEZN.js";
|
|
113
113
|
import {
|
|
114
114
|
coreWallet
|
|
115
115
|
} from "./chunk-VR4TBQ6S.js";
|
|
116
116
|
import {
|
|
117
117
|
dawnWallet
|
|
118
118
|
} from "./chunk-HWPKCIBE.js";
|
|
119
|
-
import {
|
|
120
|
-
enkryptWallet
|
|
121
|
-
} from "./chunk-OLOIXTYS.js";
|
|
122
119
|
import {
|
|
123
120
|
desigWallet
|
|
124
121
|
} from "./chunk-OPAZMNA7.js";
|
|
125
122
|
import {
|
|
126
|
-
|
|
127
|
-
} from "./chunk-
|
|
123
|
+
bloomWallet
|
|
124
|
+
} from "./chunk-S27IADFU.js";
|
|
125
|
+
import {
|
|
126
|
+
enkryptWallet
|
|
127
|
+
} from "./chunk-OLOIXTYS.js";
|
|
128
|
+
import {
|
|
129
|
+
bitgetWallet
|
|
130
|
+
} from "./chunk-TDAVGY5F.js";
|
|
128
131
|
import {
|
|
129
132
|
argentWallet
|
|
130
133
|
} from "./chunk-WSQ2YJO2.js";
|
|
131
134
|
import {
|
|
132
135
|
bifrostWallet
|
|
133
136
|
} from "./chunk-A5N6B5UW.js";
|
|
134
|
-
import {
|
|
135
|
-
bitskiWallet
|
|
136
|
-
} from "./chunk-HS3C7OQV.js";
|
|
137
137
|
import {
|
|
138
138
|
bitverseWallet
|
|
139
139
|
} from "./chunk-3HZRRP4Y.js";
|
|
140
140
|
import {
|
|
141
|
-
|
|
142
|
-
} from "./chunk-
|
|
141
|
+
braveWallet
|
|
142
|
+
} from "./chunk-BPZ2XJO2.js";
|
|
143
|
+
import {
|
|
144
|
+
clvWallet
|
|
145
|
+
} from "./chunk-M3NZ6R2E.js";
|
|
143
146
|
import {
|
|
144
147
|
bybitWallet
|
|
145
148
|
} from "./chunk-2STUC6QL.js";
|
|
146
149
|
import "./chunk-23WIEY36.js";
|
|
147
|
-
import {
|
|
148
|
-
braveWallet
|
|
149
|
-
} from "./chunk-BPZ2XJO2.js";
|
|
150
150
|
import "./chunk-DNSG5Q7V.js";
|
|
151
151
|
export {
|
|
152
152
|
argentWallet,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@funkit/connect",
|
|
3
|
-
"version": "6.14.
|
|
3
|
+
"version": "6.14.14",
|
|
4
4
|
"description": "Funkit Connect SDK elevates DeFi apps via web2 sign-ins and one-click checkouts.",
|
|
5
5
|
"files": [
|
|
6
6
|
"dist",
|
|
@@ -58,11 +58,14 @@
|
|
|
58
58
|
"@vanilla-extract/css-utils": "^0.1.4",
|
|
59
59
|
"@vanilla-extract/private": "^1.0.7",
|
|
60
60
|
"@vanilla-extract/vite-plugin": "^5.0.3",
|
|
61
|
+
"@vanilla-extract/esbuild-plugin": "^2.3.16",
|
|
62
|
+
"esbuild-plugin-replace": "^1.4.0",
|
|
61
63
|
"@vitejs/plugin-react": "^5.0.2",
|
|
62
64
|
"autoprefixer": "^10.4.16",
|
|
63
65
|
"buffer": "^6.0.3",
|
|
64
66
|
"jsdom": "^26.1.0",
|
|
65
67
|
"postcss": "^8.4.33",
|
|
68
|
+
"postcss-prefix-selector": "^1.16.0",
|
|
66
69
|
"process": "^0.11.10",
|
|
67
70
|
"react": "^18.3.0",
|
|
68
71
|
"storybook": "^9.1.3",
|
|
@@ -96,11 +99,11 @@
|
|
|
96
99
|
"use-debounce": "^10.0.5",
|
|
97
100
|
"uuid": "^9.0.1",
|
|
98
101
|
"@funkit/api-base": "1.12.11",
|
|
99
|
-
"@funkit/utils": "1.1.14",
|
|
100
|
-
"@funkit/fun-relay": "2.1.3",
|
|
101
|
-
"@funkit/wagmi-tools": "3.0.79",
|
|
102
102
|
"@funkit/core": "2.3.56",
|
|
103
|
-
"@funkit/chains": "0.4.2"
|
|
103
|
+
"@funkit/chains": "0.4.2",
|
|
104
|
+
"@funkit/fun-relay": "2.1.3",
|
|
105
|
+
"@funkit/utils": "1.1.14",
|
|
106
|
+
"@funkit/wagmi-tools": "3.0.79"
|
|
104
107
|
},
|
|
105
108
|
"repository": {
|
|
106
109
|
"type": "git",
|