@swapkit/toolboxes 4.17.4 → 4.17.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 +782 -0
  2. package/package.json +3 -3
package/CHANGELOG.md ADDED
@@ -0,0 +1,782 @@
1
+ # @swapkit/toolboxes
2
+
3
+ ## 4.17.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/helpers@4.14.1
11
+ - @swapkit/utxo-signer@2.2.2
12
+
13
+ ## 4.17.4
14
+
15
+ ### Patch Changes
16
+
17
+ - [#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).
18
+
19
+ - Updated dependencies []:
20
+ - @swapkit/helpers@4.14.0
21
+
22
+ ## 4.17.3
23
+
24
+ ### Patch Changes
25
+
26
+ - [#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.
27
+
28
+ - [#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.
29
+
30
+ - Updated dependencies []:
31
+ - @swapkit/helpers@4.14.0
32
+
33
+ ## 4.17.2
34
+
35
+ ### Patch Changes
36
+
37
+ - [#267](https://github.com/swapkit/sdk/pull/267) [`92a0d2f`](https://github.com/swapkit/sdk/commit/92a0d2fc96c1815c2c098d357a5ff633afb5d5d9) Thanks [@towanTG](https://github.com/towanTG)! - Update the default Zcash consensus branch ID to NU6.2 (`0x5437f330`), which activated on mainnet at block height 3,364,600 (~2026-06-03) as an emergency hard fork. Transparent Zcash transactions are now signed against the active NU6.2 branch so they validate post-upgrade. Adds the `NU6_2` entry to `ZcashConsensusBranchId`; the PCZT path continues to read the branch ID embedded in the payload.
38
+
39
+ - Updated dependencies [[`92a0d2f`](https://github.com/swapkit/sdk/commit/92a0d2fc96c1815c2c098d357a5ff633afb5d5d9)]:
40
+ - @swapkit/utxo-signer@2.2.1
41
+ - @swapkit/helpers@4.14.0
42
+
43
+ ## 4.17.1
44
+
45
+ ### Patch Changes
46
+
47
+ - [#265](https://github.com/swapkit/sdk/pull/265) [`de87335`](https://github.com/swapkit/sdk/commit/de87335a63018b10180dbaecf7ed9e090073b788) Thanks [@towanTG](https://github.com/towanTG)! - Fix Cardano keystore derivation to pass raw mnemonic entropy into the CIP-3 Icarus root key instead of deriving from the 64-byte BIP39 seed.
48
+
49
+ - Updated dependencies []:
50
+ - @swapkit/helpers@4.14.0
51
+
52
+ ## 4.17.0
53
+
54
+ ### Minor Changes
55
+
56
+ - [#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.
57
+
58
+ ### Patch Changes
59
+
60
+ - [#261](https://github.com/swapkit/sdk/pull/261) [`2136f71`](https://github.com/swapkit/sdk/commit/2136f7181a9a097eee4f584a4f16b677d38f0dd3) Thanks [@towanTG](https://github.com/towanTG)! - Declare @ton/core as a toolbox peer dependency so TON wallet signing resolves the domainSign API required by @ton/ton.
61
+
62
+ - Updated dependencies [[`9e84c7a`](https://github.com/swapkit/sdk/commit/9e84c7a0cce9ecd662c1b8cee49f1781271bc49f)]:
63
+ - @swapkit/helpers@4.14.0
64
+
65
+ ## 4.16.2
66
+
67
+ ### Patch Changes
68
+
69
+ - Updated dependencies [[`3623906`](https://github.com/swapkit/sdk/commit/3623906834927abfe6265fa91c21568da6adb852)]:
70
+ - @swapkit/helpers@4.13.13
71
+
72
+ ## 4.16.1
73
+
74
+ ### Patch Changes
75
+
76
+ - [#257](https://github.com/swapkit/sdk/pull/257) [`8d33750`](https://github.com/swapkit/sdk/commit/8d33750f2c3e7c1cb6353c2a4dcfffe7936207c1) Thanks [@towanTG](https://github.com/towanTG)! - Fix Stellar Horizon handling, reduce EVM balance scam-filter false positives, and allow swap to accept route-with-transaction response types.
77
+
78
+ - Updated dependencies [[`8d33750`](https://github.com/swapkit/sdk/commit/8d33750f2c3e7c1cb6353c2a4dcfffe7936207c1)]:
79
+ - @swapkit/helpers@4.13.12
80
+
81
+ ## 4.16.0
82
+
83
+ ### Minor Changes
84
+
85
+ - [#255](https://github.com/swapkit/sdk/pull/255) [`6c76854`](https://github.com/swapkit/sdk/commit/6c768542d9488f112735be960b375ab8bb52fb76) Thanks [@towanTG](https://github.com/towanTG)! - Add transparent Zcash PSBT support by converting BitGo-style PSBT payloads into PCZT before signing.
86
+
87
+ ### Patch Changes
88
+
89
+ - Updated dependencies [[`6c76854`](https://github.com/swapkit/sdk/commit/6c768542d9488f112735be960b375ab8bb52fb76)]:
90
+ - @swapkit/utxo-signer@2.2.0
91
+ - @swapkit/helpers@4.13.11
92
+
93
+ ## 4.15.15
94
+
95
+ ### Patch Changes
96
+
97
+ - [#253](https://github.com/swapkit/sdk/pull/253) [`53882f1`](https://github.com/swapkit/sdk/commit/53882f116feff4eabf7bb714dddf4261f6f640d9) Thanks [@towanTG](https://github.com/towanTG)! - Expose NEAR `signAndBroadcastTransaction` in the toolbox type contract, rehydrate decoded route transaction public keys before signing, and prevent keystore signing failures from returning `undefined`.
98
+
99
+ - Updated dependencies [[`53882f1`](https://github.com/swapkit/sdk/commit/53882f116feff4eabf7bb714dddf4261f6f640d9)]:
100
+ - @swapkit/helpers@4.13.11
101
+
102
+ ## 4.15.14
103
+
104
+ ### Patch Changes
105
+
106
+ - [#244](https://github.com/swapkit/sdk/pull/244) [`0fc9c45`](https://github.com/swapkit/sdk/commit/0fc9c459da1005a017757eb21c80a36634b3c021) Thanks [@towanTG](https://github.com/towanTG)! - Exclude unsupported chains from typed wallet/toolbox resolution.
107
+
108
+ - Updated dependencies [[`fe496eb`](https://github.com/swapkit/sdk/commit/fe496ebc69e24fb8679e13f0a9ff4ee10ce54699)]:
109
+ - @swapkit/helpers@4.13.10
110
+
111
+ ## 4.15.13
112
+
113
+ ### Patch Changes
114
+
115
+ - Updated dependencies [[`dfdd850`](https://github.com/swapkit/sdk/commit/dfdd850f10d010f14187983f2082486333df4cd7)]:
116
+ - @swapkit/helpers@4.13.9
117
+
118
+ ## 4.15.12
119
+
120
+ ### Patch Changes
121
+
122
+ - [#236](https://github.com/swapkit/sdk/pull/236) [`f4ba6d5`](https://github.com/swapkit/sdk/commit/f4ba6d564ea2c6352e021e00845f67b2190c3765) Thanks [@towanTG](https://github.com/towanTG)! - Improve TRON fee estimation by preferring `/wallet/estimateenergy`, falling back to `triggerconstantcontract.energy_used`, accounting for inactive TRC-20 recipient activation energy, and including memo fees in native and TRC-20 estimates.
123
+
124
+ - Updated dependencies []:
125
+ - @swapkit/helpers@4.13.8
126
+
127
+ ## 4.15.11
128
+
129
+ ### Patch Changes
130
+
131
+ - [#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
132
+
133
+ - [#237](https://github.com/swapkit/sdk/pull/237) [`2174a5d`](https://github.com/swapkit/sdk/commit/2174a5d9fe27ddc02ef9ad8eebdf372aa66bf8ee) Thanks [@towanTG](https://github.com/towanTG)! - Route UTXO sign-and-broadcast flows through public signTransaction and support injected external signers.
134
+
135
+ - Updated dependencies [[`8cac8c3`](https://github.com/swapkit/sdk/commit/8cac8c34153c3620f186d614cf412700b8a1f44b)]:
136
+ - @swapkit/utxo-signer@2.1.3
137
+ - @swapkit/helpers@4.13.8
138
+
139
+ ## 4.15.10
140
+
141
+ ### Patch Changes
142
+
143
+ - Updated dependencies [[`1bb5e02`](https://github.com/swapkit/sdk/commit/1bb5e023c929fd4772bfe2d639e624fcb038dd2c)]:
144
+ - @swapkit/helpers@4.13.7
145
+
146
+ ## 4.15.9
147
+
148
+ ### Patch Changes
149
+
150
+ - Updated dependencies [[`13273d5`](https://github.com/swapkit/sdk/commit/13273d52ec6db5aa779e6a940c904f9ecb6a0821)]:
151
+ - @swapkit/helpers@4.13.6
152
+ - @swapkit/utxo-signer@2.1.2
153
+
154
+ ## 4.15.8
155
+
156
+ ### Patch Changes
157
+
158
+ - [#219](https://github.com/swapkit/sdk/pull/219) [`b2803ad`](https://github.com/swapkit/sdk/commit/b2803ad51c7160e981a0977c3af1ecc5956d9c66) Thanks [@mfaizan1](https://github.com/mfaizan1)! - fix(utxo): BCH swap signing via SwapKitPlugin
159
+
160
+ The BCH toolbox inherited `signAndBroadcastTransaction` from the generic UTXO
161
+ toolbox, which was constructed without the phrase (no signer) and — even with
162
+ one — signs without BCH's mandatory `SIGHASH_FORKID` flag. This caused
163
+ `toolbox_utxo_no_signer` on any BCH swap routed through direct signing.
164
+
165
+ Add a BCH-specific `signAndBroadcastTransaction` that uses the BCH signer
166
+ (SIGHASH_FORKID = 0x41) and the BCH broadcast endpoint.
167
+
168
+ - Updated dependencies [[`377c3d7`](https://github.com/swapkit/sdk/commit/377c3d75b8b8097794fa6913ea9662627ec4a55a)]:
169
+ - @swapkit/helpers@4.13.5
170
+
171
+ ## 4.15.7
172
+
173
+ ### Patch Changes
174
+
175
+ - [#215](https://github.com/swapkit/sdk/pull/215) [`240410b`](https://github.com/swapkit/sdk/commit/240410b79327232c88e6d7101725855e9decdbab) Thanks [@towanTG](https://github.com/towanTG)! - Use the THORChain and MAYA registry-aware signing client for direct Cosmos transaction signing and broadcasting.
176
+
177
+ - Updated dependencies []:
178
+ - @swapkit/helpers@4.13.4
179
+
180
+ ## 4.15.6
181
+
182
+ ### Patch Changes
183
+
184
+ - [`7714d82`](https://github.com/swapkit/sdk/commit/7714d82679f6713e33e71d91aeeabdf7eb135082) Thanks [@towanTG](https://github.com/towanTG)! - Retrigger the toolbox release flow so the NEAR static `near-seed-phrase` import change is included in the next published package.
185
+
186
+ - Updated dependencies []:
187
+ - @swapkit/helpers@4.13.4
188
+
189
+ ## 4.15.5
190
+
191
+ ### Patch Changes
192
+
193
+ - [`fbd9fdb`](https://github.com/swapkit/sdk/commit/fbd9fdb2f6aab81c1785c1d596bda6f670d3340e) Thanks [@towanTG](https://github.com/towanTG)! - Use a static `near-seed-phrase` import in the NEAR toolbox phrase signer helper.
194
+
195
+ - [`195323d`](https://github.com/swapkit/sdk/commit/195323d775117b0909d8e9b34b6716456c3e1f7b) Thanks [@towanTG](https://github.com/towanTG)! - Revert the toolboxes CommonJS minification workaround now that the NEAR keystore issue is handled in Vite CommonJS interop.
196
+
197
+ - Updated dependencies []:
198
+ - @swapkit/helpers@4.13.4
199
+
200
+ ## 4.15.4
201
+
202
+ ### Patch Changes
203
+
204
+ - [#207](https://github.com/swapkit/sdk/pull/207) [`fc37241`](https://github.com/swapkit/sdk/commit/fc37241ed4a13d4da6da2d7c3ac7dd6691fa9707) Thanks [@towanTG](https://github.com/towanTG)! - Fix the CommonJS NEAR toolbox build so phrase signers with derivation paths no longer fail at runtime.
205
+
206
+ - Updated dependencies [[`5cb7567`](https://github.com/swapkit/sdk/commit/5cb75672bc705fb82f35770dc1b33d3b87ab2dcf)]:
207
+ - @swapkit/helpers@4.13.4
208
+
209
+ ## 4.15.3
210
+
211
+ ### Patch Changes
212
+
213
+ - Updated dependencies [[`b57e263`](https://github.com/swapkit/sdk/commit/b57e263961827fa95b9fbe5f83f12897026fad13)]:
214
+ - @swapkit/helpers@4.13.3
215
+
216
+ ## 4.15.2
217
+
218
+ ### Patch Changes
219
+
220
+ - [#202](https://github.com/swapkit/sdk/pull/202) [`a1b9497`](https://github.com/swapkit/sdk/commit/a1b94971173e9499f48f20836b480908ed05149a) Thanks [@ice-chillios](https://github.com/ice-chillios)! - replace tc thornode and rpc default url + add thornode config
221
+
222
+ - Updated dependencies [[`a1b9497`](https://github.com/swapkit/sdk/commit/a1b94971173e9499f48f20836b480908ed05149a)]:
223
+ - @swapkit/helpers@4.13.2
224
+
225
+ ## 4.15.1
226
+
227
+ ### Patch Changes
228
+
229
+ - Updated dependencies [[`1f80e1d`](https://github.com/swapkit/sdk/commit/1f80e1d78b9d6397a027ece5f410ccb5341dd7ba)]:
230
+ - @swapkit/helpers@4.13.1
231
+
232
+ ## 4.15.0
233
+
234
+ ### Minor Changes
235
+
236
+ - [#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`.
237
+
238
+ ### Patch Changes
239
+
240
+ - Updated dependencies []:
241
+ - @swapkit/helpers@4.13.0
242
+
243
+ ## 4.14.5
244
+
245
+ ### Patch Changes
246
+
247
+ - Updated dependencies [[`616a3cb`](https://github.com/swapkit/sdk/commit/616a3cbf37fd9bd40e4412928e36859de24129de)]:
248
+ - @swapkit/helpers@4.13.0
249
+
250
+ ## 4.14.4
251
+
252
+ ### Patch Changes
253
+
254
+ - [#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
255
+
256
+ - Updated dependencies [[`ea63723`](https://github.com/swapkit/sdk/commit/ea63723b0b9b0d48f64612d22cc37e0ef43f2b07)]:
257
+ - @swapkit/utxo-signer@2.1.1
258
+ - @swapkit/helpers@4.12.9
259
+
260
+ ## 4.14.3
261
+
262
+ ### Patch Changes
263
+
264
+ - [#190](https://github.com/swapkit/sdk/pull/190) [`acc279b`](https://github.com/swapkit/sdk/commit/acc279b4f7c7d6914df4cabf8115e487c1ce376e) Thanks [@towanTG](https://github.com/towanTG)! - Add FLASHNET to ProviderName enum, improve invalid asset identifier error message, and fix Arbitrum gas estimation (apply buffer + fee multipliers to prevent `maxFeePerGas < baseFee` errors)
265
+
266
+ - Updated dependencies [[`acc279b`](https://github.com/swapkit/sdk/commit/acc279b4f7c7d6914df4cabf8115e487c1ce376e)]:
267
+ - @swapkit/helpers@4.12.8
268
+
269
+ ## 4.14.2
270
+
271
+ ### Patch Changes
272
+
273
+ - [#187](https://github.com/swapkit/sdk/pull/187) [`8e6532b`](https://github.com/swapkit/sdk/commit/8e6532beec425e35f9d5454cd2ec976516cbd7d5) Thanks [@towanTG](https://github.com/towanTG)! - fix(hypercore): use spotSend for all transfers including USDC
274
+
275
+ USDC transfers were using `usdSend` (perp-side) instead of `spotSend`, causing "Insufficient balance for withdrawal" errors when sending spot USDC. Now fetches token metadata from `spotMeta` API to build proper AssetValue identifiers with token IDs, ensuring all transfers route through `spotSend`. Also adds a static HyperCore token list with HYPE and USDC.
276
+
277
+ - Updated dependencies []:
278
+ - @swapkit/helpers@4.12.7
279
+
280
+ ## 4.14.1
281
+
282
+ ### Patch Changes
283
+
284
+ - [#185](https://github.com/swapkit/sdk/pull/185) [`a05324b`](https://github.com/swapkit/sdk/commit/a05324b355e7ad36fce6d98c087f4ce1844e5b50) Thanks [@towanTG](https://github.com/towanTG)! - fix(cardano): add witness size buffer to fee calculation to prevent FeeTooSmallUTxO errors
285
+
286
+ - Updated dependencies []:
287
+ - @swapkit/helpers@4.12.6
288
+
289
+ ## 4.14.0
290
+
291
+ ### Minor Changes
292
+
293
+ - [#176](https://github.com/swapkit/sdk/pull/176) [`21447e8`](https://github.com/swapkit/sdk/commit/21447e8f43862c8a2775a5e89287e65aa2fad66d) Thanks [@towanTG](https://github.com/towanTG)! - feat: add HyperCore (Hyperliquid L1) chain integration
294
+
295
+ - Add Chain.HyperCore enum and chain configuration
296
+ - Add gas asset recognition, common asset info, and asset type detection for HYPE on HyperCore
297
+ - Create HyperCore toolbox with balance fetching, spot transfers, and address validation
298
+ - Wire toolbox into main routing and package exports
299
+
300
+ ### Patch Changes
301
+
302
+ - Updated dependencies [[`21447e8`](https://github.com/swapkit/sdk/commit/21447e8f43862c8a2775a5e89287e65aa2fad66d)]:
303
+ - @swapkit/helpers@4.12.6
304
+
305
+ ## 4.13.3
306
+
307
+ ### Patch Changes
308
+
309
+ - Updated dependencies [[`8a71a23`](https://github.com/swapkit/sdk/commit/8a71a232510c57fad651e84b1b6877269209856d)]:
310
+ - @swapkit/helpers@4.12.5
311
+
312
+ ## 4.13.2
313
+
314
+ ### Patch Changes
315
+
316
+ - Updated dependencies [[`23f7099`](https://github.com/swapkit/sdk/commit/23f7099450b674b106b611c2a7166a12895e5686)]:
317
+ - @swapkit/helpers@4.12.4
318
+
319
+ ## 4.13.1
320
+
321
+ ### Patch Changes
322
+
323
+ - [#168](https://github.com/swapkit/sdk/pull/168) [`df5c67c`](https://github.com/swapkit/sdk/commit/df5c67cb9af27fe625959113bad47a74ad7cca58) Thanks [@towanTG](https://github.com/towanTG)! - fix: complete HyperEVM chain integration - gas asset recognition, common asset info, token address resolution, and chainId verification
324
+
325
+ - Updated dependencies [[`df5c67c`](https://github.com/swapkit/sdk/commit/df5c67cb9af27fe625959113bad47a74ad7cca58)]:
326
+ - @swapkit/helpers@4.12.3
327
+
328
+ ## 4.13.0
329
+
330
+ ### Minor Changes
331
+
332
+ - [#155](https://github.com/swapkit/sdk/pull/155) [`551d65f`](https://github.com/swapkit/sdk/commit/551d65f8c761a7ff9a720ca54254f418a23d8dcd) Thanks [@towanTG](https://github.com/towanTG)! - feat: add ADI Chain support (zkSync zkStack L2, chain ID 36900)
333
+
334
+ ### Patch Changes
335
+
336
+ - Updated dependencies []:
337
+ - @swapkit/helpers@4.12.2
338
+
339
+ ## 4.12.1
340
+
341
+ ### Patch Changes
342
+
343
+ - Updated dependencies [[`674bce5`](https://github.com/swapkit/sdk/commit/674bce5d834ed6cf416282e60729fe9bd24fa698)]:
344
+ - @swapkit/helpers@4.12.1
345
+
346
+ ## 4.12.0
347
+
348
+ ### Minor Changes
349
+
350
+ - [#136](https://github.com/swapkit/sdk/pull/136) [`e770e34`](https://github.com/swapkit/sdk/commit/e770e34f008e9c96738ed9d445dc5680927ad719) Thanks [@ice-chillios](https://github.com/ice-chillios)! - Add EIP-712 signTypedData handler
351
+
352
+ ### Patch Changes
353
+
354
+ - Updated dependencies [[`e770e34`](https://github.com/swapkit/sdk/commit/e770e34f008e9c96738ed9d445dc5680927ad719)]:
355
+ - @swapkit/helpers@4.12.0
356
+
357
+ ## 4.11.2
358
+
359
+ ### Patch Changes
360
+
361
+ - [#144](https://github.com/swapkit/sdk/pull/144) [`686341c`](https://github.com/swapkit/sdk/commit/686341cc66cc09b6389d19f57787203c72566ff8) Thanks [@towanTG](https://github.com/towanTG)! - Integrate Orbs TON Access as dynamic RPC endpoint for TON toolbox
362
+
363
+ - Updated dependencies []:
364
+ - @swapkit/helpers@4.11.0
365
+
366
+ ## 4.11.1
367
+
368
+ ### Patch Changes
369
+
370
+ - [#137](https://github.com/swapkit/sdk/pull/137) [`f661bbe`](https://github.com/swapkit/sdk/commit/f661bbe11f4b4562ecebbfd1f6a024f5ecbb35ad) Thanks [@olegpetroveth](https://github.com/olegpetroveth)! - Add `pureLovelaceOnly` option to Cardano `createTransaction` to filter out token-bearing UTXOs, ensuring only pure lovelace UTXOs are used as inputs.
371
+
372
+ - Updated dependencies []:
373
+ - @swapkit/helpers@4.11.0
374
+
375
+ ## 4.11.0
376
+
377
+ ### Minor Changes
378
+
379
+ - [`9804504`](https://github.com/swapkit/sdk/commit/9804504d0500d2a30dcc2677dba084a8a77cbcc7) Thanks [@towanTG](https://github.com/towanTG)! - refactor(tron): replace tronweb SDK with direct HTTP API and noble crypto for proto handling
380
+
381
+ ### Patch Changes
382
+
383
+ - [`9804504`](https://github.com/swapkit/sdk/commit/9804504d0500d2a30dcc2677dba084a8a77cbcc7) Thanks [@towanTG](https://github.com/towanTG)! - chore: automatic tokenlist update
384
+
385
+ - [#140](https://github.com/swapkit/sdk/pull/140) [`997361a`](https://github.com/swapkit/sdk/commit/997361a6dabb079731268785c76d92e8e022b2be) Thanks [@towanTG](https://github.com/towanTG)! - fix(ton): use SwapKit API for balance queries instead of direct RPC
386
+
387
+ - Updated dependencies [[`9804504`](https://github.com/swapkit/sdk/commit/9804504d0500d2a30dcc2677dba084a8a77cbcc7)]:
388
+ - @swapkit/helpers@4.11.0
389
+
390
+ ## 4.10.3
391
+
392
+ ### Patch Changes
393
+
394
+ - [`c2de41f`](https://github.com/swapkit/sdk/commit/c2de41f9773f0814a11d3ec0d191598b253d67da) Thanks [@towanTG](https://github.com/towanTG)! - Uses API to fetch solana balance
395
+
396
+ - Updated dependencies []:
397
+ - @swapkit/helpers@4.10.7
398
+
399
+ ## 4.10.2
400
+
401
+ ### Patch Changes
402
+
403
+ - Updated dependencies []:
404
+ - @swapkit/helpers@4.10.6
405
+
406
+ ## 4.10.1
407
+
408
+ ### Patch Changes
409
+
410
+ - [#127](https://github.com/swapkit/sdk/pull/127) [`6346a4a`](https://github.com/swapkit/sdk/commit/6346a4a3c5cdde95f282b841d80d79c8eece47a8) Thanks [@towanTG](https://github.com/towanTG)! - Fix Solana RPC requests failing with CORS errors due to non-standard headers. The @solana/web3.js Connection sends `Pragma` and `solana-client` headers that trigger CORS preflight failures on many RPC providers. Added a fetchMiddleware to strip these headers before requests are sent, and used optional chaining to handle cases where the init parameter may be undefined.
411
+
412
+ - Updated dependencies [[`6346a4a`](https://github.com/swapkit/sdk/commit/6346a4a3c5cdde95f282b841d80d79c8eece47a8)]:
413
+ - @swapkit/helpers@4.10.5
414
+
415
+ ## 4.10.0
416
+
417
+ ### Minor Changes
418
+
419
+ - [#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
420
+
421
+ 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.
422
+
423
+ ### Patch Changes
424
+
425
+ - Updated dependencies [[`0fd10ee`](https://github.com/swapkit/sdk/commit/0fd10eedd1c39324d4559c3e44f94ab1d55e644a)]:
426
+ - @swapkit/utxo-signer@2.1.0
427
+ - @swapkit/helpers@4.10.4
428
+
429
+ ## 4.9.7
430
+
431
+ ### Patch Changes
432
+
433
+ - [#115](https://github.com/swapkit/sdk/pull/115) [`365fd35`](https://github.com/swapkit/sdk/commit/365fd35f35e9ad171509ead07c234244187e0a1c) Thanks [@towanTG](https://github.com/towanTG)! - fix(cardano): sort UTXOs so lovelace-only are preferred, use token UTXOs as fallback with proper change
434
+
435
+ Previously, createTransaction used all UTXOs indiscriminately. Now lovelace-only UTXOs are sorted first so the coin selector prefers them, avoiding unnecessary token change outputs. When lovelace-only UTXOs are insufficient, token-bearing UTXOs are used and native tokens are returned as change to the sender.
436
+
437
+ - Updated dependencies []:
438
+ - @swapkit/helpers@4.10.3
439
+
440
+ ## 4.9.6
441
+
442
+ ### Patch Changes
443
+
444
+ - Updated dependencies [[`cb3f8b4`](https://github.com/swapkit/sdk/commit/cb3f8b426eda4e65513b0d1fbfc263dff961a30d)]:
445
+ - @swapkit/helpers@4.10.3
446
+
447
+ ## 4.9.5
448
+
449
+ ### Patch Changes
450
+
451
+ - [#89](https://github.com/swapkit/sdk/pull/89) [`36f0c95`](https://github.com/swapkit/sdk/commit/36f0c9535bec4d608a853d5a00f178b4f4cc09f4) Thanks [@mfaizan1](https://github.com/mfaizan1)! - add sui support for ledger
452
+
453
+ - [#101](https://github.com/swapkit/sdk/pull/101) [`3fbec61`](https://github.com/swapkit/sdk/commit/3fbec61cf9b4a5a6b8604c6c3b94d15a3e9de0d7) Thanks [@towanTG](https://github.com/towanTG)! - feat(ton): add TON transaction schema, plugin support, and refactor toolbox to message-based API with separate sign/broadcastTransaction
454
+
455
+ - Updated dependencies [[`3fbec61`](https://github.com/swapkit/sdk/commit/3fbec61cf9b4a5a6b8604c6c3b94d15a3e9de0d7)]:
456
+ - @swapkit/helpers@4.10.2
457
+
458
+ ## 4.9.4
459
+
460
+ ### Patch Changes
461
+
462
+ - Updated dependencies [[`d49a4f2`](https://github.com/swapkit/sdk/commit/d49a4f21cd8929212161321f3ed9956dceb8d7c1)]:
463
+ - @swapkit/helpers@4.10.1
464
+
465
+ ## 4.9.3
466
+
467
+ ### Patch Changes
468
+
469
+ - [`2a3f741`](https://github.com/swapkit/sdk/commit/2a3f74120c83724dc61360ac3bcae848683218c1) Thanks [@towanTG](https://github.com/towanTG)! - Cardano: Remove transaction cache and sign directly from CBOR string
470
+
471
+ - Removed in-memory transaction cache that didn't work across contexts (e.g., backend)
472
+ - Sign transactions directly from CBOR hex string without needing the Transaction object
473
+ - Dynamic import of `@stricahq/cbors` for CBOR parsing (lazy loaded on sign)
474
+ - Simplified signer type to `ChainSigner<string, string>`
475
+
476
+ - [#92](https://github.com/swapkit/sdk/pull/92) [`6b26d26`](https://github.com/swapkit/sdk/commit/6b26d26ab61fa4a05021bae1055fbefca14516f2) Thanks [@towanTG](https://github.com/towanTG)! - Rewrite Cardano toolbox to use @stricahq/typhonjs instead of @harmoniclabs/cardano-ledger-ts. This eliminates the UPLC/Plutus dependency entirely by switching to a pure JavaScript Cardano library with NO plutus-machine dependencies.
477
+
478
+ **Key Changes:**
479
+
480
+ - Replaced @harmoniclabs/cardano-ledger-ts with @stricahq/typhonjs (pure JavaScript, no UPLC)
481
+ - Uses typhonjs Transaction class with paymentTransaction() helper for simplified transaction building
482
+ - Automatic UTxO selection and fee calculation via prepareTransaction()
483
+ - Automatic change output handling
484
+ - Protocol parameters fetched from Blockfrost on-demand
485
+ - Kept @stricahq/bip32ed25519 for CIP-1852 key derivation
486
+ - Maintained identical public API signatures for all 8 toolbox methods
487
+ - CIP-20 metadata support for transaction memos
488
+
489
+ **Dependencies:**
490
+
491
+ - Removed: @harmoniclabs/cardano-ledger-ts@^0.3.2
492
+ - Added: @stricahq/typhonjs@~3.0.1
493
+ - Kept: @stricahq/bip32ed25519@1.1.2
494
+
495
+ **Bundle Size Impact:**
496
+
497
+ - Eliminated UPLC peer dependency entirely
498
+ - Pure JavaScript transaction building without Plutus dependencies
499
+ - Smaller bundle with automatic transaction preparation
500
+
501
+ **Cleanup:**
502
+
503
+ - Remove ESM/CJS workarounds no longer needed after migration (bech32 alias, serialize-error shim, require() workarounds)
504
+ - Clean up Vite configs to remove old Cardano library externals (@blaze-cardano, @emurgo, @cardano-sdk)
505
+
506
+ - Updated dependencies [[`6b26d26`](https://github.com/swapkit/sdk/commit/6b26d26ab61fa4a05021bae1055fbefca14516f2), [`6b26d26`](https://github.com/swapkit/sdk/commit/6b26d26ab61fa4a05021bae1055fbefca14516f2), [`f041b69`](https://github.com/swapkit/sdk/commit/f041b69431a9c891780c931e591b8691a2a85daa)]:
507
+ - @swapkit/helpers@4.10.0
508
+
509
+ ## 4.9.2
510
+
511
+ ### Patch Changes
512
+
513
+ - Updated dependencies [[`61296c8`](https://github.com/swapkit/sdk/commit/61296c81f33981c96bfba590c98298ee5629a06f)]:
514
+ - @swapkit/helpers@4.9.5
515
+
516
+ ## 4.9.1
517
+
518
+ ### Patch Changes
519
+
520
+ - [#9](https://github.com/swapkit/sdk/pull/9) [`01cfad6`](https://github.com/swapkit/sdk/commit/01cfad601398e39fb852f97f4fa6dbf6309bb680) Thanks [@towanTG](https://github.com/towanTG)! - Rewrite Cardano toolbox to use @stricahq/typhonjs instead of @harmoniclabs/cardano-ledger-ts. This eliminates the UPLC/Plutus dependency entirely by switching to a pure JavaScript Cardano library with NO plutus-machine dependencies.
521
+
522
+ **Key Changes:**
523
+
524
+ - Replaced @harmoniclabs/cardano-ledger-ts with @stricahq/typhonjs (pure JavaScript, no UPLC)
525
+ - Uses typhonjs Transaction class with paymentTransaction() helper for simplified transaction building
526
+ - Automatic UTxO selection and fee calculation via prepareTransaction()
527
+ - Automatic change output handling
528
+ - Protocol parameters fetched from Blockfrost on-demand
529
+ - Kept @stricahq/bip32ed25519 for CIP-1852 key derivation
530
+ - Maintained identical public API signatures for all 8 toolbox methods
531
+ - CIP-20 metadata support for transaction memos
532
+
533
+ **Dependencies:**
534
+
535
+ - Removed: @harmoniclabs/cardano-ledger-ts@^0.3.2
536
+ - Added: @stricahq/typhonjs@~3.0.1
537
+ - Kept: @stricahq/bip32ed25519@1.1.2
538
+
539
+ **Bundle Size Impact:**
540
+
541
+ - Eliminated UPLC peer dependency entirely
542
+ - Pure JavaScript transaction building without Plutus dependencies
543
+ - Smaller bundle with automatic transaction preparation
544
+
545
+ **Cleanup:**
546
+
547
+ - Remove ESM/CJS workarounds no longer needed after migration (bech32 alias, serialize-error shim, require() workarounds)
548
+ - Clean up Vite configs to remove old Cardano library externals (@blaze-cardano, @emurgo, @cardano-sdk)
549
+
550
+ - [#85](https://github.com/swapkit/sdk/pull/85) [`bdd6a23`](https://github.com/swapkit/sdk/commit/bdd6a237c41cb6a14465b04c9acbc3fbe2899be4) Thanks [@towanTG](https://github.com/towanTG)! - Fixes cardanao low level toolbox implementation
551
+
552
+ - Updated dependencies [[`01cfad6`](https://github.com/swapkit/sdk/commit/01cfad601398e39fb852f97f4fa6dbf6309bb680), [`01cfad6`](https://github.com/swapkit/sdk/commit/01cfad601398e39fb852f97f4fa6dbf6309bb680)]:
553
+ - @swapkit/helpers@4.9.4
554
+
555
+ ## 4.9.0
556
+
557
+ ### Minor Changes
558
+
559
+ - [#47](https://github.com/swapkit/sdk/pull/47) [`8e2587a`](https://github.com/swapkit/sdk/commit/8e2587a0bfcd41a1023fadb821903a4961d0aeef) Thanks [@ice-chillios](https://github.com/ice-chillios)! - feat: Add EIP-7702 (Set EOA account code) transaction support
560
+
561
+ - Add Type 4 transaction detection and handling in EVM toolbox
562
+ - Add `signAuthorization` helper for signing EIP-7702 authorizations
563
+ - Export `Authorization` type from ethers for external use
564
+ - Integrate EIP-7702 support in Chainflip plugin for smart account features
565
+
566
+ - [#54](https://github.com/swapkit/sdk/pull/54) [`123f2d6`](https://github.com/swapkit/sdk/commit/123f2d6454e8023d28d0d878f95c876ca5738d10) Thanks [@ice-chillios](https://github.com/ice-chillios)! - feat(ripple): add XRPL token support with trust line management
567
+
568
+ - Add token transfer support for XRPL issued currencies
569
+ - Add trust line management: `getTrustLines`, `hasTrustLine`, `setTrustLine`, `setTrustLineAndBroadcast`
570
+ - Add currency encoding utilities for hex/ASCII XRPL currency codes
571
+ - Add known tokens list with verified issuers (USDC, RLUSD, Bitstamp, GateHub, Sologenic)
572
+ - Add Xaman wallet support for token transfers and trust line operations
573
+ - Add new Ripple-specific error codes
574
+ - Mark Ripple as case-sensitive chain for asset identifiers
575
+
576
+ ### Patch Changes
577
+
578
+ - [#51](https://github.com/swapkit/sdk/pull/51) [`1640cd7`](https://github.com/swapkit/sdk/commit/1640cd7ba5ff3397d278ce6a08f84ee98cfd356f) Thanks [@ice-chillios](https://github.com/ice-chillios)! - chore: improve fee estimation for Cardano, NEAR, and TON
579
+
580
+ - Add dynamic fee estimation for TON using estimateExternalMessageFee
581
+ - Add dynamic fee estimation for Cardano using protocol parameters and tx size
582
+ - Add dynamic fee estimation for NEAR using EXPERIMENTAL_protocol_config
583
+ - Fix BigInt conversions for TON and Starknet
584
+ - Consolidate fee estimation error codes
585
+ - NEAR: Add `estimateGasLimit` (replaces `estimateGas` which is now deprecated)
586
+
587
+ - Updated dependencies [[`1640cd7`](https://github.com/swapkit/sdk/commit/1640cd7ba5ff3397d278ce6a08f84ee98cfd356f), [`123f2d6`](https://github.com/swapkit/sdk/commit/123f2d6454e8023d28d0d878f95c876ca5738d10)]:
588
+ - @swapkit/helpers@4.9.3
589
+
590
+ ## 4.8.1
591
+
592
+ ### Patch Changes
593
+
594
+ - Updated dependencies []:
595
+ - @swapkit/helpers@4.9.2
596
+
597
+ ## 4.8.0
598
+
599
+ ### Minor Changes
600
+
601
+ - [`8d9fd7d`](https://github.com/swapkit/sdk/commit/8d9fd7d56dbfe57638204060d029680452e08c39) Thanks [@towanTG](https://github.com/towanTG)! - feat(toolbox): add Starknet chain support
602
+
603
+ ### Patch Changes
604
+
605
+ - Updated dependencies [[`8d9fd7d`](https://github.com/swapkit/sdk/commit/8d9fd7d56dbfe57638204060d029680452e08c39)]:
606
+ - @swapkit/helpers@4.9.1
607
+
608
+ ## 4.7.0
609
+
610
+ ### Minor Changes
611
+
612
+ - [#13](https://github.com/swapkit/sdk/pull/13) [`08d41d2`](https://github.com/swapkit/sdk/commit/08d41d2476c56a6f81f5ea83902e6c497278c995) Thanks [@towanTG](https://github.com/towanTG)! - feat: Add V3 swap flow support with SwapKitPlugin
613
+
614
+ ### New Features
615
+
616
+ - **SwapKitPlugin**: New plugin for signing raw SwapKit API transactions directly
617
+
618
+ - Supports UTXO chains (BTC, BCH, LTC, DOGE, DASH, ZEC) via PSBT
619
+ - Supports all EVM chains via eth_sendTransaction
620
+ - Supports Cosmos chains, Solana, Near, Ripple, Tron, Sui, Cardano
621
+ - Includes transaction parsing validation with proper error handling
622
+
623
+ - **V3SwapFlowSupport**: Registry mapping chains to supported wallets for V3 flow
624
+
625
+ - Enables detection of wallet/chain capability for raw transaction signing
626
+ - Automatic fallback to named plugins when V3 not supported
627
+
628
+ - **signAndBroadcastTransaction**: New method on toolboxes for signing pre-built transactions
629
+ - Added to Cosmos, Cardano, Tron, Sui, Near, Ripple toolboxes
630
+ - Enables direct signing of API-provided transactions
631
+
632
+ ### Improvements
633
+
634
+ - Added new error key `plugin_swapkit_invalid_transaction` for better error handling
635
+ - Improved test coverage across toolboxes (Near, Ripple, Solana, Substrate, Tron, UTXO)
636
+ - Enhanced UTXO coin selection and transaction size estimation
637
+ - Code cleanup in Cosmos toolbox (removed dead code)
638
+
639
+ ### API Types
640
+
641
+ - Added `QuoteResponseRoute` schema for V3 quote responses
642
+ - Added transaction schemas for EVM, Cosmos, and Tron validation
643
+
644
+ ### Patch Changes
645
+
646
+ - Updated dependencies [[`08d41d2`](https://github.com/swapkit/sdk/commit/08d41d2476c56a6f81f5ea83902e6c497278c995)]:
647
+ - @swapkit/helpers@4.9.0
648
+
649
+ ## 4.6.7
650
+
651
+ ### Patch Changes
652
+
653
+ - [#48](https://github.com/swapkit/sdk/pull/48) [`e8b5bd5`](https://github.com/swapkit/sdk/commit/e8b5bd5e2cb9709265a488b2a0201077342c89b4) Thanks [@towanTG](https://github.com/towanTG)! - Fix UTXO fee calculation bugs that caused ~80% fee overpayment for SegWit transactions:
654
+
655
+ - **Fee rate rounding**: Remove `Math.ceil(feeRate)` which incorrectly rounded rates like 1.1 sat/byte to 2 sat/byte. Now only the final fee amount is ceiled to ensure proper satoshi rounding.
656
+
657
+ - **Output sizing**: Fix output size detection to use each output's address type instead of the input type. Previously, P2PKH outputs (34 bytes) were incorrectly sized as P2WPKH (31 bytes) when inputs were SegWit.
658
+
659
+ These fixes result in accurate fee calculations matching the actual transaction virtual size (vsize).
660
+
661
+ - Updated dependencies []:
662
+ - @swapkit/helpers@4.8.4
663
+
664
+ ## 4.6.6
665
+
666
+ ### Patch Changes
667
+
668
+ - [#45](https://github.com/swapkit/sdk/pull/45) [`f220ae3`](https://github.com/swapkit/sdk/commit/f220ae38a32408093cebddc10b68a40bd088a64e) Thanks [@towanTG](https://github.com/towanTG)! - Fix UTXO transaction size calculation for SegWit transactions:
669
+ - Add SegWit marker/flag overhead (0.5 vBytes rounded up) to transaction size
670
+ - Detect output script type from address for accurate size calculation
671
+ - Fixes "min relay fee not met" errors for LTC/BTC SegWit transactions with mixed output types
672
+ - Updated dependencies []:
673
+ - @swapkit/helpers@4.8.4
674
+
675
+ ## 4.6.5
676
+
677
+ ### Patch Changes
678
+
679
+ - [`71d84ca`](https://github.com/swapkit/sdk/commit/71d84ca4c243cbce6617cfdea7ea2f0feb696fd7) Thanks [@towanTG](https://github.com/towanTG)! - Fixes Tron Smart Contract Fee Limit determination
680
+
681
+ - Updated dependencies []:
682
+ - @swapkit/helpers@4.8.4
683
+
684
+ ## 4.6.4
685
+
686
+ ### Patch Changes
687
+
688
+ - [#40](https://github.com/swapkit/sdk/pull/40) [`fd43ab5`](https://github.com/swapkit/sdk/commit/fd43ab57e16d4ebac6960afc507678d427edf278) Thanks [@towanTG](https://github.com/towanTG)! - Fixes Tron transaction id computation after transaction mutation
689
+
690
+ - Updated dependencies [[`c11cd18`](https://github.com/swapkit/sdk/commit/c11cd18052ca4e2f8c8fe0d678378e8d880073cd), [`5d34cc2`](https://github.com/swapkit/sdk/commit/5d34cc2feb111517058a355d5215c66658469df6)]:
691
+ - @swapkit/helpers@4.8.4
692
+
693
+ ## 4.6.3
694
+
695
+ ### Patch Changes
696
+
697
+ - [#34](https://github.com/swapkit/sdk/pull/34) [`34c9a02`](https://github.com/swapkit/sdk/commit/34c9a024716424e6b1ad0afe1d13097aca8aaca3) Thanks [@towanTG](https://github.com/towanTG)! - Adds XRP tx extension param to createTransaction. Fixes getMaxSendableAmount for UTXO toolboxes. Cleans up code.
698
+
699
+ - [#36](https://github.com/swapkit/sdk/pull/36) [`c79c65a`](https://github.com/swapkit/sdk/commit/c79c65ab5aabde6219e017501e7b1e3238ea316c) Thanks [@towanTG](https://github.com/towanTG)! - Fixes Tron getBalance call to correctly return TRX + USDT (if in wallet)
700
+
701
+ - [#26](https://github.com/swapkit/sdk/pull/26) [`63c9069`](https://github.com/swapkit/sdk/commit/63c9069c76004e08beb42d289ed6d046c79e4e7f) Thanks [@towanTG](https://github.com/towanTG)! - Adds signer cache to reduce heave calculations of getSigner calls
702
+
703
+ - Updated dependencies [[`34c9a02`](https://github.com/swapkit/sdk/commit/34c9a024716424e6b1ad0afe1d13097aca8aaca3)]:
704
+ - @swapkit/helpers@4.8.3
705
+
706
+ ## 4.6.2
707
+
708
+ ### Patch Changes
709
+
710
+ - [#32](https://github.com/swapkit/sdk/pull/32) [`38b55e7`](https://github.com/swapkit/sdk/commit/38b55e7e1455149f932a575cac4837d2b0a144db) Thanks [@towanTG](https://github.com/towanTG)! - Improves code quality, removes decprecated providers and tokenlists and uses low lever ethers Provider for EVM toolboxes
711
+
712
+ - Updated dependencies [[`38b55e7`](https://github.com/swapkit/sdk/commit/38b55e7e1455149f932a575cac4837d2b0a144db)]:
713
+ - @swapkit/helpers@4.8.2
714
+
715
+ ## 4.6.1
716
+
717
+ ### Patch Changes
718
+
719
+ - [#30](https://github.com/swapkit/sdk/pull/30) [`49f58fb`](https://github.com/swapkit/sdk/commit/49f58fb78fd08c82bccae0d49d6f9eb9e9e04b2a) Thanks [@ice-chillios](https://github.com/ice-chillios)! - Fix tron getBalance and client cache
720
+
721
+ - [`50c49f8`](https://github.com/swapkit/sdk/commit/50c49f88c22c149fede95b109bab1b3ea0b300c4) Thanks [@ice-chillios](https://github.com/ice-chillios)! - Bump
722
+
723
+ - Updated dependencies [[`50c49f8`](https://github.com/swapkit/sdk/commit/50c49f88c22c149fede95b109bab1b3ea0b300c4)]:
724
+ - @swapkit/helpers@4.8.1
725
+
726
+ ## 4.6.0
727
+
728
+ ### Minor Changes
729
+
730
+ - [`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
731
+
732
+ - [#19](https://github.com/swapkit/sdk/pull/19) [`941d648`](https://github.com/swapkit/sdk/commit/941d648516ce8aca2c5e21827a27f75b34163cee) Thanks [@ice-chillios](https://github.com/ice-chillios)! - Add sync resolving for toolboxes and server sync methods
733
+
734
+ ### Patch Changes
735
+
736
+ - Updated dependencies [[`a4402e9`](https://github.com/swapkit/sdk/commit/a4402e91de5d634da24aa0c752f5e473132a4c71), [`941d648`](https://github.com/swapkit/sdk/commit/941d648516ce8aca2c5e21827a27f75b34163cee)]:
737
+ - @swapkit/helpers@4.8.0
738
+
739
+ ## 4.5.3
740
+
741
+ ### Patch Changes
742
+
743
+ - [#21](https://github.com/swapkit/sdk/pull/21) [`148cd88`](https://github.com/swapkit/sdk/commit/148cd88c64ad573514454334e392bd7c65bb62e2) Thanks [@0xepicode](https://github.com/0xepicode)! - Fix UTXO max sendable calculation
744
+
745
+ - [#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
746
+
747
+ ## 4.5.2
748
+
749
+ ### Patch Changes
750
+
751
+ - [`799ccc8`](https://github.com/swapkit/sdk/commit/799ccc82896823a3233a48f97745b979622d5076) Thanks [@github-actions[bot]](https://github.com/github-actions%5Bbot%5D)! - Manual update to fix release
752
+
753
+ - Updated dependencies [[`799ccc8`](https://github.com/swapkit/sdk/commit/799ccc82896823a3233a48f97745b979622d5076)]:
754
+ - @swapkit/helpers@4.7.2
755
+
756
+ ## 4.5.1
757
+
758
+ ### Patch Changes
759
+
760
+ - [#16](https://github.com/swapkit/sdk/pull/16) [`14d610a`](https://github.com/swapkit/sdk/commit/14d610affddd04b432826d0fe51cf8617d737f70) Thanks [@towanTG](https://github.com/towanTG)! - Fixes transaction creation for TRON and ADA and token balances on SUI
761
+
762
+ - Updated dependencies [[`14d610a`](https://github.com/swapkit/sdk/commit/14d610affddd04b432826d0fe51cf8617d737f70)]:
763
+ - @swapkit/helpers@4.7.1
764
+
765
+ ## 4.5.0
766
+
767
+ ### Minor Changes
768
+
769
+ - [#8](https://github.com/swapkit/sdk/pull/8) [`f6d9e39`](https://github.com/swapkit/sdk/commit/f6d9e390a3dc47d777c934d891626c2e8e97e45b) Thanks [@towanTG](https://github.com/towanTG)! - Adds SUI token transaction support
770
+
771
+ ### Patch Changes
772
+
773
+ - [`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
774
+
775
+ - Updated dependencies [[`4d60682`](https://github.com/swapkit/sdk/commit/4d606827eda5a8e1842cad9bcf1c88ff0d6f5517), [`f6d9e39`](https://github.com/swapkit/sdk/commit/f6d9e390a3dc47d777c934d891626c2e8e97e45b)]:
776
+ - @swapkit/helpers@4.6.0
777
+
778
+ ## 4.4.0
779
+
780
+ ### Minor Changes
781
+
782
+ - [#2](https://github.com/swapkit/sdk/pull/2) [`52014f5`](https://github.com/swapkit/sdk/commit/52014f5033b228e07214d0400827a9fd43611e4d) Thanks [@ice-chillios](https://github.com/ice-chillios)! - Add sync validateChainAddress function for server usage
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "dependencies": { "@swapkit/helpers": "4.14.0", "@swapkit/utxo-signer": "2.2.1" },
2
+ "dependencies": { "@swapkit/helpers": "4.14.1", "@swapkit/utxo-signer": "2.2.2" },
3
3
  "description": "SwapKit - Toolboxes",
4
4
  "devDependencies": {
5
5
  "@aptos-labs/ts-sdk": "1.34.0",
@@ -136,7 +136,7 @@
136
136
  "types": "./dist/types/utxo/index.d.ts"
137
137
  }
138
138
  },
139
- "files": ["dist/"],
139
+ "files": ["dist/", "CHANGELOG.md"],
140
140
  "homepage": "https://github.com/swapkit/SwapKit",
141
141
  "license": "SEE LICENSE IN LICENSE",
142
142
  "name": "@swapkit/toolboxes",
@@ -196,5 +196,5 @@
196
196
  "type-check:go": "tsgo"
197
197
  },
198
198
  "type": "module",
199
- "version": "4.17.4"
199
+ "version": "4.17.5"
200
200
  }