@talken/talkenkit 2.3.10 → 2.3.12

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.
Files changed (84) hide show
  1. package/dist/__private__/index.d.ts +2 -2
  2. package/dist/components/ConnectOptions/AbcWaasAuth/AbcWaasAuthFlow.d.ts +83 -0
  3. package/dist/components/ConnectOptions/AbcWaasAuth/AbcWaasAuthSections.css.d.ts +8 -0
  4. package/dist/components/ConnectOptions/AbcWaasAuth/AbcWaasAuthSections.d.ts +25 -0
  5. package/dist/components/ConnectOptions/AbcWaasAuth/hooks/useAbcWaasAuth.d.ts +65 -0
  6. package/dist/components/ConnectOptions/AbcWaasAuth/hooks/useAbcWaasSocial.d.ts +58 -0
  7. package/dist/components/ConnectOptions/AbcWaasAuth/hooks/useUserTypeDetection.d.ts +0 -0
  8. package/dist/components/ConnectOptions/AbcWaasAuth/index.d.ts +6 -0
  9. package/dist/components/ConnectOptions/AbcWaasAuth/types.d.ts +29 -0
  10. package/dist/components/ConnectOptions/ConnectDetails.d.ts +1 -1
  11. package/dist/components/ConnectOptions/ConnectOptionsModal.css.d.ts +4 -0
  12. package/dist/components/ConnectOptions/ConnectOptionsModal.d.ts +26 -0
  13. package/dist/components/ConnectOptions/ExternalWallets/EthereumWallet/EthereumWalletList.d.ts +35 -0
  14. package/dist/components/ConnectOptions/ExternalWallets/EthereumWallet/index.d.ts +6 -0
  15. package/dist/components/ConnectOptions/ExternalWallets/Popular/PopularWalletList.d.ts +37 -0
  16. package/dist/components/ConnectOptions/ExternalWallets/Popular/index.d.ts +6 -0
  17. package/dist/components/ConnectOptions/ExternalWallets/SolanaWallet/SolanaWalletList.d.ts +37 -0
  18. package/dist/components/ConnectOptions/ExternalWallets/SolanaWallet/index.d.ts +6 -0
  19. package/dist/components/ConnectOptions/ExternalWallets/WalletList.d.ts +94 -0
  20. package/dist/components/ConnectOptions/ExternalWallets/hooks/useWalletConnection.d.ts +78 -0
  21. package/dist/components/ConnectOptions/ExternalWallets/index.d.ts +12 -0
  22. package/dist/components/ConnectOptions/ExternalWallets/shared/index.d.ts +7 -0
  23. package/dist/components/ConnectOptions/ExternalWallets/shared/types.d.ts +136 -0
  24. package/dist/components/ConnectOptions/ExternalWallets/shared/utils.d.ts +68 -0
  25. package/dist/components/ConnectOptions/PinAuth/PinAuthFlow.d.ts +127 -0
  26. package/dist/components/ConnectOptions/PinAuth/hooks/index.d.ts +10 -0
  27. package/dist/components/ConnectOptions/PinAuth/hooks/usePinCreation.d.ts +92 -0
  28. package/dist/components/ConnectOptions/PinAuth/hooks/usePinVerification.d.ts +114 -0
  29. package/dist/components/ConnectOptions/PinAuth/hooks/useWalletGeneration.d.ts +93 -0
  30. package/dist/components/ConnectOptions/PinAuth/index.d.ts +23 -0
  31. package/dist/index.css +27 -298
  32. package/dist/index.d.ts +0 -4
  33. package/dist/index.js +5525 -6410
  34. package/dist/wallets/walletConnectors/abcWallet/abcBitcoinProvider.js +1 -1
  35. package/dist/wallets/walletConnectors/abcWallet/abcConnector.js +2 -2
  36. package/dist/wallets/walletConnectors/abcWallet/abcSolanaWallet.js +2 -2
  37. package/dist/wallets/walletConnectors/abcWallet/abcWallet.js +3 -3
  38. package/dist/wallets/walletConnectors/abcWallet/api/index.js +4 -4
  39. package/dist/wallets/walletConnectors/abcWallet/index.js +16 -16
  40. package/dist/wallets/walletConnectors/berasigWallet/berasigWallet.js +2 -2
  41. package/dist/wallets/walletConnectors/bifrostWallet/bifrostWallet.js +2 -2
  42. package/dist/wallets/walletConnectors/binanceWallet/binanceWallet.js +2 -2
  43. package/dist/wallets/walletConnectors/bitgetWallet/bitgetWallet.js +2 -2
  44. package/dist/wallets/walletConnectors/bybitWallet/bybitWallet.js +2 -2
  45. package/dist/wallets/walletConnectors/chunk-24SQ562R.js +63 -0
  46. package/dist/wallets/walletConnectors/chunk-3UNSJDAS.js +63 -0
  47. package/dist/wallets/walletConnectors/chunk-6KUCZXJE.js +63 -0
  48. package/dist/wallets/walletConnectors/{chunk-34WMJDUY.js → chunk-75W4VLFA.js} +8 -7
  49. package/dist/wallets/walletConnectors/chunk-ASUECF4H.js +63 -0
  50. package/dist/wallets/walletConnectors/chunk-GLPRLW3S.js +63 -0
  51. package/dist/wallets/walletConnectors/chunk-GOPPX56D.js +63 -0
  52. package/dist/wallets/walletConnectors/chunk-I5V7LWJH.js +63 -0
  53. package/dist/wallets/walletConnectors/chunk-J4HQCVKX.js +63 -0
  54. package/dist/wallets/walletConnectors/chunk-PDWD3ZCR.js +63 -0
  55. package/dist/wallets/walletConnectors/chunk-PHD5KHRQ.js +63 -0
  56. package/dist/wallets/walletConnectors/chunk-PQJWUKUD.js +63 -0
  57. package/dist/wallets/walletConnectors/chunk-PZJYVPGG.js +63 -0
  58. package/dist/wallets/walletConnectors/chunk-Q5B5ICDI.js +63 -0
  59. package/dist/wallets/walletConnectors/chunk-RYXFFAB2.js +63 -0
  60. package/dist/wallets/walletConnectors/chunk-VXUJQQDI.js +63 -0
  61. package/dist/wallets/walletConnectors/chunk-WCPI7IUU.js +63 -0
  62. package/dist/wallets/walletConnectors/chunk-Z3WO2EBZ.js +63 -0
  63. package/dist/wallets/walletConnectors/chunk-ZADNKI5I.js +63 -0
  64. package/dist/wallets/walletConnectors/clvWallet/clvWallet.js +2 -2
  65. package/dist/wallets/walletConnectors/coin98Wallet/coin98Wallet.js +2 -2
  66. package/dist/wallets/walletConnectors/coreWallet/coreWallet.js +2 -2
  67. package/dist/wallets/walletConnectors/foxWallet/foxWallet.js +2 -2
  68. package/dist/wallets/walletConnectors/frontierWallet/frontierWallet.js +2 -2
  69. package/dist/wallets/walletConnectors/gateWallet/gateWallet.js +2 -2
  70. package/dist/wallets/walletConnectors/index.js +79 -79
  71. package/dist/wallets/walletConnectors/iopayWallet/iopayWallet.js +2 -2
  72. package/dist/wallets/walletConnectors/kaiaWallet/kaiaWallet.js +2 -2
  73. package/dist/wallets/walletConnectors/kaikasWallet/kaikasWallet.js +2 -2
  74. package/dist/wallets/walletConnectors/metaMaskWallet/metaMaskWallet.js +2 -2
  75. package/dist/wallets/walletConnectors/okxWallet/okxWallet.js +2 -2
  76. package/dist/wallets/walletConnectors/rainbowWallet/rainbowWallet.js +2 -2
  77. package/dist/wallets/walletConnectors/roninWallet/roninWallet.js +2 -2
  78. package/dist/wallets/walletConnectors/safepalWallet/safepalWallet.js +2 -2
  79. package/dist/wallets/walletConnectors/subWallet/subWallet.js +2 -2
  80. package/dist/wallets/walletConnectors/tokenPocketWallet/tokenPocketWallet.js +2 -2
  81. package/dist/wallets/walletConnectors/trustWallet/trustWallet.js +2 -2
  82. package/dist/wallets/walletConnectors/zealWallet/zealWallet.js +2 -2
  83. package/dist/wallets/walletConnectors/zerionWallet/zerionWallet.js +2 -2
  84. package/package.json +1 -1
@@ -1,9 +1,9 @@
1
1
  "use client";
2
2
  import {
3
3
  coin98Wallet
4
- } from "../chunk-GILMNC3J.js";
5
- import "../chunk-MBBGZGXF.js";
4
+ } from "../chunk-ZFVYS64S.js";
6
5
  import "../chunk-PODFK4OS.js";
6
+ import "../chunk-MBBGZGXF.js";
7
7
  export {
8
8
  coin98Wallet
9
9
  };
@@ -1,9 +1,9 @@
1
1
  "use client";
2
2
  import {
3
3
  coreWallet
4
- } from "../chunk-FBI7UGNO.js";
5
- import "../chunk-MBBGZGXF.js";
4
+ } from "../chunk-I6ONK6DO.js";
6
5
  import "../chunk-PODFK4OS.js";
6
+ import "../chunk-MBBGZGXF.js";
7
7
  export {
8
8
  coreWallet
9
9
  };
@@ -1,9 +1,9 @@
1
1
  "use client";
2
2
  import {
3
3
  foxWallet
4
- } from "../chunk-K6GEK4JB.js";
5
- import "../chunk-MBBGZGXF.js";
4
+ } from "../chunk-E4UMOJTY.js";
6
5
  import "../chunk-PODFK4OS.js";
6
+ import "../chunk-MBBGZGXF.js";
7
7
  export {
8
8
  foxWallet
9
9
  };
@@ -1,10 +1,10 @@
1
1
  "use client";
2
2
  import {
3
3
  frontierWallet
4
- } from "../chunk-JWO4ZQLK.js";
4
+ } from "../chunk-NHZMJSPE.js";
5
5
  import "../chunk-RETKWSKD.js";
6
- import "../chunk-MBBGZGXF.js";
7
6
  import "../chunk-PODFK4OS.js";
7
+ import "../chunk-MBBGZGXF.js";
8
8
  export {
9
9
  frontierWallet
10
10
  };
@@ -1,10 +1,10 @@
1
1
  "use client";
2
2
  import {
3
3
  gateWallet
4
- } from "../chunk-K6UZPSBG.js";
4
+ } from "../chunk-PKSDTWUF.js";
5
5
  import "../chunk-RETKWSKD.js";
6
- import "../chunk-MBBGZGXF.js";
7
6
  import "../chunk-PODFK4OS.js";
7
+ import "../chunk-MBBGZGXF.js";
8
8
  export {
9
9
  gateWallet
10
10
  };
@@ -1,50 +1,50 @@
1
1
  "use client";
2
2
  import {
3
3
  abcWallet
4
- } from "./chunk-5OFAP55G.js";
5
- import "./chunk-CNHVIXPV.js";
6
- import "./chunk-73B7HWCT.js";
4
+ } from "./chunk-RSZS2RMC.js";
5
+ import "./chunk-BHMMHU7Y.js";
7
6
  import "./chunk-P2E4LSYH.js";
8
7
  import "./chunk-G2LI5MVX.js";
8
+ import "./chunk-73B7HWCT.js";
9
9
  import "./chunk-W23N7VC4.js";
10
10
  import "./chunk-VETRBBA2.js";
11
11
  import "./chunk-5UEBEMEE.js";
12
+ import {
13
+ trustWallet
14
+ } from "./chunk-EM6BREIH.js";
12
15
  import {
13
16
  uniswapWallet
14
17
  } from "./chunk-DLDZUVTB.js";
15
- import {
16
- tokenaryWallet
17
- } from "./chunk-U24COF36.js";
18
18
  import {
19
19
  valoraWallet
20
20
  } from "./chunk-CVUEWUDI.js";
21
+ import {
22
+ walletConnectWallet
23
+ } from "./chunk-KU5R3WAJ.js";
21
24
  import {
22
25
  wigwamWallet
23
26
  } from "./chunk-EFYKBPOB.js";
27
+ import {
28
+ zealWallet
29
+ } from "./chunk-DVLTKWTZ.js";
24
30
  import {
25
31
  xdefiWallet
26
32
  } from "./chunk-26RJNF7V.js";
27
- import {
28
- walletConnectWallet
29
- } from "./chunk-KU5R3WAJ.js";
30
33
  import {
31
34
  zerionWallet
32
- } from "./chunk-53IBFGVW.js";
33
- import {
34
- zealWallet
35
- } from "./chunk-SCOX5RF4.js";
35
+ } from "./chunk-CCZUA25H.js";
36
36
  import {
37
- safeheronWallet
38
- } from "./chunk-PHF4VWKP.js";
37
+ safeWallet
38
+ } from "./chunk-Z2QCE6O6.js";
39
39
  import {
40
- subWallet
41
- } from "./chunk-V7E5KRXJ.js";
40
+ safepalWallet
41
+ } from "./chunk-LRYS2XBT.js";
42
42
  import {
43
43
  seifWallet
44
44
  } from "./chunk-Y3E6EZ7J.js";
45
45
  import {
46
- ramperWallet
47
- } from "./chunk-OX3PQBV2.js";
46
+ subWallet
47
+ } from "./chunk-OWSLCYOF.js";
48
48
  import {
49
49
  tahoWallet
50
50
  } from "./chunk-UXRQQZ2M.js";
@@ -53,37 +53,37 @@ import {
53
53
  } from "./chunk-B4IG5R5M.js";
54
54
  import {
55
55
  tokenPocketWallet
56
- } from "./chunk-5NM2LK2G.js";
56
+ } from "./chunk-RCZCJUTR.js";
57
57
  import {
58
- trustWallet
59
- } from "./chunk-S2PY4MDO.js";
58
+ tokenaryWallet
59
+ } from "./chunk-U24COF36.js";
60
+ import {
61
+ omniWallet
62
+ } from "./chunk-RGPO7AY3.js";
60
63
  import {
61
64
  paraSwapWallet
62
65
  } from "./chunk-FF7ZXD5C.js";
66
+ import {
67
+ phantomWallet
68
+ } from "./chunk-DMQ4RXIY.js";
63
69
  import {
64
70
  rabbyWallet
65
71
  } from "./chunk-3RMYBZQG.js";
66
- import {
67
- metaMaskWallet
68
- } from "./chunk-AKLKCDXT.js";
69
72
  import {
70
73
  rainbowWallet
71
- } from "./chunk-JBVBQUCS.js";
74
+ } from "./chunk-6C3GUS6I.js";
72
75
  import {
73
- phantomWallet
74
- } from "./chunk-DMQ4RXIY.js";
76
+ ramperWallet
77
+ } from "./chunk-OX3PQBV2.js";
75
78
  import {
76
79
  roninWallet
77
- } from "./chunk-D7U5WEH2.js";
78
- import {
79
- safeWallet
80
- } from "./chunk-Z2QCE6O6.js";
80
+ } from "./chunk-DSTY7YNG.js";
81
81
  import {
82
- safepalWallet
83
- } from "./chunk-ATQWOE4J.js";
82
+ safeheronWallet
83
+ } from "./chunk-PHF4VWKP.js";
84
84
  import {
85
- magicEdenWallet
86
- } from "./chunk-WB7EEKPS.js";
85
+ imTokenWallet
86
+ } from "./chunk-EHE2536P.js";
87
87
  import {
88
88
  mewWallet
89
89
  } from "./chunk-ZRY6ILYP.js";
@@ -91,35 +91,32 @@ import {
91
91
  nestWallet
92
92
  } from "./chunk-NN4KGG3I.js";
93
93
  import {
94
- oktoWallet
95
- } from "./chunk-7SSXG35M.js";
94
+ metaMaskWallet
95
+ } from "./chunk-VUMT22HL.js";
96
96
  import {
97
97
  okxWallet
98
- } from "./chunk-Z2E65XSS.js";
98
+ } from "./chunk-GF7RKBNV.js";
99
99
  import {
100
- omniWallet
101
- } from "./chunk-RGPO7AY3.js";
100
+ oktoWallet
101
+ } from "./chunk-7SSXG35M.js";
102
102
  import {
103
103
  oneInchWallet
104
104
  } from "./chunk-OJT577AY.js";
105
105
  import {
106
106
  oneKeyWallet
107
107
  } from "./chunk-6UGYPEQE.js";
108
- import {
109
- imTokenWallet
110
- } from "./chunk-EHE2536P.js";
111
- import {
112
- kaiaWallet
113
- } from "./chunk-C7S72VGD.js";
114
108
  import {
115
109
  injectedWallet
116
110
  } from "./chunk-GDGRUMZB.js";
117
111
  import {
118
112
  iopayWallet
119
- } from "./chunk-2W6UBYKX.js";
113
+ } from "./chunk-A2XAHJNR.js";
114
+ import {
115
+ kaiaWallet
116
+ } from "./chunk-KE6RMEB7.js";
120
117
  import {
121
118
  kaikasWallet
122
- } from "./chunk-BJYSWRV6.js";
119
+ } from "./chunk-MUJPEDFF.js";
123
120
  import {
124
121
  krakenWallet
125
122
  } from "./chunk-CYOZFCR6.js";
@@ -130,32 +127,35 @@ import {
130
127
  kresusWallet
131
128
  } from "./chunk-CM3VR7OM.js";
132
129
  import {
133
- dawnWallet
134
- } from "./chunk-YMP3W2MO.js";
130
+ magicEdenWallet
131
+ } from "./chunk-WB7EEKPS.js";
135
132
  import {
136
133
  coreWallet
137
- } from "./chunk-FBI7UGNO.js";
134
+ } from "./chunk-I6ONK6DO.js";
138
135
  import {
139
- enkryptWallet
140
- } from "./chunk-5QHPQU7J.js";
136
+ dawnWallet
137
+ } from "./chunk-YMP3W2MO.js";
141
138
  import {
142
139
  desigWallet
143
140
  } from "./chunk-DVXPOWEC.js";
141
+ import {
142
+ enkryptWallet
143
+ } from "./chunk-5QHPQU7J.js";
144
144
  import {
145
145
  foxWallet
146
- } from "./chunk-K6GEK4JB.js";
146
+ } from "./chunk-E4UMOJTY.js";
147
147
  import {
148
148
  frameWallet
149
149
  } from "./chunk-CP45RGL4.js";
150
- import {
151
- gateWallet
152
- } from "./chunk-K6UZPSBG.js";
153
150
  import {
154
151
  frontierWallet
155
- } from "./chunk-JWO4ZQLK.js";
152
+ } from "./chunk-NHZMJSPE.js";
156
153
  import {
157
- bitgetWallet
158
- } from "./chunk-CULIWWLV.js";
154
+ gateWallet
155
+ } from "./chunk-PKSDTWUF.js";
156
+ import {
157
+ bitverseWallet
158
+ } from "./chunk-6HCSSBZY.js";
159
159
  import {
160
160
  braveWallet
161
161
  } from "./chunk-EYN3CVFM.js";
@@ -163,44 +163,44 @@ import {
163
163
  bloomWallet
164
164
  } from "./chunk-3KPCADAF.js";
165
165
  import {
166
- coin98Wallet
167
- } from "./chunk-GILMNC3J.js";
166
+ bybitWallet
167
+ } from "./chunk-DW37ROR6.js";
168
168
  import {
169
169
  clvWallet
170
- } from "./chunk-3IVTKZ7V.js";
170
+ } from "./chunk-DPME4O44.js";
171
171
  import {
172
- compassWallet
173
- } from "./chunk-3OO564GS.js";
174
- import {
175
- bybitWallet
176
- } from "./chunk-WSLFMQIG.js";
172
+ coin98Wallet
173
+ } from "./chunk-ZFVYS64S.js";
177
174
  import {
178
175
  coinbaseWallet
179
176
  } from "./chunk-PNEDRY6O.js";
177
+ import {
178
+ compassWallet
179
+ } from "./chunk-3OO564GS.js";
180
180
  import {
181
181
  argentWallet
182
182
  } from "./chunk-XT2WYPN5.js";
183
+ import {
184
+ bestWallet
185
+ } from "./chunk-OPAPBEA5.js";
183
186
  import {
184
187
  berasigWallet
185
- } from "./chunk-KM55XFBI.js";
188
+ } from "./chunk-UZWMFUJU.js";
186
189
  import {
187
190
  bifrostWallet
188
- } from "./chunk-B6DM7J4N.js";
191
+ } from "./chunk-WXXI4WBF.js";
189
192
  import {
190
193
  binanceWallet
191
- } from "./chunk-4T3UOJYR.js";
194
+ } from "./chunk-TUDZHFVC.js";
195
+ import {
196
+ bitgetWallet
197
+ } from "./chunk-ITLTDJ3D.js";
192
198
  import "./chunk-RETKWSKD.js";
199
+ import "./chunk-PODFK4OS.js";
193
200
  import {
194
201
  bitskiWallet
195
202
  } from "./chunk-DZB25PZ7.js";
196
203
  import "./chunk-MBBGZGXF.js";
197
- import {
198
- bitverseWallet
199
- } from "./chunk-6HCSSBZY.js";
200
- import {
201
- bestWallet
202
- } from "./chunk-OPAPBEA5.js";
203
- import "./chunk-PODFK4OS.js";
204
204
  export {
205
205
  abcWallet,
206
206
  argentWallet,
@@ -1,10 +1,10 @@
1
1
  "use client";
2
2
  import {
3
3
  iopayWallet
4
- } from "../chunk-2W6UBYKX.js";
4
+ } from "../chunk-A2XAHJNR.js";
5
5
  import "../chunk-RETKWSKD.js";
6
- import "../chunk-MBBGZGXF.js";
7
6
  import "../chunk-PODFK4OS.js";
7
+ import "../chunk-MBBGZGXF.js";
8
8
  export {
9
9
  iopayWallet
10
10
  };
@@ -1,9 +1,9 @@
1
1
  "use client";
2
2
  import {
3
3
  kaiaWallet
4
- } from "../chunk-C7S72VGD.js";
5
- import "../chunk-MBBGZGXF.js";
4
+ } from "../chunk-KE6RMEB7.js";
6
5
  import "../chunk-PODFK4OS.js";
6
+ import "../chunk-MBBGZGXF.js";
7
7
  export {
8
8
  kaiaWallet
9
9
  };
@@ -1,9 +1,9 @@
1
1
  "use client";
2
2
  import {
3
3
  kaikasWallet
4
- } from "../chunk-BJYSWRV6.js";
5
- import "../chunk-MBBGZGXF.js";
4
+ } from "../chunk-MUJPEDFF.js";
6
5
  import "../chunk-PODFK4OS.js";
6
+ import "../chunk-MBBGZGXF.js";
7
7
  export {
8
8
  kaikasWallet
9
9
  };
@@ -1,10 +1,10 @@
1
1
  "use client";
2
2
  import {
3
3
  metaMaskWallet
4
- } from "../chunk-AKLKCDXT.js";
4
+ } from "../chunk-VUMT22HL.js";
5
5
  import "../chunk-RETKWSKD.js";
6
- import "../chunk-MBBGZGXF.js";
7
6
  import "../chunk-PODFK4OS.js";
7
+ import "../chunk-MBBGZGXF.js";
8
8
  export {
9
9
  metaMaskWallet
10
10
  };
@@ -1,10 +1,10 @@
1
1
  "use client";
2
2
  import {
3
3
  okxWallet
4
- } from "../chunk-Z2E65XSS.js";
4
+ } from "../chunk-GF7RKBNV.js";
5
5
  import "../chunk-RETKWSKD.js";
6
- import "../chunk-MBBGZGXF.js";
7
6
  import "../chunk-PODFK4OS.js";
7
+ import "../chunk-MBBGZGXF.js";
8
8
  export {
9
9
  okxWallet
10
10
  };
@@ -1,10 +1,10 @@
1
1
  "use client";
2
2
  import {
3
3
  rainbowWallet
4
- } from "../chunk-JBVBQUCS.js";
4
+ } from "../chunk-6C3GUS6I.js";
5
5
  import "../chunk-RETKWSKD.js";
6
- import "../chunk-MBBGZGXF.js";
7
6
  import "../chunk-PODFK4OS.js";
7
+ import "../chunk-MBBGZGXF.js";
8
8
  export {
9
9
  rainbowWallet
10
10
  };
@@ -1,9 +1,9 @@
1
1
  "use client";
2
2
  import {
3
3
  roninWallet
4
- } from "../chunk-D7U5WEH2.js";
5
- import "../chunk-MBBGZGXF.js";
4
+ } from "../chunk-DSTY7YNG.js";
6
5
  import "../chunk-PODFK4OS.js";
6
+ import "../chunk-MBBGZGXF.js";
7
7
  export {
8
8
  roninWallet
9
9
  };
@@ -1,9 +1,9 @@
1
1
  "use client";
2
2
  import {
3
3
  safepalWallet
4
- } from "../chunk-ATQWOE4J.js";
5
- import "../chunk-MBBGZGXF.js";
4
+ } from "../chunk-LRYS2XBT.js";
6
5
  import "../chunk-PODFK4OS.js";
6
+ import "../chunk-MBBGZGXF.js";
7
7
  export {
8
8
  safepalWallet
9
9
  };
@@ -1,9 +1,9 @@
1
1
  "use client";
2
2
  import {
3
3
  subWallet
4
- } from "../chunk-V7E5KRXJ.js";
5
- import "../chunk-MBBGZGXF.js";
4
+ } from "../chunk-OWSLCYOF.js";
6
5
  import "../chunk-PODFK4OS.js";
6
+ import "../chunk-MBBGZGXF.js";
7
7
  export {
8
8
  subWallet
9
9
  };
@@ -1,10 +1,10 @@
1
1
  "use client";
2
2
  import {
3
3
  tokenPocketWallet
4
- } from "../chunk-5NM2LK2G.js";
4
+ } from "../chunk-RCZCJUTR.js";
5
5
  import "../chunk-RETKWSKD.js";
6
- import "../chunk-MBBGZGXF.js";
7
6
  import "../chunk-PODFK4OS.js";
7
+ import "../chunk-MBBGZGXF.js";
8
8
  export {
9
9
  tokenPocketWallet
10
10
  };
@@ -1,10 +1,10 @@
1
1
  "use client";
2
2
  import {
3
3
  trustWallet
4
- } from "../chunk-S2PY4MDO.js";
4
+ } from "../chunk-EM6BREIH.js";
5
5
  import "../chunk-RETKWSKD.js";
6
- import "../chunk-MBBGZGXF.js";
7
6
  import "../chunk-PODFK4OS.js";
7
+ import "../chunk-MBBGZGXF.js";
8
8
  export {
9
9
  trustWallet
10
10
  };
@@ -1,9 +1,9 @@
1
1
  "use client";
2
2
  import {
3
3
  zealWallet
4
- } from "../chunk-SCOX5RF4.js";
5
- import "../chunk-MBBGZGXF.js";
4
+ } from "../chunk-DVLTKWTZ.js";
6
5
  import "../chunk-PODFK4OS.js";
6
+ import "../chunk-MBBGZGXF.js";
7
7
  export {
8
8
  zealWallet
9
9
  };
@@ -1,10 +1,10 @@
1
1
  "use client";
2
2
  import {
3
3
  zerionWallet
4
- } from "../chunk-53IBFGVW.js";
4
+ } from "../chunk-CCZUA25H.js";
5
5
  import "../chunk-RETKWSKD.js";
6
- import "../chunk-MBBGZGXF.js";
7
6
  import "../chunk-PODFK4OS.js";
7
+ import "../chunk-MBBGZGXF.js";
8
8
  export {
9
9
  zerionWallet
10
10
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@talken/talkenkit",
3
- "version": "2.3.10",
3
+ "version": "2.3.12",
4
4
  "description": "The best way to connect a wallet",
5
5
  "files": [
6
6
  "dist",