@funkit/connect 1.0.16 → 1.0.17
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 +6 -0
- package/dist/index.js +3 -3
- package/dist/wallets/walletConnectors/index.js +65 -65
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
package/dist/index.js
CHANGED
|
@@ -13731,7 +13731,7 @@ ${descriptionInput}
|
|
|
13731
13731
|
gap: "10",
|
|
13732
13732
|
width: "full"
|
|
13733
13733
|
}, /* @__PURE__ */ React139.createElement(FunInput, {
|
|
13734
|
-
label: "Refund Address
|
|
13734
|
+
label: "Refund Address",
|
|
13735
13735
|
inputStyle: { fontSize: 14, fontFamily: "inherit" },
|
|
13736
13736
|
placeholder: "",
|
|
13737
13737
|
value: refundAddressInput,
|
|
@@ -13740,7 +13740,7 @@ ${descriptionInput}
|
|
|
13740
13740
|
return setRefundAddressInput((_a = e == null ? void 0 : e.target) == null ? void 0 : _a.value);
|
|
13741
13741
|
}
|
|
13742
13742
|
}), /* @__PURE__ */ React139.createElement(FunInput, {
|
|
13743
|
-
label: "Refund Chain
|
|
13743
|
+
label: "Refund Chain",
|
|
13744
13744
|
inputStyle: { fontSize: 14, fontFamily: "inherit" },
|
|
13745
13745
|
placeholder: "",
|
|
13746
13746
|
value: refundChainInput,
|
|
@@ -16042,7 +16042,7 @@ function setFunkitConnectVersion({ version }) {
|
|
|
16042
16042
|
localStorage.setItem(storageKey4, version);
|
|
16043
16043
|
}
|
|
16044
16044
|
function getCurrentSdkVersion() {
|
|
16045
|
-
return "1.0.
|
|
16045
|
+
return "1.0.17";
|
|
16046
16046
|
}
|
|
16047
16047
|
function useFingerprint() {
|
|
16048
16048
|
const fingerprint = useCallback29(() => {
|
|
@@ -1,37 +1,37 @@
|
|
|
1
1
|
"use client";
|
|
2
|
+
import {
|
|
3
|
+
uniswapWallet
|
|
4
|
+
} from "./chunk-XRSY4JVH.js";
|
|
2
5
|
import {
|
|
3
6
|
xdefiWallet
|
|
4
7
|
} from "./chunk-L734HTUS.js";
|
|
5
8
|
import {
|
|
6
|
-
|
|
7
|
-
} from "./chunk-
|
|
8
|
-
import {
|
|
9
|
-
zerionWallet
|
|
10
|
-
} from "./chunk-XNNLZXHE.js";
|
|
9
|
+
rabbyWallet
|
|
10
|
+
} from "./chunk-XPEBP6XV.js";
|
|
11
11
|
import {
|
|
12
12
|
subWallet
|
|
13
13
|
} from "./chunk-2GAW2UBU.js";
|
|
14
|
-
import {
|
|
15
|
-
tahoWallet
|
|
16
|
-
} from "./chunk-H76YCX2M.js";
|
|
17
|
-
import {
|
|
18
|
-
talismanWallet
|
|
19
|
-
} from "./chunk-H273OTQA.js";
|
|
20
|
-
import {
|
|
21
|
-
tokenPocketWallet
|
|
22
|
-
} from "./chunk-7KDOXASH.js";
|
|
23
14
|
import {
|
|
24
15
|
tokenaryWallet
|
|
25
16
|
} from "./chunk-ENZLEAG2.js";
|
|
26
|
-
import {
|
|
27
|
-
uniswapWallet
|
|
28
|
-
} from "./chunk-XRSY4JVH.js";
|
|
29
17
|
import {
|
|
30
18
|
trustWallet
|
|
31
19
|
} from "./chunk-CRSPGVPF.js";
|
|
20
|
+
import {
|
|
21
|
+
talismanWallet
|
|
22
|
+
} from "./chunk-H273OTQA.js";
|
|
32
23
|
import {
|
|
33
24
|
walletConnectWallet
|
|
34
25
|
} from "./chunk-ASPRR7T3.js";
|
|
26
|
+
import {
|
|
27
|
+
tokenPocketWallet
|
|
28
|
+
} from "./chunk-7KDOXASH.js";
|
|
29
|
+
import {
|
|
30
|
+
zerionWallet
|
|
31
|
+
} from "./chunk-XNNLZXHE.js";
|
|
32
|
+
import {
|
|
33
|
+
zealWallet
|
|
34
|
+
} from "./chunk-DPXMP5KS.js";
|
|
35
35
|
import {
|
|
36
36
|
rainbowWallet
|
|
37
37
|
} from "./chunk-RCWZ4KBR.js";
|
|
@@ -41,24 +41,30 @@ import {
|
|
|
41
41
|
import {
|
|
42
42
|
roninWallet
|
|
43
43
|
} from "./chunk-GW6EF4G2.js";
|
|
44
|
-
import {
|
|
45
|
-
clvWallet
|
|
46
|
-
} from "./chunk-T6JVHES7.js";
|
|
47
44
|
import {
|
|
48
45
|
safeWallet
|
|
49
46
|
} from "./chunk-D3DCQ72J.js";
|
|
50
|
-
import {
|
|
51
|
-
imTokenWallet
|
|
52
|
-
} from "./chunk-5MVV7OVS.js";
|
|
53
47
|
import {
|
|
54
48
|
safeheronWallet
|
|
55
49
|
} from "./chunk-63NPZXAL.js";
|
|
50
|
+
import {
|
|
51
|
+
phantomWallet
|
|
52
|
+
} from "./chunk-KGBLSE7L.js";
|
|
56
53
|
import {
|
|
57
54
|
safepalWallet
|
|
58
55
|
} from "./chunk-RTW6PVQI.js";
|
|
56
|
+
import {
|
|
57
|
+
tahoWallet
|
|
58
|
+
} from "./chunk-H76YCX2M.js";
|
|
59
59
|
import {
|
|
60
60
|
mewWallet
|
|
61
61
|
} from "./chunk-PWYTDYBE.js";
|
|
62
|
+
import {
|
|
63
|
+
metaMaskWallet
|
|
64
|
+
} from "./chunk-XRMAVTK7.js";
|
|
65
|
+
import {
|
|
66
|
+
ledgerWallet
|
|
67
|
+
} from "./chunk-Y6VY6E3L.js";
|
|
62
68
|
import {
|
|
63
69
|
oktoWallet
|
|
64
70
|
} from "./chunk-WKHTUEF5.js";
|
|
@@ -66,87 +72,81 @@ import {
|
|
|
66
72
|
okxWallet
|
|
67
73
|
} from "./chunk-DV3SI63E.js";
|
|
68
74
|
import {
|
|
69
|
-
|
|
70
|
-
} from "./chunk-
|
|
75
|
+
oneKeyWallet
|
|
76
|
+
} from "./chunk-4WOV4ITL.js";
|
|
71
77
|
import {
|
|
72
78
|
oneInchWallet
|
|
73
79
|
} from "./chunk-LCPIZUR3.js";
|
|
74
80
|
import {
|
|
75
|
-
|
|
76
|
-
} from "./chunk-
|
|
81
|
+
omniWallet
|
|
82
|
+
} from "./chunk-SVN7OEQR.js";
|
|
77
83
|
import {
|
|
78
|
-
|
|
79
|
-
} from "./chunk-
|
|
84
|
+
bitverseWallet
|
|
85
|
+
} from "./chunk-NL4I7WOT.js";
|
|
80
86
|
import {
|
|
81
|
-
|
|
82
|
-
} from "./chunk-
|
|
87
|
+
bybitWallet
|
|
88
|
+
} from "./chunk-CUKVUCIP.js";
|
|
83
89
|
import {
|
|
84
|
-
|
|
85
|
-
} from "./chunk-
|
|
90
|
+
bloomWallet
|
|
91
|
+
} from "./chunk-NTGZF5BY.js";
|
|
86
92
|
import {
|
|
87
|
-
|
|
88
|
-
} from "./chunk-
|
|
93
|
+
injectedWallet
|
|
94
|
+
} from "./chunk-KIHCNUU3.js";
|
|
95
|
+
import {
|
|
96
|
+
imTokenWallet
|
|
97
|
+
} from "./chunk-5MVV7OVS.js";
|
|
89
98
|
import {
|
|
90
99
|
gateWallet
|
|
91
100
|
} from "./chunk-VSZ7PAHS.js";
|
|
92
|
-
import {
|
|
93
|
-
injectedWallet
|
|
94
|
-
} from "./chunk-KIHCNUU3.js";
|
|
95
101
|
import {
|
|
96
102
|
kresusWallet
|
|
97
103
|
} from "./chunk-X6T3CICZ.js";
|
|
98
104
|
import {
|
|
99
|
-
|
|
100
|
-
} from "./chunk-
|
|
101
|
-
import {
|
|
102
|
-
metaMaskWallet
|
|
103
|
-
} from "./chunk-XRMAVTK7.js";
|
|
104
|
-
import {
|
|
105
|
-
braveWallet
|
|
106
|
-
} from "./chunk-ABYQAXUX.js";
|
|
107
|
-
import {
|
|
108
|
-
coin98Wallet
|
|
109
|
-
} from "./chunk-Z2HIQYVN.js";
|
|
105
|
+
coreWallet
|
|
106
|
+
} from "./chunk-IBWFKX7P.js";
|
|
110
107
|
import {
|
|
111
108
|
coinbaseWallet
|
|
112
109
|
} from "./chunk-XBUTWYE4.js";
|
|
113
|
-
import {
|
|
114
|
-
coreWallet
|
|
115
|
-
} from "./chunk-IBWFKX7P.js";
|
|
116
110
|
import {
|
|
117
111
|
dawnWallet
|
|
118
112
|
} from "./chunk-4XQDKOGF.js";
|
|
119
|
-
import {
|
|
120
|
-
desigWallet
|
|
121
|
-
} from "./chunk-P4JLZ42R.js";
|
|
122
113
|
import {
|
|
123
114
|
enkryptWallet
|
|
124
115
|
} from "./chunk-FLY7F4XA.js";
|
|
116
|
+
import {
|
|
117
|
+
desigWallet
|
|
118
|
+
} from "./chunk-P4JLZ42R.js";
|
|
125
119
|
import {
|
|
126
120
|
foxWallet
|
|
127
121
|
} from "./chunk-OKWOB3DN.js";
|
|
128
122
|
import {
|
|
129
|
-
|
|
130
|
-
} from "./chunk-
|
|
123
|
+
frontierWallet
|
|
124
|
+
} from "./chunk-HD5VYJNC.js";
|
|
131
125
|
import {
|
|
132
|
-
|
|
133
|
-
} from "./chunk-
|
|
126
|
+
frameWallet
|
|
127
|
+
} from "./chunk-XXFJVY73.js";
|
|
134
128
|
import {
|
|
135
129
|
bitgetWallet
|
|
136
130
|
} from "./chunk-2B3SPBRY.js";
|
|
131
|
+
import {
|
|
132
|
+
bifrostWallet
|
|
133
|
+
} from "./chunk-KGTZ6E7L.js";
|
|
134
|
+
import {
|
|
135
|
+
braveWallet
|
|
136
|
+
} from "./chunk-ABYQAXUX.js";
|
|
137
137
|
import {
|
|
138
138
|
bitskiWallet
|
|
139
139
|
} from "./chunk-C67TQJ6W.js";
|
|
140
140
|
import {
|
|
141
|
-
|
|
142
|
-
} from "./chunk-
|
|
141
|
+
clvWallet
|
|
142
|
+
} from "./chunk-T6JVHES7.js";
|
|
143
143
|
import {
|
|
144
|
-
|
|
145
|
-
} from "./chunk-
|
|
144
|
+
argentWallet
|
|
145
|
+
} from "./chunk-NZ5G23JP.js";
|
|
146
146
|
import "./chunk-ZOLACFTK.js";
|
|
147
147
|
import {
|
|
148
|
-
|
|
149
|
-
} from "./chunk-
|
|
148
|
+
coin98Wallet
|
|
149
|
+
} from "./chunk-Z2HIQYVN.js";
|
|
150
150
|
import "./chunk-QII6PY2D.js";
|
|
151
151
|
import "./chunk-ZDU3JFGR.js";
|
|
152
152
|
export {
|