@talken/talkenkit 2.4.6 → 2.4.7
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/dist/index.js +8 -1
- package/dist/wallets/walletConnectors/index.js +19 -19
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -3207,7 +3207,7 @@ function setRainbowKitVersion({ version }) {
|
|
|
3207
3207
|
}
|
|
3208
3208
|
function useFingerprint() {
|
|
3209
3209
|
const fingerprint = useCallback4(() => {
|
|
3210
|
-
setRainbowKitVersion({ version: "2.4.
|
|
3210
|
+
setRainbowKitVersion({ version: "2.4.7" });
|
|
3211
3211
|
}, []);
|
|
3212
3212
|
useEffect12(() => {
|
|
3213
3213
|
fingerprint();
|
|
@@ -12579,6 +12579,13 @@ function PinProvider({ children }) {
|
|
|
12579
12579
|
}
|
|
12580
12580
|
function usePin() {
|
|
12581
12581
|
const context = useContext31(PinContext);
|
|
12582
|
+
if (typeof window === "undefined") {
|
|
12583
|
+
return {
|
|
12584
|
+
requestPin: async () => {
|
|
12585
|
+
throw new Error("PIN requests are only available on the client side");
|
|
12586
|
+
}
|
|
12587
|
+
};
|
|
12588
|
+
}
|
|
12582
12589
|
if (!context) {
|
|
12583
12590
|
throw new Error("usePin must be used within PinProvider");
|
|
12584
12591
|
}
|
|
@@ -47,12 +47,12 @@ import {
|
|
|
47
47
|
import {
|
|
48
48
|
subWallet
|
|
49
49
|
} from "./chunk-OWSLCYOF.js";
|
|
50
|
-
import {
|
|
51
|
-
tahoWallet
|
|
52
|
-
} from "./chunk-UXRQQZ2M.js";
|
|
53
50
|
import {
|
|
54
51
|
talismanWallet
|
|
55
52
|
} from "./chunk-B4IG5R5M.js";
|
|
53
|
+
import {
|
|
54
|
+
tahoWallet
|
|
55
|
+
} from "./chunk-UXRQQZ2M.js";
|
|
56
56
|
import {
|
|
57
57
|
tokenPocketWallet
|
|
58
58
|
} from "./chunk-RCZCJUTR.js";
|
|
@@ -60,14 +60,14 @@ import {
|
|
|
60
60
|
tokenaryWallet
|
|
61
61
|
} from "./chunk-U24COF36.js";
|
|
62
62
|
import {
|
|
63
|
-
|
|
64
|
-
} from "./chunk-
|
|
65
|
-
import {
|
|
66
|
-
phantomWallet
|
|
67
|
-
} from "./chunk-DMQ4RXIY.js";
|
|
63
|
+
oneKeyWallet
|
|
64
|
+
} from "./chunk-6UGYPEQE.js";
|
|
68
65
|
import {
|
|
69
66
|
paraSwapWallet
|
|
70
67
|
} from "./chunk-FF7ZXD5C.js";
|
|
68
|
+
import {
|
|
69
|
+
phantomWallet
|
|
70
|
+
} from "./chunk-DMQ4RXIY.js";
|
|
71
71
|
import {
|
|
72
72
|
rabbyWallet
|
|
73
73
|
} from "./chunk-3RMYBZQG.js";
|
|
@@ -89,12 +89,12 @@ import {
|
|
|
89
89
|
import {
|
|
90
90
|
metaMaskWallet
|
|
91
91
|
} from "./chunk-VUMT22HL.js";
|
|
92
|
-
import {
|
|
93
|
-
nestWallet
|
|
94
|
-
} from "./chunk-NN4KGG3I.js";
|
|
95
92
|
import {
|
|
96
93
|
mewWallet
|
|
97
94
|
} from "./chunk-ZRY6ILYP.js";
|
|
95
|
+
import {
|
|
96
|
+
nestWallet
|
|
97
|
+
} from "./chunk-NN4KGG3I.js";
|
|
98
98
|
import {
|
|
99
99
|
oktoWallet
|
|
100
100
|
} from "./chunk-7SSXG35M.js";
|
|
@@ -105,8 +105,8 @@ import {
|
|
|
105
105
|
omniWallet
|
|
106
106
|
} from "./chunk-RGPO7AY3.js";
|
|
107
107
|
import {
|
|
108
|
-
|
|
109
|
-
} from "./chunk-
|
|
108
|
+
oneInchWallet
|
|
109
|
+
} from "./chunk-OJT577AY.js";
|
|
110
110
|
import {
|
|
111
111
|
imTokenWallet
|
|
112
112
|
} from "./chunk-EHE2536P.js";
|
|
@@ -167,12 +167,12 @@ import {
|
|
|
167
167
|
import {
|
|
168
168
|
bybitWallet
|
|
169
169
|
} from "./chunk-DW37ROR6.js";
|
|
170
|
-
import {
|
|
171
|
-
clvWallet
|
|
172
|
-
} from "./chunk-DPME4O44.js";
|
|
173
170
|
import {
|
|
174
171
|
coin98Wallet
|
|
175
172
|
} from "./chunk-ZFVYS64S.js";
|
|
173
|
+
import {
|
|
174
|
+
clvWallet
|
|
175
|
+
} from "./chunk-DPME4O44.js";
|
|
176
176
|
import {
|
|
177
177
|
coinbaseWallet
|
|
178
178
|
} from "./chunk-PNEDRY6O.js";
|
|
@@ -188,12 +188,12 @@ import {
|
|
|
188
188
|
import {
|
|
189
189
|
argentWallet
|
|
190
190
|
} from "./chunk-XT2WYPN5.js";
|
|
191
|
-
import {
|
|
192
|
-
bifrostWallet
|
|
193
|
-
} from "./chunk-WXXI4WBF.js";
|
|
194
191
|
import {
|
|
195
192
|
binanceWallet
|
|
196
193
|
} from "./chunk-TUDZHFVC.js";
|
|
194
|
+
import {
|
|
195
|
+
bifrostWallet
|
|
196
|
+
} from "./chunk-WXXI4WBF.js";
|
|
197
197
|
import {
|
|
198
198
|
bitgetWallet
|
|
199
199
|
} from "./chunk-ITLTDJ3D.js";
|