@swapkit/wallet-keystore 4.4.4 → 4.4.5

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 (2) hide show
  1. package/CHANGELOG.md +608 -0
  2. package/package.json +3 -3
package/CHANGELOG.md ADDED
@@ -0,0 +1,608 @@
1
+ # @swapkit/wallet-keystore
2
+
3
+ ## 4.4.5
4
+
5
+ ### Patch Changes
6
+
7
+ - [#274](https://github.com/swapkit/sdk/pull/274) [`d0a20af`](https://github.com/swapkit/sdk/commit/d0a20afe503343174c792a74f20102d9d06baa64) Thanks [@towanTG](https://github.com/towanTG)! - Ship `CHANGELOG.md` in the published package. Each package now lists `CHANGELOG.md` in its `files`, so the changelog ships in the npm tarball alongside `dist/`. Consumers (e.g. the wallets release tooling) can read the underlying SDK changes directly from `node_modules` instead of fetching them from the private GitHub repo.
8
+
9
+ - Updated dependencies [[`d0a20af`](https://github.com/swapkit/sdk/commit/d0a20afe503343174c792a74f20102d9d06baa64)]:
10
+ - @swapkit/toolboxes@4.17.5
11
+ - @swapkit/helpers@4.14.1
12
+ - @swapkit/wallet-core@4.3.6
13
+
14
+ ## 4.4.4
15
+
16
+ ### Patch Changes
17
+
18
+ - [#272](https://github.com/swapkit/sdk/pull/272) [`5708090`](https://github.com/swapkit/sdk/commit/57080902b1a377dc5f2dd1c99101da0f5ab63de2) Thanks [@towanTG](https://github.com/towanTG)! - Prefer a user-configured TON RPC URL (via SKConfig) over the Orbs-discovered endpoint. Previously the TON toolbox always used Orbs and only fell back to the configured URL when Orbs failed, so a configured endpoint was ignored. Orbs auto-discovery remains the default when no TON RPC URL is configured (the chain-config default is empty). (via @swapkit/toolboxes@4.17.4)
19
+
20
+ ## 4.4.3
21
+
22
+ ### Patch Changes
23
+
24
+ - [#269](https://github.com/swapkit/sdk/pull/269) [`d62628e`](https://github.com/swapkit/sdk/commit/d62628ec4e3791cfff7844720a87918db6494749) Thanks [@towanTG](https://github.com/towanTG)! - Resolve the Sui client RPC endpoint via getRPCUrl(Chain.Sui) so SKConfig-configured URLs are respected, instead of hardcoding the @mysten/sui public fullnode. (via @swapkit/toolboxes@4.17.3)
25
+ - [#271](https://github.com/swapkit/sdk/pull/271) [`fe7a345`](https://github.com/swapkit/sdk/commit/fe7a3455b1e5d3123aeb59705f85f66220899960) Thanks [@towanTG](https://github.com/towanTG)! - Resolve the Sui client RPC endpoint with getRPCUrlSync (configured URL, no network health-check) instead of getRPCUrl, which could throw helpers_chain_rpc_connection_failed when the health-check failed. (via @swapkit/toolboxes@4.17.3)
26
+
27
+ ## 4.4.2
28
+
29
+ ### Patch Changes
30
+
31
+ - Updated dependencies [[`92a0d2f`](https://github.com/swapkit/sdk/commit/92a0d2fc96c1815c2c098d357a5ff633afb5d5d9)]:
32
+ - @swapkit/toolboxes@4.17.2
33
+ - @swapkit/helpers@4.14.0
34
+
35
+ ## 4.4.1
36
+
37
+ ### Patch Changes
38
+
39
+ - Updated dependencies [[`de87335`](https://github.com/swapkit/sdk/commit/de87335a63018b10180dbaecf7ed9e090073b788)]:
40
+ - @swapkit/toolboxes@4.17.1
41
+ - @swapkit/helpers@4.14.0
42
+
43
+ ## 4.4.0
44
+
45
+ ### Minor Changes
46
+
47
+ - [#262](https://github.com/swapkit/sdk/pull/262) [`9e84c7a`](https://github.com/swapkit/sdk/commit/9e84c7a0cce9ecd662c1b8cee49f1781271bc49f) Thanks [@towanTG](https://github.com/towanTG)! - Rename the HyperCore chain identifier to HYPE. Adds Chain.Hype and ChainId.Hype as the canonical enum members, keeps deprecated Chain.HyperCore aliases, and updates Hype asset identifiers to use the HYPE chain prefix.
48
+
49
+ ### Patch Changes
50
+
51
+ - Updated dependencies [[`9e84c7a`](https://github.com/swapkit/sdk/commit/9e84c7a0cce9ecd662c1b8cee49f1781271bc49f), [`2136f71`](https://github.com/swapkit/sdk/commit/2136f7181a9a097eee4f584a4f16b677d38f0dd3)]:
52
+ - @swapkit/helpers@4.14.0
53
+ - @swapkit/toolboxes@4.17.0
54
+ - @swapkit/wallet-core@4.3.5
55
+
56
+ ## 4.3.37
57
+
58
+ ### Patch Changes
59
+
60
+ - Updated dependencies [[`3623906`](https://github.com/swapkit/sdk/commit/3623906834927abfe6265fa91c21568da6adb852)]:
61
+ - @swapkit/helpers@4.13.13
62
+ - @swapkit/toolboxes@4.16.2
63
+ - @swapkit/wallet-core@4.3.4
64
+
65
+ ## 4.3.36
66
+
67
+ ### Patch Changes
68
+
69
+ - Updated dependencies [[`8d33750`](https://github.com/swapkit/sdk/commit/8d33750f2c3e7c1cb6353c2a4dcfffe7936207c1)]:
70
+ - @swapkit/helpers@4.13.12
71
+ - @swapkit/toolboxes@4.16.1
72
+ - @swapkit/wallet-core@4.3.3
73
+
74
+ ## 4.3.35
75
+
76
+ ### Patch Changes
77
+
78
+ - Updated dependencies [[`6c76854`](https://github.com/swapkit/sdk/commit/6c768542d9488f112735be960b375ab8bb52fb76)]:
79
+ - @swapkit/toolboxes@4.16.0
80
+ - @swapkit/helpers@4.13.11
81
+
82
+ ## 4.3.34
83
+
84
+ ### Patch Changes
85
+
86
+ - Updated dependencies [[`53882f1`](https://github.com/swapkit/sdk/commit/53882f116feff4eabf7bb714dddf4261f6f640d9), [`53882f1`](https://github.com/swapkit/sdk/commit/53882f116feff4eabf7bb714dddf4261f6f640d9)]:
87
+ - @swapkit/helpers@4.13.11
88
+ - @swapkit/toolboxes@4.15.15
89
+ - @swapkit/wallet-core@4.3.2
90
+
91
+ ## 4.3.33
92
+
93
+ ### Patch Changes
94
+
95
+ - Updated dependencies [[`fe496eb`](https://github.com/swapkit/sdk/commit/fe496ebc69e24fb8679e13f0a9ff4ee10ce54699), [`0fc9c45`](https://github.com/swapkit/sdk/commit/0fc9c459da1005a017757eb21c80a36634b3c021)]:
96
+ - @swapkit/helpers@4.13.10
97
+ - @swapkit/toolboxes@4.15.14
98
+ - @swapkit/wallet-core@4.3.1
99
+
100
+ ## 4.3.32
101
+
102
+ ### Patch Changes
103
+
104
+ - Updated dependencies [[`dfdd850`](https://github.com/swapkit/sdk/commit/dfdd850f10d010f14187983f2082486333df4cd7), [`70f3f4a`](https://github.com/swapkit/sdk/commit/70f3f4a037feb0e5fd2482e3b0ab964d9e1c8523)]:
105
+ - @swapkit/helpers@4.13.9
106
+ - @swapkit/wallet-core@4.3.0
107
+ - @swapkit/toolboxes@4.15.13
108
+
109
+ ## 4.3.31
110
+
111
+ ### Patch Changes
112
+
113
+ - Updated dependencies [[`f4ba6d5`](https://github.com/swapkit/sdk/commit/f4ba6d564ea2c6352e021e00845f67b2190c3765)]:
114
+ - @swapkit/toolboxes@4.15.12
115
+ - @swapkit/helpers@4.13.8
116
+
117
+ ## 4.3.30
118
+
119
+ ### Patch Changes
120
+
121
+ - [#221](https://github.com/swapkit/sdk/pull/221) [`8cac8c3`](https://github.com/swapkit/sdk/commit/8cac8c34153c3620f186d614cf412700b8a1f44b) Thanks [@ice-chillios](https://github.com/ice-chillios)! - Dependencies bump & installation cleanup
122
+
123
+ - Updated dependencies [[`8cac8c3`](https://github.com/swapkit/sdk/commit/8cac8c34153c3620f186d614cf412700b8a1f44b), [`2174a5d`](https://github.com/swapkit/sdk/commit/2174a5d9fe27ddc02ef9ad8eebdf372aa66bf8ee)]:
124
+ - @swapkit/toolboxes@4.15.11
125
+ - @swapkit/helpers@4.13.8
126
+ - @swapkit/wallet-core@4.2.8
127
+
128
+ ## 4.3.29
129
+
130
+ ### Patch Changes
131
+
132
+ - Updated dependencies [[`1bb5e02`](https://github.com/swapkit/sdk/commit/1bb5e023c929fd4772bfe2d639e624fcb038dd2c)]:
133
+ - @swapkit/helpers@4.13.7
134
+ - @swapkit/toolboxes@4.15.10
135
+ - @swapkit/wallet-core@4.2.7
136
+
137
+ ## 4.3.28
138
+
139
+ ### Patch Changes
140
+
141
+ - Updated dependencies [[`13273d5`](https://github.com/swapkit/sdk/commit/13273d52ec6db5aa779e6a940c904f9ecb6a0821)]:
142
+ - @swapkit/helpers@4.13.6
143
+ - @swapkit/toolboxes@4.15.9
144
+ - @swapkit/wallet-core@4.2.6
145
+
146
+ ## 4.3.27
147
+
148
+ ### Patch Changes
149
+
150
+ - Updated dependencies [[`b2803ad`](https://github.com/swapkit/sdk/commit/b2803ad51c7160e981a0977c3af1ecc5956d9c66), [`377c3d7`](https://github.com/swapkit/sdk/commit/377c3d75b8b8097794fa6913ea9662627ec4a55a)]:
151
+ - @swapkit/toolboxes@4.15.8
152
+ - @swapkit/helpers@4.13.5
153
+ - @swapkit/wallet-core@4.2.5
154
+
155
+ ## 4.3.26
156
+
157
+ ### Patch Changes
158
+
159
+ - Updated dependencies [[`240410b`](https://github.com/swapkit/sdk/commit/240410b79327232c88e6d7101725855e9decdbab)]:
160
+ - @swapkit/toolboxes@4.15.7
161
+ - @swapkit/helpers@4.13.4
162
+
163
+ ## 4.3.25
164
+
165
+ ### Patch Changes
166
+
167
+ - Updated dependencies [[`7714d82`](https://github.com/swapkit/sdk/commit/7714d82679f6713e33e71d91aeeabdf7eb135082)]:
168
+ - @swapkit/toolboxes@4.15.6
169
+ - @swapkit/helpers@4.13.4
170
+
171
+ ## 4.3.24
172
+
173
+ ### Patch Changes
174
+
175
+ - Updated dependencies [[`fbd9fdb`](https://github.com/swapkit/sdk/commit/fbd9fdb2f6aab81c1785c1d596bda6f670d3340e), [`195323d`](https://github.com/swapkit/sdk/commit/195323d775117b0909d8e9b34b6716456c3e1f7b)]:
176
+ - @swapkit/toolboxes@4.15.5
177
+ - @swapkit/helpers@4.13.4
178
+
179
+ ## 4.3.23
180
+
181
+ ### Patch Changes
182
+
183
+ - Updated dependencies [[`fc37241`](https://github.com/swapkit/sdk/commit/fc37241ed4a13d4da6da2d7c3ac7dd6691fa9707), [`5cb7567`](https://github.com/swapkit/sdk/commit/5cb75672bc705fb82f35770dc1b33d3b87ab2dcf)]:
184
+ - @swapkit/toolboxes@4.15.4
185
+ - @swapkit/helpers@4.13.4
186
+ - @swapkit/wallet-core@4.2.4
187
+
188
+ ## 4.3.22
189
+
190
+ ### Patch Changes
191
+
192
+ - Updated dependencies [[`b57e263`](https://github.com/swapkit/sdk/commit/b57e263961827fa95b9fbe5f83f12897026fad13)]:
193
+ - @swapkit/helpers@4.13.3
194
+ - @swapkit/toolboxes@4.15.3
195
+ - @swapkit/wallet-core@4.2.3
196
+
197
+ ## 4.3.21
198
+
199
+ ### Patch Changes
200
+
201
+ - Updated dependencies [[`a1b9497`](https://github.com/swapkit/sdk/commit/a1b94971173e9499f48f20836b480908ed05149a)]:
202
+ - @swapkit/helpers@4.13.2
203
+ - @swapkit/toolboxes@4.15.2
204
+ - @swapkit/wallet-core@4.2.2
205
+
206
+ ## 4.3.20
207
+
208
+ ### Patch Changes
209
+
210
+ - Updated dependencies [[`1f80e1d`](https://github.com/swapkit/sdk/commit/1f80e1d78b9d6397a027ece5f410ccb5341dd7ba)]:
211
+ - @swapkit/helpers@4.13.1
212
+ - @swapkit/toolboxes@4.15.1
213
+ - @swapkit/wallet-core@4.2.1
214
+
215
+ ## 4.3.19
216
+
217
+ ### Patch Changes
218
+
219
+ - [#199](https://github.com/swapkit/sdk/pull/199) [`7b163b6`](https://github.com/swapkit/sdk/commit/7b163b678d633a2258fccc28e07bb8ea2af1aea7) Thanks [@towanTG](https://github.com/towanTG)! - Add account-aware UTXO HD discovery helpers and metadata APIs. `getExtendedPublicKey()` remains backwards compatible and still returns the bare xpub string; new callers can use `getExtendedPublicKeyInfo({ accountIndex })` for `{ xpub, path, accountIndex }` metadata and `deriveAddressAtIndex`/`deriveAddresses` now accept `accountIndex`.
220
+
221
+ - Updated dependencies [[`7b163b6`](https://github.com/swapkit/sdk/commit/7b163b678d633a2258fccc28e07bb8ea2af1aea7)]:
222
+ - @swapkit/toolboxes@4.15.0
223
+ - @swapkit/helpers@4.13.0
224
+
225
+ ## 4.3.18
226
+
227
+ ### Patch Changes
228
+
229
+ - [#196](https://github.com/swapkit/sdk/pull/196) [`616a3cb`](https://github.com/swapkit/sdk/commit/616a3cbf37fd9bd40e4412928e36859de24129de) Thanks [@towanTG](https://github.com/towanTG)! - Replace centralized `V3SwapFlowSupport` map with per-wallet `directSigningSupport`. Each wallet now declares which chains it can sign pre-built API txs for via `createWallet({ directSigningSupport })`. The flag flows to each `ChainWallet` as `supportsDirectSigning` and core reads it at swap time. Removes `V3SwapFlowSupport`, `supportsV3SwapFlow`, and `EVMWallets` from helpers.
230
+
231
+ - Updated dependencies [[`616a3cb`](https://github.com/swapkit/sdk/commit/616a3cbf37fd9bd40e4412928e36859de24129de)]:
232
+ - @swapkit/helpers@4.13.0
233
+ - @swapkit/wallet-core@4.2.0
234
+ - @swapkit/toolboxes@4.14.5
235
+
236
+ ## 4.3.17
237
+
238
+ ### Patch Changes
239
+
240
+ - [#192](https://github.com/swapkit/sdk/pull/192) [`ea63723`](https://github.com/swapkit/sdk/commit/ea63723b0b9b0d48f64612d22cc37e0ef43f2b07) Thanks [@ice-chillios](https://github.com/ice-chillios)! - Release builder tools
241
+
242
+ - Updated dependencies [[`ea63723`](https://github.com/swapkit/sdk/commit/ea63723b0b9b0d48f64612d22cc37e0ef43f2b07)]:
243
+ - @swapkit/wallet-core@4.1.29
244
+ - @swapkit/toolboxes@4.14.4
245
+ - @swapkit/helpers@4.12.9
246
+
247
+ ## 4.3.16
248
+
249
+ ### Patch Changes
250
+
251
+ - Updated dependencies [[`acc279b`](https://github.com/swapkit/sdk/commit/acc279b4f7c7d6914df4cabf8115e487c1ce376e)]:
252
+ - @swapkit/helpers@4.12.8
253
+ - @swapkit/toolboxes@4.14.3
254
+ - @swapkit/wallet-core@4.1.28
255
+
256
+ ## 4.3.15
257
+
258
+ ### Patch Changes
259
+
260
+ - Updated dependencies [[`8e6532b`](https://github.com/swapkit/sdk/commit/8e6532beec425e35f9d5454cd2ec976516cbd7d5)]:
261
+ - @swapkit/toolboxes@4.14.2
262
+ - @swapkit/helpers@4.12.7
263
+ - @swapkit/wallet-core@4.1.27
264
+
265
+ ## 4.3.14
266
+
267
+ ### Patch Changes
268
+
269
+ - Updated dependencies [[`a05324b`](https://github.com/swapkit/sdk/commit/a05324b355e7ad36fce6d98c087f4ce1844e5b50)]:
270
+ - @swapkit/toolboxes@4.14.1
271
+ - @swapkit/helpers@4.12.6
272
+
273
+ ## 4.3.13
274
+
275
+ ### Patch Changes
276
+
277
+ - Updated dependencies [[`21447e8`](https://github.com/swapkit/sdk/commit/21447e8f43862c8a2775a5e89287e65aa2fad66d)]:
278
+ - @swapkit/helpers@4.12.6
279
+ - @swapkit/toolboxes@4.14.0
280
+ - @swapkit/wallet-core@4.1.26
281
+
282
+ ## 4.3.12
283
+
284
+ ### Patch Changes
285
+
286
+ - Updated dependencies [[`8a71a23`](https://github.com/swapkit/sdk/commit/8a71a232510c57fad651e84b1b6877269209856d)]:
287
+ - @swapkit/helpers@4.12.5
288
+ - @swapkit/toolboxes@4.13.3
289
+ - @swapkit/wallet-core@4.1.25
290
+
291
+ ## 4.3.11
292
+
293
+ ### Patch Changes
294
+
295
+ - Updated dependencies [[`23f7099`](https://github.com/swapkit/sdk/commit/23f7099450b674b106b611c2a7166a12895e5686)]:
296
+ - @swapkit/helpers@4.12.4
297
+ - @swapkit/toolboxes@4.13.2
298
+ - @swapkit/wallet-core@4.1.24
299
+
300
+ ## 4.3.10
301
+
302
+ ### Patch Changes
303
+
304
+ - Updated dependencies [[`df5c67c`](https://github.com/swapkit/sdk/commit/df5c67cb9af27fe625959113bad47a74ad7cca58)]:
305
+ - @swapkit/helpers@4.12.3
306
+ - @swapkit/toolboxes@4.13.1
307
+ - @swapkit/wallet-core@4.1.23
308
+
309
+ ## 4.3.9
310
+
311
+ ### Patch Changes
312
+
313
+ - Updated dependencies [[`551d65f`](https://github.com/swapkit/sdk/commit/551d65f8c761a7ff9a720ca54254f418a23d8dcd)]:
314
+ - @swapkit/toolboxes@4.13.0
315
+ - @swapkit/helpers@4.12.2
316
+ - @swapkit/wallet-core@4.1.22
317
+
318
+ ## 4.3.8
319
+
320
+ ### Patch Changes
321
+
322
+ - Updated dependencies [[`674bce5`](https://github.com/swapkit/sdk/commit/674bce5d834ed6cf416282e60729fe9bd24fa698)]:
323
+ - @swapkit/helpers@4.12.1
324
+ - @swapkit/toolboxes@4.12.1
325
+ - @swapkit/wallet-core@4.1.21
326
+
327
+ ## 4.3.7
328
+
329
+ ### Patch Changes
330
+
331
+ - Updated dependencies [[`e770e34`](https://github.com/swapkit/sdk/commit/e770e34f008e9c96738ed9d445dc5680927ad719)]:
332
+ - @swapkit/toolboxes@4.12.0
333
+ - @swapkit/helpers@4.12.0
334
+ - @swapkit/wallet-core@4.1.20
335
+
336
+ ## 4.3.6
337
+
338
+ ### Patch Changes
339
+
340
+ - Updated dependencies [[`686341c`](https://github.com/swapkit/sdk/commit/686341cc66cc09b6389d19f57787203c72566ff8)]:
341
+ - @swapkit/toolboxes@4.11.2
342
+ - @swapkit/helpers@4.11.0
343
+
344
+ ## 4.3.5
345
+
346
+ ### Patch Changes
347
+
348
+ - Updated dependencies [[`f661bbe`](https://github.com/swapkit/sdk/commit/f661bbe11f4b4562ecebbfd1f6a024f5ecbb35ad)]:
349
+ - @swapkit/toolboxes@4.11.1
350
+ - @swapkit/helpers@4.11.0
351
+
352
+ ## 4.3.4
353
+
354
+ ### Patch Changes
355
+
356
+ - [`9804504`](https://github.com/swapkit/sdk/commit/9804504d0500d2a30dcc2677dba084a8a77cbcc7) Thanks [@towanTG](https://github.com/towanTG)! - feat(widget): add keystore wallet creation and mnemonic import dialogs
357
+
358
+ - Updated dependencies [[`9804504`](https://github.com/swapkit/sdk/commit/9804504d0500d2a30dcc2677dba084a8a77cbcc7), [`997361a`](https://github.com/swapkit/sdk/commit/997361a6dabb079731268785c76d92e8e022b2be), [`9804504`](https://github.com/swapkit/sdk/commit/9804504d0500d2a30dcc2677dba084a8a77cbcc7)]:
359
+ - @swapkit/toolboxes@4.11.0
360
+ - @swapkit/helpers@4.11.0
361
+ - @swapkit/wallet-core@4.1.19
362
+
363
+ ## 4.3.3
364
+
365
+ ### Patch Changes
366
+
367
+ - Updated dependencies [[`c2de41f`](https://github.com/swapkit/sdk/commit/c2de41f9773f0814a11d3ec0d191598b253d67da)]:
368
+ - @swapkit/toolboxes@4.10.3
369
+ - @swapkit/helpers@4.10.7
370
+ - @swapkit/wallet-core@4.1.18
371
+
372
+ ## 4.3.2
373
+
374
+ ### Patch Changes
375
+
376
+ - Updated dependencies []:
377
+ - @swapkit/helpers@4.10.6
378
+ - @swapkit/toolboxes@4.10.2
379
+ - @swapkit/wallet-core@4.1.17
380
+
381
+ ## 4.3.1
382
+
383
+ ### Patch Changes
384
+
385
+ - Updated dependencies [[`6346a4a`](https://github.com/swapkit/sdk/commit/6346a4a3c5cdde95f282b841d80d79c8eece47a8)]:
386
+ - @swapkit/helpers@4.10.5
387
+ - @swapkit/toolboxes@4.10.1
388
+ - @swapkit/wallet-core@4.1.16
389
+
390
+ ## 4.3.0
391
+
392
+ ### Minor Changes
393
+
394
+ - [#120](https://github.com/swapkit/sdk/pull/120) [`0fd10ee`](https://github.com/swapkit/sdk/commit/0fd10eedd1c39324d4559c3e44f94ab1d55e644a) Thanks [@towanTG](https://github.com/towanTG)! - feat(utxo): replace bitcoinjs-lib with scure-btc-signer for all UTXO chains
395
+
396
+ Introduces @swapkit/utxo-signer as a standalone signing package built on @noble/hashes and @scure/btc-signer. Refactors UTXO toolbox with HD wallet derivation, RBF (replace-by-fee) support, Zcash PCZT transaction builder, improved fee estimation, and batch UTXO fetching for Dogecoin. Hardware wallets (Ledger, Trezor, KeepKey) and keystore wallet updated to use the new signer.
397
+
398
+ ### Patch Changes
399
+
400
+ - Updated dependencies [[`0fd10ee`](https://github.com/swapkit/sdk/commit/0fd10eedd1c39324d4559c3e44f94ab1d55e644a)]:
401
+ - @swapkit/toolboxes@4.10.0
402
+ - @swapkit/helpers@4.10.4
403
+ - @swapkit/wallet-core@4.1.15
404
+
405
+ ## 4.2.18
406
+
407
+ ### Patch Changes
408
+
409
+ - Updated dependencies [[`365fd35`](https://github.com/swapkit/sdk/commit/365fd35f35e9ad171509ead07c234244187e0a1c)]:
410
+ - @swapkit/toolboxes@4.9.7
411
+ - @swapkit/helpers@4.10.3
412
+
413
+ ## 4.2.17
414
+
415
+ ### Patch Changes
416
+
417
+ - Updated dependencies [[`cb3f8b4`](https://github.com/swapkit/sdk/commit/cb3f8b426eda4e65513b0d1fbfc263dff961a30d)]:
418
+ - @swapkit/helpers@4.10.3
419
+ - @swapkit/toolboxes@4.9.6
420
+ - @swapkit/wallet-core@4.1.14
421
+
422
+ ## 4.2.16
423
+
424
+ ### Patch Changes
425
+
426
+ - Updated dependencies [[`36f0c95`](https://github.com/swapkit/sdk/commit/36f0c9535bec4d608a853d5a00f178b4f4cc09f4), [`3fbec61`](https://github.com/swapkit/sdk/commit/3fbec61cf9b4a5a6b8604c6c3b94d15a3e9de0d7)]:
427
+ - @swapkit/toolboxes@4.9.5
428
+ - @swapkit/helpers@4.10.2
429
+ - @swapkit/wallet-core@4.1.13
430
+
431
+ ## 4.2.15
432
+
433
+ ### Patch Changes
434
+
435
+ - Updated dependencies [[`d49a4f2`](https://github.com/swapkit/sdk/commit/d49a4f21cd8929212161321f3ed9956dceb8d7c1)]:
436
+ - @swapkit/helpers@4.10.1
437
+ - @swapkit/toolboxes@4.9.4
438
+ - @swapkit/wallet-core@4.1.12
439
+
440
+ ## 4.2.14
441
+
442
+ ### Patch Changes
443
+
444
+ - Updated dependencies [[`6b26d26`](https://github.com/swapkit/sdk/commit/6b26d26ab61fa4a05021bae1055fbefca14516f2), [`2a3f741`](https://github.com/swapkit/sdk/commit/2a3f74120c83724dc61360ac3bcae848683218c1), [`6b26d26`](https://github.com/swapkit/sdk/commit/6b26d26ab61fa4a05021bae1055fbefca14516f2), [`6b26d26`](https://github.com/swapkit/sdk/commit/6b26d26ab61fa4a05021bae1055fbefca14516f2), [`f041b69`](https://github.com/swapkit/sdk/commit/f041b69431a9c891780c931e591b8691a2a85daa)]:
445
+ - @swapkit/helpers@4.10.0
446
+ - @swapkit/toolboxes@4.9.3
447
+ - @swapkit/wallet-core@4.1.11
448
+
449
+ ## 4.2.13
450
+
451
+ ### Patch Changes
452
+
453
+ - Updated dependencies [[`61296c8`](https://github.com/swapkit/sdk/commit/61296c81f33981c96bfba590c98298ee5629a06f)]:
454
+ - @swapkit/helpers@4.9.5
455
+ - @swapkit/toolboxes@4.9.2
456
+ - @swapkit/wallet-core@4.1.10
457
+
458
+ ## 4.2.12
459
+
460
+ ### Patch Changes
461
+
462
+ - Updated dependencies [[`01cfad6`](https://github.com/swapkit/sdk/commit/01cfad601398e39fb852f97f4fa6dbf6309bb680), [`01cfad6`](https://github.com/swapkit/sdk/commit/01cfad601398e39fb852f97f4fa6dbf6309bb680), [`01cfad6`](https://github.com/swapkit/sdk/commit/01cfad601398e39fb852f97f4fa6dbf6309bb680), [`bdd6a23`](https://github.com/swapkit/sdk/commit/bdd6a237c41cb6a14465b04c9acbc3fbe2899be4)]:
463
+ - @swapkit/helpers@4.9.4
464
+ - @swapkit/toolboxes@4.9.1
465
+ - @swapkit/wallet-core@4.1.9
466
+
467
+ ## 4.2.11
468
+
469
+ ### Patch Changes
470
+
471
+ - Updated dependencies [[`8e2587a`](https://github.com/swapkit/sdk/commit/8e2587a0bfcd41a1023fadb821903a4961d0aeef), [`1640cd7`](https://github.com/swapkit/sdk/commit/1640cd7ba5ff3397d278ce6a08f84ee98cfd356f), [`123f2d6`](https://github.com/swapkit/sdk/commit/123f2d6454e8023d28d0d878f95c876ca5738d10)]:
472
+ - @swapkit/toolboxes@4.9.0
473
+ - @swapkit/helpers@4.9.3
474
+ - @swapkit/wallet-core@4.1.8
475
+
476
+ ## 4.2.10
477
+
478
+ ### Patch Changes
479
+
480
+ - Updated dependencies []:
481
+ - @swapkit/helpers@4.9.2
482
+ - @swapkit/toolboxes@4.8.1
483
+ - @swapkit/wallet-core@4.1.7
484
+
485
+ ## 4.2.9
486
+
487
+ ### Patch Changes
488
+
489
+ - Updated dependencies [[`8d9fd7d`](https://github.com/swapkit/sdk/commit/8d9fd7d56dbfe57638204060d029680452e08c39)]:
490
+ - @swapkit/toolboxes@4.8.0
491
+ - @swapkit/helpers@4.9.1
492
+ - @swapkit/wallet-core@4.1.6
493
+
494
+ ## 4.2.8
495
+
496
+ ### Patch Changes
497
+
498
+ - Updated dependencies [[`08d41d2`](https://github.com/swapkit/sdk/commit/08d41d2476c56a6f81f5ea83902e6c497278c995)]:
499
+ - @swapkit/helpers@4.9.0
500
+ - @swapkit/toolboxes@4.7.0
501
+ - @swapkit/wallet-core@4.1.5
502
+
503
+ ## 4.2.7
504
+
505
+ ### Patch Changes
506
+
507
+ - Updated dependencies [[`e8b5bd5`](https://github.com/swapkit/sdk/commit/e8b5bd5e2cb9709265a488b2a0201077342c89b4)]:
508
+ - @swapkit/toolboxes@4.6.7
509
+ - @swapkit/helpers@4.8.4
510
+
511
+ ## 4.2.6
512
+
513
+ ### Patch Changes
514
+
515
+ - Updated dependencies [[`f220ae3`](https://github.com/swapkit/sdk/commit/f220ae38a32408093cebddc10b68a40bd088a64e)]:
516
+ - @swapkit/toolboxes@4.6.6
517
+ - @swapkit/helpers@4.8.4
518
+
519
+ ## 4.2.5
520
+
521
+ ### Patch Changes
522
+
523
+ - Updated dependencies [[`71d84ca`](https://github.com/swapkit/sdk/commit/71d84ca4c243cbce6617cfdea7ea2f0feb696fd7)]:
524
+ - @swapkit/toolboxes@4.6.5
525
+ - @swapkit/helpers@4.8.4
526
+
527
+ ## 4.2.4
528
+
529
+ ### Patch Changes
530
+
531
+ - Updated dependencies [[`c11cd18`](https://github.com/swapkit/sdk/commit/c11cd18052ca4e2f8c8fe0d678378e8d880073cd), [`fd43ab5`](https://github.com/swapkit/sdk/commit/fd43ab57e16d4ebac6960afc507678d427edf278), [`5d34cc2`](https://github.com/swapkit/sdk/commit/5d34cc2feb111517058a355d5215c66658469df6)]:
532
+ - @swapkit/helpers@4.8.4
533
+ - @swapkit/toolboxes@4.6.4
534
+ - @swapkit/wallet-core@4.1.4
535
+
536
+ ## 4.2.3
537
+
538
+ ### Patch Changes
539
+
540
+ - Updated dependencies [[`34c9a02`](https://github.com/swapkit/sdk/commit/34c9a024716424e6b1ad0afe1d13097aca8aaca3), [`c79c65a`](https://github.com/swapkit/sdk/commit/c79c65ab5aabde6219e017501e7b1e3238ea316c), [`63c9069`](https://github.com/swapkit/sdk/commit/63c9069c76004e08beb42d289ed6d046c79e4e7f)]:
541
+ - @swapkit/toolboxes@4.6.3
542
+ - @swapkit/helpers@4.8.3
543
+ - @swapkit/wallet-core@4.1.3
544
+
545
+ ## 4.2.2
546
+
547
+ ### Patch Changes
548
+
549
+ - Updated dependencies [[`38b55e7`](https://github.com/swapkit/sdk/commit/38b55e7e1455149f932a575cac4837d2b0a144db)]:
550
+ - @swapkit/toolboxes@4.6.2
551
+ - @swapkit/helpers@4.8.2
552
+ - @swapkit/wallet-core@4.1.2
553
+
554
+ ## 4.2.1
555
+
556
+ ### Patch Changes
557
+
558
+ - [`50c49f8`](https://github.com/swapkit/sdk/commit/50c49f88c22c149fede95b109bab1b3ea0b300c4) Thanks [@ice-chillios](https://github.com/ice-chillios)! - Bump
559
+
560
+ - Updated dependencies [[`49f58fb`](https://github.com/swapkit/sdk/commit/49f58fb78fd08c82bccae0d49d6f9eb9e9e04b2a), [`50c49f8`](https://github.com/swapkit/sdk/commit/50c49f88c22c149fede95b109bab1b3ea0b300c4)]:
561
+ - @swapkit/toolboxes@4.6.1
562
+ - @swapkit/helpers@4.8.1
563
+ - @swapkit/wallet-core@4.1.1
564
+
565
+ ## 4.2.0
566
+
567
+ ### Minor Changes
568
+
569
+ - [`a4402e9`](https://github.com/swapkit/sdk/commit/a4402e91de5d634da24aa0c752f5e473132a4c71) Thanks [@github-actions[bot]](https://github.com/github-actions%5Bbot%5D)! - Removes async toolboxes and adapts code for it
570
+
571
+ ### Patch Changes
572
+
573
+ - Updated dependencies [[`a4402e9`](https://github.com/swapkit/sdk/commit/a4402e91de5d634da24aa0c752f5e473132a4c71), [`941d648`](https://github.com/swapkit/sdk/commit/941d648516ce8aca2c5e21827a27f75b34163cee)]:
574
+ - @swapkit/helpers@4.8.0
575
+ - @swapkit/toolboxes@4.6.0
576
+ - @swapkit/wallet-core@4.1.0
577
+
578
+ ## 4.1.14
579
+
580
+ ### Patch Changes
581
+
582
+ - [#24](https://github.com/swapkit/sdk/pull/24) [`81936df`](https://github.com/swapkit/sdk/commit/81936df75586c2686ffd4b7b228f47b7461fa8d9) Thanks [@towanTG](https://github.com/towanTG)! - Validates Tron address before fetching balance
583
+
584
+ - Updated dependencies [[`148cd88`](https://github.com/swapkit/sdk/commit/148cd88c64ad573514454334e392bd7c65bb62e2), [`81936df`](https://github.com/swapkit/sdk/commit/81936df75586c2686ffd4b7b228f47b7461fa8d9)]:
585
+ - @swapkit/toolboxes@4.5.3
586
+ - @swapkit/wallet-core@4.0.57
587
+
588
+ ## 4.1.13
589
+
590
+ ### Patch Changes
591
+
592
+ - [`799ccc8`](https://github.com/swapkit/sdk/commit/799ccc82896823a3233a48f97745b979622d5076) Thanks [@github-actions[bot]](https://github.com/github-actions%5Bbot%5D)! - Manual update to fix release
593
+
594
+ - Updated dependencies [[`799ccc8`](https://github.com/swapkit/sdk/commit/799ccc82896823a3233a48f97745b979622d5076)]:
595
+ - @swapkit/helpers@4.7.2
596
+ - @swapkit/toolboxes@4.5.2
597
+ - @swapkit/wallet-core@4.0.56
598
+
599
+ ## 4.1.12
600
+
601
+ ### Patch Changes
602
+
603
+ - [`4d60682`](https://github.com/swapkit/sdk/commit/4d606827eda5a8e1842cad9bcf1c88ff0d6f5517) Thanks [@towanTG](https://github.com/towanTG)! - Releases latest changes from public repo - enables monad for some wallets, fixes sui tokens tx building and fixes vultisig
604
+
605
+ - Updated dependencies [[`4d60682`](https://github.com/swapkit/sdk/commit/4d606827eda5a8e1842cad9bcf1c88ff0d6f5517), [`f6d9e39`](https://github.com/swapkit/sdk/commit/f6d9e390a3dc47d777c934d891626c2e8e97e45b)]:
606
+ - @swapkit/helpers@4.6.0
607
+ - @swapkit/toolboxes@4.5.0
608
+ - @swapkit/wallet-core@4.0.55
package/package.json CHANGED
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "author": "swapkit-dev",
3
- "dependencies": { "@swapkit/helpers": "4.14.0", "@swapkit/toolboxes": "4.17.4", "@swapkit/wallet-core": "4.3.5" },
3
+ "dependencies": { "@swapkit/helpers": "4.14.1", "@swapkit/toolboxes": "4.17.5", "@swapkit/wallet-core": "4.3.6" },
4
4
  "description": "SwapKit - Wallet Keystore",
5
5
  "exports": {
6
6
  ".": { "import": "./dist/index.js", "require": "./dist/index.cjs", "types": "./dist/types/index.d.ts" }
7
7
  },
8
- "files": ["dist/"],
8
+ "files": ["dist/", "CHANGELOG.md"],
9
9
  "homepage": "https://github.com/swapkit/SwapKit",
10
10
  "license": "SEE LICENSE IN LICENSE",
11
11
  "name": "@swapkit/wallet-keystore",
@@ -24,5 +24,5 @@
24
24
  "type-check:go": "tsgo"
25
25
  },
26
26
  "type": "module",
27
- "version": "4.4.4"
27
+ "version": "4.4.5"
28
28
  }