@swapkit/plugins 4.6.50 → 4.6.52
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +667 -0
- package/package.json +3 -3
package/CHANGELOG.md
ADDED
|
@@ -0,0 +1,667 @@
|
|
|
1
|
+
# @swapkit/plugins
|
|
2
|
+
|
|
3
|
+
## 4.6.52
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#278](https://github.com/swapkit/sdk/pull/278) [`02cec19`](https://github.com/swapkit/sdk/commit/02cec190fa5688a75be4ec00d9fdf33f871a7962) Thanks [@towanTG](https://github.com/towanTG)! - Add `localMode` to SKConfig for routing quote and swap requests to locally running API services. When enabled, quote requests go to `http://localhost:3000` and swap requests to `http://localhost:3001` by default (both configurable via `quoteUrl`/`swapUrl`), while all other endpoints keep using the configured `apiUrl`. (via @swapkit/helpers@4.15.0)
|
|
8
|
+
- [#277](https://github.com/swapkit/sdk/pull/277) [`731e9c1`](https://github.com/swapkit/sdk/commit/731e9c18dfa8bb9b289699a9baee8456d4e4ad30) Thanks [@GiMa-SwapKit](https://github.com/GiMa-SwapKit)! - Optimize Sui `createTransaction` by setting gas price, gas budget, and gas payment refs before building transactions, reducing internal Sui SDK RPC round trips for native and token transfers. (via @swapkit/toolboxes@4.17.6)
|
|
9
|
+
|
|
10
|
+
## 4.6.51
|
|
11
|
+
|
|
12
|
+
### Patch Changes
|
|
13
|
+
|
|
14
|
+
- [#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.
|
|
15
|
+
|
|
16
|
+
- Updated dependencies [[`d0a20af`](https://github.com/swapkit/sdk/commit/d0a20afe503343174c792a74f20102d9d06baa64)]:
|
|
17
|
+
- @swapkit/toolboxes@4.17.5
|
|
18
|
+
- @swapkit/helpers@4.14.1
|
|
19
|
+
- @swapkit/utxo-signer@2.2.2
|
|
20
|
+
|
|
21
|
+
## 4.6.50
|
|
22
|
+
|
|
23
|
+
### Patch Changes
|
|
24
|
+
|
|
25
|
+
- [#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)
|
|
26
|
+
|
|
27
|
+
## 4.6.49
|
|
28
|
+
|
|
29
|
+
### Patch Changes
|
|
30
|
+
|
|
31
|
+
- [#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)
|
|
32
|
+
- [#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)
|
|
33
|
+
|
|
34
|
+
## 4.6.48
|
|
35
|
+
|
|
36
|
+
### Patch Changes
|
|
37
|
+
|
|
38
|
+
- Updated dependencies [[`92a0d2f`](https://github.com/swapkit/sdk/commit/92a0d2fc96c1815c2c098d357a5ff633afb5d5d9)]:
|
|
39
|
+
- @swapkit/utxo-signer@2.2.1
|
|
40
|
+
- @swapkit/toolboxes@4.17.2
|
|
41
|
+
- @swapkit/helpers@4.14.0
|
|
42
|
+
|
|
43
|
+
## 4.6.47
|
|
44
|
+
|
|
45
|
+
### Patch Changes
|
|
46
|
+
|
|
47
|
+
- Updated dependencies [[`de87335`](https://github.com/swapkit/sdk/commit/de87335a63018b10180dbaecf7ed9e090073b788)]:
|
|
48
|
+
- @swapkit/toolboxes@4.17.1
|
|
49
|
+
- @swapkit/helpers@4.14.0
|
|
50
|
+
|
|
51
|
+
## 4.6.46
|
|
52
|
+
|
|
53
|
+
### Patch Changes
|
|
54
|
+
|
|
55
|
+
- Updated dependencies [[`9e84c7a`](https://github.com/swapkit/sdk/commit/9e84c7a0cce9ecd662c1b8cee49f1781271bc49f), [`2136f71`](https://github.com/swapkit/sdk/commit/2136f7181a9a097eee4f584a4f16b677d38f0dd3)]:
|
|
56
|
+
- @swapkit/helpers@4.14.0
|
|
57
|
+
- @swapkit/toolboxes@4.17.0
|
|
58
|
+
|
|
59
|
+
## 4.6.45
|
|
60
|
+
|
|
61
|
+
### Patch Changes
|
|
62
|
+
|
|
63
|
+
- Updated dependencies [[`3623906`](https://github.com/swapkit/sdk/commit/3623906834927abfe6265fa91c21568da6adb852)]:
|
|
64
|
+
- @swapkit/helpers@4.13.13
|
|
65
|
+
- @swapkit/toolboxes@4.16.2
|
|
66
|
+
|
|
67
|
+
## 4.6.44
|
|
68
|
+
|
|
69
|
+
### Patch Changes
|
|
70
|
+
|
|
71
|
+
- Updated dependencies [[`8d33750`](https://github.com/swapkit/sdk/commit/8d33750f2c3e7c1cb6353c2a4dcfffe7936207c1)]:
|
|
72
|
+
- @swapkit/helpers@4.13.12
|
|
73
|
+
- @swapkit/toolboxes@4.16.1
|
|
74
|
+
|
|
75
|
+
## 4.6.43
|
|
76
|
+
|
|
77
|
+
### Patch Changes
|
|
78
|
+
|
|
79
|
+
- [#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.
|
|
80
|
+
|
|
81
|
+
- Updated dependencies [[`6c76854`](https://github.com/swapkit/sdk/commit/6c768542d9488f112735be960b375ab8bb52fb76)]:
|
|
82
|
+
- @swapkit/utxo-signer@2.2.0
|
|
83
|
+
- @swapkit/toolboxes@4.16.0
|
|
84
|
+
- @swapkit/helpers@4.13.11
|
|
85
|
+
|
|
86
|
+
## 4.6.42
|
|
87
|
+
|
|
88
|
+
### Patch Changes
|
|
89
|
+
|
|
90
|
+
- Updated dependencies [[`53882f1`](https://github.com/swapkit/sdk/commit/53882f116feff4eabf7bb714dddf4261f6f640d9), [`53882f1`](https://github.com/swapkit/sdk/commit/53882f116feff4eabf7bb714dddf4261f6f640d9)]:
|
|
91
|
+
- @swapkit/helpers@4.13.11
|
|
92
|
+
- @swapkit/toolboxes@4.15.15
|
|
93
|
+
|
|
94
|
+
## 4.6.41
|
|
95
|
+
|
|
96
|
+
### Patch Changes
|
|
97
|
+
|
|
98
|
+
- Updated dependencies [[`fe496eb`](https://github.com/swapkit/sdk/commit/fe496ebc69e24fb8679e13f0a9ff4ee10ce54699), [`0fc9c45`](https://github.com/swapkit/sdk/commit/0fc9c459da1005a017757eb21c80a36634b3c021)]:
|
|
99
|
+
- @swapkit/helpers@4.13.10
|
|
100
|
+
- @swapkit/toolboxes@4.15.14
|
|
101
|
+
|
|
102
|
+
## 4.6.40
|
|
103
|
+
|
|
104
|
+
### Patch Changes
|
|
105
|
+
|
|
106
|
+
- [#238](https://github.com/swapkit/sdk/pull/238) [`dfdd850`](https://github.com/swapkit/sdk/commit/dfdd850f10d010f14187983f2082486333df4cd7) Thanks [@towanTG](https://github.com/towanTG)! - Route MAYAN and FLASHNET through the SwapKit plugin and add a Flashnet BTC transfer fallback for wallets without direct signing.
|
|
107
|
+
|
|
108
|
+
- Updated dependencies [[`dfdd850`](https://github.com/swapkit/sdk/commit/dfdd850f10d010f14187983f2082486333df4cd7)]:
|
|
109
|
+
- @swapkit/helpers@4.13.9
|
|
110
|
+
- @swapkit/toolboxes@4.15.13
|
|
111
|
+
|
|
112
|
+
## 4.6.39
|
|
113
|
+
|
|
114
|
+
### Patch Changes
|
|
115
|
+
|
|
116
|
+
- Updated dependencies [[`f4ba6d5`](https://github.com/swapkit/sdk/commit/f4ba6d564ea2c6352e021e00845f67b2190c3765)]:
|
|
117
|
+
- @swapkit/toolboxes@4.15.12
|
|
118
|
+
- @swapkit/helpers@4.13.8
|
|
119
|
+
|
|
120
|
+
## 4.6.38
|
|
121
|
+
|
|
122
|
+
### Patch Changes
|
|
123
|
+
|
|
124
|
+
- [#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
|
|
125
|
+
|
|
126
|
+
- Updated dependencies [[`8cac8c3`](https://github.com/swapkit/sdk/commit/8cac8c34153c3620f186d614cf412700b8a1f44b), [`2174a5d`](https://github.com/swapkit/sdk/commit/2174a5d9fe27ddc02ef9ad8eebdf372aa66bf8ee)]:
|
|
127
|
+
- @swapkit/utxo-signer@2.1.3
|
|
128
|
+
- @swapkit/toolboxes@4.15.11
|
|
129
|
+
- @swapkit/helpers@4.13.8
|
|
130
|
+
|
|
131
|
+
## 4.6.37
|
|
132
|
+
|
|
133
|
+
### Patch Changes
|
|
134
|
+
|
|
135
|
+
- Updated dependencies [[`1bb5e02`](https://github.com/swapkit/sdk/commit/1bb5e023c929fd4772bfe2d639e624fcb038dd2c)]:
|
|
136
|
+
- @swapkit/helpers@4.13.7
|
|
137
|
+
- @swapkit/toolboxes@4.15.10
|
|
138
|
+
|
|
139
|
+
## 4.6.36
|
|
140
|
+
|
|
141
|
+
### Patch Changes
|
|
142
|
+
|
|
143
|
+
- Updated dependencies [[`13273d5`](https://github.com/swapkit/sdk/commit/13273d52ec6db5aa779e6a940c904f9ecb6a0821)]:
|
|
144
|
+
- @swapkit/helpers@4.13.6
|
|
145
|
+
- @swapkit/utxo-signer@2.1.2
|
|
146
|
+
- @swapkit/toolboxes@4.15.9
|
|
147
|
+
|
|
148
|
+
## 4.6.35
|
|
149
|
+
|
|
150
|
+
### Patch Changes
|
|
151
|
+
|
|
152
|
+
- Updated dependencies [[`b2803ad`](https://github.com/swapkit/sdk/commit/b2803ad51c7160e981a0977c3af1ecc5956d9c66), [`377c3d7`](https://github.com/swapkit/sdk/commit/377c3d75b8b8097794fa6913ea9662627ec4a55a)]:
|
|
153
|
+
- @swapkit/toolboxes@4.15.8
|
|
154
|
+
- @swapkit/helpers@4.13.5
|
|
155
|
+
|
|
156
|
+
## 4.6.34
|
|
157
|
+
|
|
158
|
+
### Patch Changes
|
|
159
|
+
|
|
160
|
+
- [#217](https://github.com/swapkit/sdk/pull/217) [`e43bddd`](https://github.com/swapkit/sdk/commit/e43bddd85202d32ae5fa8b49e1915d928ed92738) Thanks [@towanTG](https://github.com/towanTG)! - Fix plugin typing so the default plugin loader and `loadPlugin()` include `garden` and `mayachain`.
|
|
161
|
+
|
|
162
|
+
- Updated dependencies [[`240410b`](https://github.com/swapkit/sdk/commit/240410b79327232c88e6d7101725855e9decdbab)]:
|
|
163
|
+
- @swapkit/toolboxes@4.15.7
|
|
164
|
+
- @swapkit/helpers@4.13.4
|
|
165
|
+
|
|
166
|
+
## 4.6.33
|
|
167
|
+
|
|
168
|
+
### Patch Changes
|
|
169
|
+
|
|
170
|
+
- Updated dependencies [[`7714d82`](https://github.com/swapkit/sdk/commit/7714d82679f6713e33e71d91aeeabdf7eb135082)]:
|
|
171
|
+
- @swapkit/toolboxes@4.15.6
|
|
172
|
+
- @swapkit/helpers@4.13.4
|
|
173
|
+
|
|
174
|
+
## 4.6.32
|
|
175
|
+
|
|
176
|
+
### Patch Changes
|
|
177
|
+
|
|
178
|
+
- Updated dependencies [[`fbd9fdb`](https://github.com/swapkit/sdk/commit/fbd9fdb2f6aab81c1785c1d596bda6f670d3340e), [`195323d`](https://github.com/swapkit/sdk/commit/195323d775117b0909d8e9b34b6716456c3e1f7b)]:
|
|
179
|
+
- @swapkit/toolboxes@4.15.5
|
|
180
|
+
- @swapkit/helpers@4.13.4
|
|
181
|
+
|
|
182
|
+
## 4.6.31
|
|
183
|
+
|
|
184
|
+
### Patch Changes
|
|
185
|
+
|
|
186
|
+
- Updated dependencies [[`fc37241`](https://github.com/swapkit/sdk/commit/fc37241ed4a13d4da6da2d7c3ac7dd6691fa9707), [`5cb7567`](https://github.com/swapkit/sdk/commit/5cb75672bc705fb82f35770dc1b33d3b87ab2dcf)]:
|
|
187
|
+
- @swapkit/toolboxes@4.15.4
|
|
188
|
+
- @swapkit/helpers@4.13.4
|
|
189
|
+
|
|
190
|
+
## 4.6.30
|
|
191
|
+
|
|
192
|
+
### Patch Changes
|
|
193
|
+
|
|
194
|
+
- Updated dependencies [[`b57e263`](https://github.com/swapkit/sdk/commit/b57e263961827fa95b9fbe5f83f12897026fad13)]:
|
|
195
|
+
- @swapkit/helpers@4.13.3
|
|
196
|
+
- @swapkit/toolboxes@4.15.3
|
|
197
|
+
|
|
198
|
+
## 4.6.29
|
|
199
|
+
|
|
200
|
+
### Patch Changes
|
|
201
|
+
|
|
202
|
+
- Updated dependencies [[`a1b9497`](https://github.com/swapkit/sdk/commit/a1b94971173e9499f48f20836b480908ed05149a)]:
|
|
203
|
+
- @swapkit/helpers@4.13.2
|
|
204
|
+
- @swapkit/toolboxes@4.15.2
|
|
205
|
+
|
|
206
|
+
## 4.6.28
|
|
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
|
+
|
|
214
|
+
## 4.6.27
|
|
215
|
+
|
|
216
|
+
### Patch Changes
|
|
217
|
+
|
|
218
|
+
- Updated dependencies [[`7b163b6`](https://github.com/swapkit/sdk/commit/7b163b678d633a2258fccc28e07bb8ea2af1aea7)]:
|
|
219
|
+
- @swapkit/toolboxes@4.15.0
|
|
220
|
+
- @swapkit/helpers@4.13.0
|
|
221
|
+
|
|
222
|
+
## 4.6.26
|
|
223
|
+
|
|
224
|
+
### Patch Changes
|
|
225
|
+
|
|
226
|
+
- Updated dependencies [[`616a3cb`](https://github.com/swapkit/sdk/commit/616a3cbf37fd9bd40e4412928e36859de24129de)]:
|
|
227
|
+
- @swapkit/helpers@4.13.0
|
|
228
|
+
- @swapkit/toolboxes@4.14.5
|
|
229
|
+
|
|
230
|
+
## 4.6.25
|
|
231
|
+
|
|
232
|
+
### Patch Changes
|
|
233
|
+
|
|
234
|
+
- [#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
|
|
235
|
+
|
|
236
|
+
- Updated dependencies [[`ea63723`](https://github.com/swapkit/sdk/commit/ea63723b0b9b0d48f64612d22cc37e0ef43f2b07)]:
|
|
237
|
+
- @swapkit/utxo-signer@2.1.1
|
|
238
|
+
- @swapkit/toolboxes@4.14.4
|
|
239
|
+
- @swapkit/helpers@4.12.9
|
|
240
|
+
|
|
241
|
+
## 4.6.24
|
|
242
|
+
|
|
243
|
+
### Patch Changes
|
|
244
|
+
|
|
245
|
+
- Updated dependencies [[`acc279b`](https://github.com/swapkit/sdk/commit/acc279b4f7c7d6914df4cabf8115e487c1ce376e)]:
|
|
246
|
+
- @swapkit/helpers@4.12.8
|
|
247
|
+
- @swapkit/toolboxes@4.14.3
|
|
248
|
+
|
|
249
|
+
## 4.6.23
|
|
250
|
+
|
|
251
|
+
### Patch Changes
|
|
252
|
+
|
|
253
|
+
- Updated dependencies [[`8e6532b`](https://github.com/swapkit/sdk/commit/8e6532beec425e35f9d5454cd2ec976516cbd7d5)]:
|
|
254
|
+
- @swapkit/toolboxes@4.14.2
|
|
255
|
+
- @swapkit/helpers@4.12.7
|
|
256
|
+
|
|
257
|
+
## 4.6.22
|
|
258
|
+
|
|
259
|
+
### Patch Changes
|
|
260
|
+
|
|
261
|
+
- Updated dependencies [[`a05324b`](https://github.com/swapkit/sdk/commit/a05324b355e7ad36fce6d98c087f4ce1844e5b50)]:
|
|
262
|
+
- @swapkit/toolboxes@4.14.1
|
|
263
|
+
- @swapkit/helpers@4.12.6
|
|
264
|
+
|
|
265
|
+
## 4.6.21
|
|
266
|
+
|
|
267
|
+
### Patch Changes
|
|
268
|
+
|
|
269
|
+
- Updated dependencies [[`21447e8`](https://github.com/swapkit/sdk/commit/21447e8f43862c8a2775a5e89287e65aa2fad66d)]:
|
|
270
|
+
- @swapkit/helpers@4.12.6
|
|
271
|
+
- @swapkit/toolboxes@4.14.0
|
|
272
|
+
|
|
273
|
+
## 4.6.20
|
|
274
|
+
|
|
275
|
+
### Patch Changes
|
|
276
|
+
|
|
277
|
+
- Updated dependencies [[`8a71a23`](https://github.com/swapkit/sdk/commit/8a71a232510c57fad651e84b1b6877269209856d)]:
|
|
278
|
+
- @swapkit/helpers@4.12.5
|
|
279
|
+
- @swapkit/toolboxes@4.13.3
|
|
280
|
+
|
|
281
|
+
## 4.6.19
|
|
282
|
+
|
|
283
|
+
### Patch Changes
|
|
284
|
+
|
|
285
|
+
- Updated dependencies [[`23f7099`](https://github.com/swapkit/sdk/commit/23f7099450b674b106b611c2a7166a12895e5686)]:
|
|
286
|
+
- @swapkit/helpers@4.12.4
|
|
287
|
+
- @swapkit/toolboxes@4.13.2
|
|
288
|
+
|
|
289
|
+
## 4.6.18
|
|
290
|
+
|
|
291
|
+
### Patch Changes
|
|
292
|
+
|
|
293
|
+
- Updated dependencies [[`df5c67c`](https://github.com/swapkit/sdk/commit/df5c67cb9af27fe625959113bad47a74ad7cca58)]:
|
|
294
|
+
- @swapkit/helpers@4.12.3
|
|
295
|
+
- @swapkit/toolboxes@4.13.1
|
|
296
|
+
|
|
297
|
+
## 4.6.17
|
|
298
|
+
|
|
299
|
+
### Patch Changes
|
|
300
|
+
|
|
301
|
+
- Updated dependencies [[`551d65f`](https://github.com/swapkit/sdk/commit/551d65f8c761a7ff9a720ca54254f418a23d8dcd)]:
|
|
302
|
+
- @swapkit/toolboxes@4.13.0
|
|
303
|
+
- @swapkit/helpers@4.12.2
|
|
304
|
+
|
|
305
|
+
## 4.6.16
|
|
306
|
+
|
|
307
|
+
### Patch Changes
|
|
308
|
+
|
|
309
|
+
- Updated dependencies [[`674bce5`](https://github.com/swapkit/sdk/commit/674bce5d834ed6cf416282e60729fe9bd24fa698)]:
|
|
310
|
+
- @swapkit/helpers@4.12.1
|
|
311
|
+
- @swapkit/toolboxes@4.12.1
|
|
312
|
+
|
|
313
|
+
## 4.6.15
|
|
314
|
+
|
|
315
|
+
### Patch Changes
|
|
316
|
+
|
|
317
|
+
- Updated dependencies [[`e770e34`](https://github.com/swapkit/sdk/commit/e770e34f008e9c96738ed9d445dc5680927ad719)]:
|
|
318
|
+
- @swapkit/toolboxes@4.12.0
|
|
319
|
+
- @swapkit/helpers@4.12.0
|
|
320
|
+
|
|
321
|
+
## 4.6.14
|
|
322
|
+
|
|
323
|
+
### Patch Changes
|
|
324
|
+
|
|
325
|
+
- Updated dependencies [[`686341c`](https://github.com/swapkit/sdk/commit/686341cc66cc09b6389d19f57787203c72566ff8)]:
|
|
326
|
+
- @swapkit/toolboxes@4.11.2
|
|
327
|
+
- @swapkit/helpers@4.11.0
|
|
328
|
+
|
|
329
|
+
## 4.6.13
|
|
330
|
+
|
|
331
|
+
### Patch Changes
|
|
332
|
+
|
|
333
|
+
- Updated dependencies [[`f661bbe`](https://github.com/swapkit/sdk/commit/f661bbe11f4b4562ecebbfd1f6a024f5ecbb35ad)]:
|
|
334
|
+
- @swapkit/toolboxes@4.11.1
|
|
335
|
+
- @swapkit/helpers@4.11.0
|
|
336
|
+
|
|
337
|
+
## 4.6.12
|
|
338
|
+
|
|
339
|
+
### Patch Changes
|
|
340
|
+
|
|
341
|
+
- 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)]:
|
|
342
|
+
- @swapkit/toolboxes@4.11.0
|
|
343
|
+
- @swapkit/helpers@4.11.0
|
|
344
|
+
|
|
345
|
+
## 4.6.11
|
|
346
|
+
|
|
347
|
+
### Patch Changes
|
|
348
|
+
|
|
349
|
+
- Updated dependencies [[`c2de41f`](https://github.com/swapkit/sdk/commit/c2de41f9773f0814a11d3ec0d191598b253d67da)]:
|
|
350
|
+
- @swapkit/toolboxes@4.10.3
|
|
351
|
+
- @swapkit/helpers@4.10.7
|
|
352
|
+
|
|
353
|
+
## 4.6.10
|
|
354
|
+
|
|
355
|
+
### Patch Changes
|
|
356
|
+
|
|
357
|
+
- Updated dependencies []:
|
|
358
|
+
- @swapkit/helpers@4.10.6
|
|
359
|
+
- @swapkit/toolboxes@4.10.2
|
|
360
|
+
|
|
361
|
+
## 4.6.9
|
|
362
|
+
|
|
363
|
+
### Patch Changes
|
|
364
|
+
|
|
365
|
+
- Updated dependencies [[`6346a4a`](https://github.com/swapkit/sdk/commit/6346a4a3c5cdde95f282b841d80d79c8eece47a8)]:
|
|
366
|
+
- @swapkit/helpers@4.10.5
|
|
367
|
+
- @swapkit/toolboxes@4.10.1
|
|
368
|
+
|
|
369
|
+
## 4.6.8
|
|
370
|
+
|
|
371
|
+
### Patch Changes
|
|
372
|
+
|
|
373
|
+
- [#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
|
|
374
|
+
|
|
375
|
+
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.
|
|
376
|
+
|
|
377
|
+
- Updated dependencies [[`0fd10ee`](https://github.com/swapkit/sdk/commit/0fd10eedd1c39324d4559c3e44f94ab1d55e644a)]:
|
|
378
|
+
- @swapkit/utxo-signer@2.1.0
|
|
379
|
+
- @swapkit/toolboxes@4.10.0
|
|
380
|
+
- @swapkit/helpers@4.10.4
|
|
381
|
+
|
|
382
|
+
## 4.6.7
|
|
383
|
+
|
|
384
|
+
### Patch Changes
|
|
385
|
+
|
|
386
|
+
- Updated dependencies [[`365fd35`](https://github.com/swapkit/sdk/commit/365fd35f35e9ad171509ead07c234244187e0a1c)]:
|
|
387
|
+
- @swapkit/toolboxes@4.9.7
|
|
388
|
+
- @swapkit/helpers@4.10.3
|
|
389
|
+
|
|
390
|
+
## 4.6.6
|
|
391
|
+
|
|
392
|
+
### Patch Changes
|
|
393
|
+
|
|
394
|
+
- Updated dependencies [[`cb3f8b4`](https://github.com/swapkit/sdk/commit/cb3f8b426eda4e65513b0d1fbfc263dff961a30d)]:
|
|
395
|
+
- @swapkit/helpers@4.10.3
|
|
396
|
+
- @swapkit/toolboxes@4.9.6
|
|
397
|
+
|
|
398
|
+
## 4.6.5
|
|
399
|
+
|
|
400
|
+
### Patch Changes
|
|
401
|
+
|
|
402
|
+
- [#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
|
|
403
|
+
|
|
404
|
+
- Updated dependencies [[`36f0c95`](https://github.com/swapkit/sdk/commit/36f0c9535bec4d608a853d5a00f178b4f4cc09f4), [`3fbec61`](https://github.com/swapkit/sdk/commit/3fbec61cf9b4a5a6b8604c6c3b94d15a3e9de0d7)]:
|
|
405
|
+
- @swapkit/toolboxes@4.9.5
|
|
406
|
+
- @swapkit/helpers@4.10.2
|
|
407
|
+
|
|
408
|
+
## 4.6.4
|
|
409
|
+
|
|
410
|
+
### Patch Changes
|
|
411
|
+
|
|
412
|
+
- [#95](https://github.com/swapkit/sdk/pull/95) [`d49a4f2`](https://github.com/swapkit/sdk/commit/d49a4f21cd8929212161321f3ed9956dceb8d7c1) Thanks [@towanTG](https://github.com/towanTG)! - Widget controls: Developer Mode and comprehensive improvements
|
|
413
|
+
|
|
414
|
+
**Developer Mode (New):**
|
|
415
|
+
|
|
416
|
+
- Add "Developer Mode" toggle that sets `SKConfig.setEnv("isDev", true/false)` to switch between production and development API endpoints
|
|
417
|
+
- Add "Dev API URL" input to override the development API URL
|
|
418
|
+
- Move "Use API Key" authentication into Developer Mode section
|
|
419
|
+
- Snippet generator uses dev CDN (`cdn-dev.swapkit.dev`) when Developer Mode is enabled
|
|
420
|
+
|
|
421
|
+
**Widget API Cleanup:**
|
|
422
|
+
|
|
423
|
+
- Remove deprecated `apiQuoteUrl` and `apiSwapUrl` props (use `apiBaseUrl` for prod URL override)
|
|
424
|
+
- Snippet generator outputs `wallets="none"` when all wallets are deselected
|
|
425
|
+
|
|
426
|
+
**UI Improvements:**
|
|
427
|
+
|
|
428
|
+
- Softer hover states on CollapsibleSection (4% white instead of 8%)
|
|
429
|
+
- Grey button styling for wallet selection toggle
|
|
430
|
+
- Add className prop support to CollapsibleSection
|
|
431
|
+
|
|
432
|
+
**Helpers:**
|
|
433
|
+
|
|
434
|
+
- Standardize widget authentication naming (`setWidgetKey` instead of `setWidgetSecret`)
|
|
435
|
+
|
|
436
|
+
**Plugins:**
|
|
437
|
+
|
|
438
|
+
- Fix chainflip plugin return variable naming for consistency
|
|
439
|
+
|
|
440
|
+
**Tokens:**
|
|
441
|
+
|
|
442
|
+
- Fix incorrect token identifier: `BTC.LTC` → `LTC.LTC`
|
|
443
|
+
|
|
444
|
+
- Updated dependencies [[`d49a4f2`](https://github.com/swapkit/sdk/commit/d49a4f21cd8929212161321f3ed9956dceb8d7c1)]:
|
|
445
|
+
- @swapkit/helpers@4.10.1
|
|
446
|
+
- @swapkit/toolboxes@4.9.4
|
|
447
|
+
|
|
448
|
+
## 4.6.3
|
|
449
|
+
|
|
450
|
+
### Patch Changes
|
|
451
|
+
|
|
452
|
+
- 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)]:
|
|
453
|
+
- @swapkit/helpers@4.10.0
|
|
454
|
+
- @swapkit/toolboxes@4.9.3
|
|
455
|
+
|
|
456
|
+
## 4.6.2
|
|
457
|
+
|
|
458
|
+
### Patch Changes
|
|
459
|
+
|
|
460
|
+
- Updated dependencies [[`61296c8`](https://github.com/swapkit/sdk/commit/61296c81f33981c96bfba590c98298ee5629a06f)]:
|
|
461
|
+
- @swapkit/helpers@4.9.5
|
|
462
|
+
- @swapkit/toolboxes@4.9.2
|
|
463
|
+
|
|
464
|
+
## 4.6.1
|
|
465
|
+
|
|
466
|
+
### Patch Changes
|
|
467
|
+
|
|
468
|
+
- 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)]:
|
|
469
|
+
- @swapkit/helpers@4.9.4
|
|
470
|
+
- @swapkit/toolboxes@4.9.1
|
|
471
|
+
|
|
472
|
+
## 4.6.0
|
|
473
|
+
|
|
474
|
+
### Minor Changes
|
|
475
|
+
|
|
476
|
+
- [#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
|
|
477
|
+
|
|
478
|
+
- Add Type 4 transaction detection and handling in EVM toolbox
|
|
479
|
+
- Add `signAuthorization` helper for signing EIP-7702 authorizations
|
|
480
|
+
- Export `Authorization` type from ethers for external use
|
|
481
|
+
- Integrate EIP-7702 support in Chainflip plugin for smart account features
|
|
482
|
+
|
|
483
|
+
### Patch Changes
|
|
484
|
+
|
|
485
|
+
- 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)]:
|
|
486
|
+
- @swapkit/toolboxes@4.9.0
|
|
487
|
+
- @swapkit/helpers@4.9.3
|
|
488
|
+
|
|
489
|
+
## 4.5.2
|
|
490
|
+
|
|
491
|
+
### Patch Changes
|
|
492
|
+
|
|
493
|
+
- Updated dependencies []:
|
|
494
|
+
- @swapkit/helpers@4.9.2
|
|
495
|
+
- @swapkit/toolboxes@4.8.1
|
|
496
|
+
|
|
497
|
+
## 4.5.1
|
|
498
|
+
|
|
499
|
+
### Patch Changes
|
|
500
|
+
|
|
501
|
+
- [`8d9fd7d`](https://github.com/swapkit/sdk/commit/8d9fd7d56dbfe57638204060d029680452e08c39) Thanks [@towanTG](https://github.com/towanTG)! - feat(toolbox): add Starknet chain support
|
|
502
|
+
|
|
503
|
+
- Updated dependencies [[`8d9fd7d`](https://github.com/swapkit/sdk/commit/8d9fd7d56dbfe57638204060d029680452e08c39)]:
|
|
504
|
+
- @swapkit/toolboxes@4.8.0
|
|
505
|
+
- @swapkit/helpers@4.9.1
|
|
506
|
+
|
|
507
|
+
## 4.5.0
|
|
508
|
+
|
|
509
|
+
### Minor Changes
|
|
510
|
+
|
|
511
|
+
- [#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
|
|
512
|
+
|
|
513
|
+
### New Features
|
|
514
|
+
|
|
515
|
+
- **SwapKitPlugin**: New plugin for signing raw SwapKit API transactions directly
|
|
516
|
+
|
|
517
|
+
- Supports UTXO chains (BTC, BCH, LTC, DOGE, DASH, ZEC) via PSBT
|
|
518
|
+
- Supports all EVM chains via eth_sendTransaction
|
|
519
|
+
- Supports Cosmos chains, Solana, Near, Ripple, Tron, Sui, Cardano
|
|
520
|
+
- Includes transaction parsing validation with proper error handling
|
|
521
|
+
|
|
522
|
+
- **V3SwapFlowSupport**: Registry mapping chains to supported wallets for V3 flow
|
|
523
|
+
|
|
524
|
+
- Enables detection of wallet/chain capability for raw transaction signing
|
|
525
|
+
- Automatic fallback to named plugins when V3 not supported
|
|
526
|
+
|
|
527
|
+
- **signAndBroadcastTransaction**: New method on toolboxes for signing pre-built transactions
|
|
528
|
+
- Added to Cosmos, Cardano, Tron, Sui, Near, Ripple toolboxes
|
|
529
|
+
- Enables direct signing of API-provided transactions
|
|
530
|
+
|
|
531
|
+
### Improvements
|
|
532
|
+
|
|
533
|
+
- Added new error key `plugin_swapkit_invalid_transaction` for better error handling
|
|
534
|
+
- Improved test coverage across toolboxes (Near, Ripple, Solana, Substrate, Tron, UTXO)
|
|
535
|
+
- Enhanced UTXO coin selection and transaction size estimation
|
|
536
|
+
- Code cleanup in Cosmos toolbox (removed dead code)
|
|
537
|
+
|
|
538
|
+
### API Types
|
|
539
|
+
|
|
540
|
+
- Added `QuoteResponseRoute` schema for V3 quote responses
|
|
541
|
+
- Added transaction schemas for EVM, Cosmos, and Tron validation
|
|
542
|
+
|
|
543
|
+
### Patch Changes
|
|
544
|
+
|
|
545
|
+
- Updated dependencies [[`08d41d2`](https://github.com/swapkit/sdk/commit/08d41d2476c56a6f81f5ea83902e6c497278c995)]:
|
|
546
|
+
- @swapkit/helpers@4.9.0
|
|
547
|
+
- @swapkit/toolboxes@4.7.0
|
|
548
|
+
|
|
549
|
+
## 4.4.7
|
|
550
|
+
|
|
551
|
+
### Patch Changes
|
|
552
|
+
|
|
553
|
+
- Updated dependencies [[`e8b5bd5`](https://github.com/swapkit/sdk/commit/e8b5bd5e2cb9709265a488b2a0201077342c89b4)]:
|
|
554
|
+
- @swapkit/toolboxes@4.6.7
|
|
555
|
+
- @swapkit/helpers@4.8.4
|
|
556
|
+
|
|
557
|
+
## 4.4.6
|
|
558
|
+
|
|
559
|
+
### Patch Changes
|
|
560
|
+
|
|
561
|
+
- Updated dependencies [[`f220ae3`](https://github.com/swapkit/sdk/commit/f220ae38a32408093cebddc10b68a40bd088a64e)]:
|
|
562
|
+
- @swapkit/toolboxes@4.6.6
|
|
563
|
+
- @swapkit/helpers@4.8.4
|
|
564
|
+
|
|
565
|
+
## 4.4.5
|
|
566
|
+
|
|
567
|
+
### Patch Changes
|
|
568
|
+
|
|
569
|
+
- Updated dependencies [[`71d84ca`](https://github.com/swapkit/sdk/commit/71d84ca4c243cbce6617cfdea7ea2f0feb696fd7)]:
|
|
570
|
+
- @swapkit/toolboxes@4.6.5
|
|
571
|
+
- @swapkit/helpers@4.8.4
|
|
572
|
+
|
|
573
|
+
## 4.4.4
|
|
574
|
+
|
|
575
|
+
### Patch Changes
|
|
576
|
+
|
|
577
|
+
- 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)]:
|
|
578
|
+
- @swapkit/helpers@4.8.4
|
|
579
|
+
- @swapkit/toolboxes@4.6.4
|
|
580
|
+
|
|
581
|
+
## 4.4.3
|
|
582
|
+
|
|
583
|
+
### Patch Changes
|
|
584
|
+
|
|
585
|
+
- 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)]:
|
|
586
|
+
- @swapkit/toolboxes@4.6.3
|
|
587
|
+
- @swapkit/helpers@4.8.3
|
|
588
|
+
|
|
589
|
+
## 4.4.2
|
|
590
|
+
|
|
591
|
+
### Patch Changes
|
|
592
|
+
|
|
593
|
+
- [#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
|
|
594
|
+
|
|
595
|
+
- Updated dependencies [[`38b55e7`](https://github.com/swapkit/sdk/commit/38b55e7e1455149f932a575cac4837d2b0a144db)]:
|
|
596
|
+
- @swapkit/toolboxes@4.6.2
|
|
597
|
+
- @swapkit/helpers@4.8.2
|
|
598
|
+
|
|
599
|
+
## 4.4.1
|
|
600
|
+
|
|
601
|
+
### Patch Changes
|
|
602
|
+
|
|
603
|
+
- [`50c49f8`](https://github.com/swapkit/sdk/commit/50c49f88c22c149fede95b109bab1b3ea0b300c4) Thanks [@ice-chillios](https://github.com/ice-chillios)! - Bump
|
|
604
|
+
|
|
605
|
+
- Updated dependencies [[`49f58fb`](https://github.com/swapkit/sdk/commit/49f58fb78fd08c82bccae0d49d6f9eb9e9e04b2a), [`50c49f8`](https://github.com/swapkit/sdk/commit/50c49f88c22c149fede95b109bab1b3ea0b300c4)]:
|
|
606
|
+
- @swapkit/toolboxes@4.6.1
|
|
607
|
+
- @swapkit/helpers@4.8.1
|
|
608
|
+
|
|
609
|
+
## 4.4.0
|
|
610
|
+
|
|
611
|
+
### Minor Changes
|
|
612
|
+
|
|
613
|
+
- [`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
|
|
614
|
+
|
|
615
|
+
- [#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
|
|
616
|
+
|
|
617
|
+
### Patch Changes
|
|
618
|
+
|
|
619
|
+
- Updated dependencies [[`a4402e9`](https://github.com/swapkit/sdk/commit/a4402e91de5d634da24aa0c752f5e473132a4c71), [`941d648`](https://github.com/swapkit/sdk/commit/941d648516ce8aca2c5e21827a27f75b34163cee)]:
|
|
620
|
+
- @swapkit/helpers@4.8.0
|
|
621
|
+
- @swapkit/toolboxes@4.6.0
|
|
622
|
+
|
|
623
|
+
## 4.3.3
|
|
624
|
+
|
|
625
|
+
### Patch Changes
|
|
626
|
+
|
|
627
|
+
- [#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
|
|
628
|
+
|
|
629
|
+
- Updated dependencies [[`148cd88`](https://github.com/swapkit/sdk/commit/148cd88c64ad573514454334e392bd7c65bb62e2), [`81936df`](https://github.com/swapkit/sdk/commit/81936df75586c2686ffd4b7b228f47b7461fa8d9)]:
|
|
630
|
+
- @swapkit/toolboxes@4.5.3
|
|
631
|
+
|
|
632
|
+
## 4.3.2
|
|
633
|
+
|
|
634
|
+
### Patch Changes
|
|
635
|
+
|
|
636
|
+
- [`3608238`](https://github.com/swapkit/sdk/commit/3608238c4cc343c07c1c379343e5833fad58d68b) Thanks [@github-actions[bot]](https://github.com/github-actions%5Bbot%5D)! - Updates package.json src paths due to dist file restructuring
|
|
637
|
+
|
|
638
|
+
## 4.3.1
|
|
639
|
+
|
|
640
|
+
### Patch Changes
|
|
641
|
+
|
|
642
|
+
- [`799ccc8`](https://github.com/swapkit/sdk/commit/799ccc82896823a3233a48f97745b979622d5076) Thanks [@github-actions[bot]](https://github.com/github-actions%5Bbot%5D)! - Manual update to fix release
|
|
643
|
+
|
|
644
|
+
- Updated dependencies [[`799ccc8`](https://github.com/swapkit/sdk/commit/799ccc82896823a3233a48f97745b979622d5076)]:
|
|
645
|
+
- @swapkit/helpers@4.7.2
|
|
646
|
+
- @swapkit/toolboxes@4.5.2
|
|
647
|
+
|
|
648
|
+
## 4.3.0
|
|
649
|
+
|
|
650
|
+
### Minor Changes
|
|
651
|
+
|
|
652
|
+
- [#14](https://github.com/swapkit/sdk/pull/14) [`47f6375`](https://github.com/swapkit/sdk/commit/47f63757c4ab6f7ac06a494a347a1f2383b03f63) Thanks [@towanTG](https://github.com/towanTG)! - Adds Harbor Provider and plugin
|
|
653
|
+
|
|
654
|
+
### Patch Changes
|
|
655
|
+
|
|
656
|
+
- Updated dependencies [[`47f6375`](https://github.com/swapkit/sdk/commit/47f63757c4ab6f7ac06a494a347a1f2383b03f63)]:
|
|
657
|
+
- @swapkit/helpers@4.7.0
|
|
658
|
+
|
|
659
|
+
## 4.2.12
|
|
660
|
+
|
|
661
|
+
### Patch Changes
|
|
662
|
+
|
|
663
|
+
- [`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
|
|
664
|
+
|
|
665
|
+
- Updated dependencies [[`4d60682`](https://github.com/swapkit/sdk/commit/4d606827eda5a8e1842cad9bcf1c88ff0d6f5517), [`f6d9e39`](https://github.com/swapkit/sdk/commit/f6d9e390a3dc47d777c934d891626c2e8e97e45b)]:
|
|
666
|
+
- @swapkit/helpers@4.6.0
|
|
667
|
+
- @swapkit/toolboxes@4.5.0
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"author": "swapkit-dev",
|
|
3
|
-
"dependencies": { "@swapkit/helpers": "4.
|
|
3
|
+
"dependencies": { "@swapkit/helpers": "4.15.0", "@swapkit/toolboxes": "4.17.6", "@swapkit/utxo-signer": "2.2.2" },
|
|
4
4
|
"description": "SwapKit Plugin - Chainflip",
|
|
5
5
|
"devDependencies": {
|
|
6
6
|
"@near-js/utils": "2.5.1",
|
|
@@ -56,7 +56,7 @@
|
|
|
56
56
|
"types": "./dist/types/thorchain/index.d.ts"
|
|
57
57
|
}
|
|
58
58
|
},
|
|
59
|
-
"files": ["dist/"],
|
|
59
|
+
"files": ["dist/", "CHANGELOG.md"],
|
|
60
60
|
"homepage": "https://github.com/swapkit/SwapKit",
|
|
61
61
|
"license": "SEE LICENSE IN LICENSE",
|
|
62
62
|
"name": "@swapkit/plugins",
|
|
@@ -80,5 +80,5 @@
|
|
|
80
80
|
"type-check:go": "tsgo"
|
|
81
81
|
},
|
|
82
82
|
"type": "module",
|
|
83
|
-
"version": "4.6.
|
|
83
|
+
"version": "4.6.52"
|
|
84
84
|
}
|