@yaswap/evm 2.10.0 → 2.10.1

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 +244 -232
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -1,431 +1,443 @@
1
1
  # @yaswap/evm
2
2
 
3
+ ## 2.10.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Pump to version v2.10.1
8
+ - Updated dependencies
9
+ - @yaswap/client@2.10.1
10
+ - @yaswap/errors@2.10.1
11
+ - @yaswap/logger@2.10.1
12
+ - @yaswap/types@2.10.1
13
+ - @yaswap/utils@2.10.1
14
+
3
15
  ## 2.10.0
4
16
 
5
17
  ### Minor Changes
6
18
 
7
- - Use latest axios which support fetch adapter
19
+ - Use latest axios which support fetch adapter
8
20
 
9
21
  ### Patch Changes
10
22
 
11
- - Updated dependencies
12
- - @yaswap/client@2.10.0
13
- - @yaswap/errors@2.10.0
14
- - @yaswap/logger@2.10.0
15
- - @yaswap/types@2.10.0
16
- - @yaswap/utils@2.10.0
23
+ - Updated dependencies
24
+ - @yaswap/client@2.10.0
25
+ - @yaswap/errors@2.10.0
26
+ - @yaswap/logger@2.10.0
27
+ - @yaswap/types@2.10.0
28
+ - @yaswap/utils@2.10.0
17
29
 
18
30
  ## 2.9.4
19
31
 
20
32
  ### Patch Changes
21
33
 
22
- - Change bitcoin fee API endpoint
23
- - Updated dependencies
24
- - @yaswap/client@2.9.4
25
- - @yaswap/errors@2.9.4
26
- - @yaswap/logger@2.9.4
27
- - @yaswap/types@2.9.4
28
- - @yaswap/utils@2.9.4
34
+ - Change bitcoin fee API endpoint
35
+ - Updated dependencies
36
+ - @yaswap/client@2.9.4
37
+ - @yaswap/errors@2.9.4
38
+ - @yaswap/logger@2.9.4
39
+ - @yaswap/types@2.9.4
40
+ - @yaswap/utils@2.9.4
29
41
 
30
42
  ## 2.9.3
31
43
 
32
44
  ### Patch Changes
33
45
 
34
- - Change IPFS endpoint
35
- - Updated dependencies
36
- - @yaswap/client@2.9.3
37
- - @yaswap/errors@2.9.3
38
- - @yaswap/logger@2.9.3
39
- - @yaswap/types@2.9.3
40
- - @yaswap/utils@2.9.3
46
+ - Change IPFS endpoint
47
+ - Updated dependencies
48
+ - @yaswap/client@2.9.3
49
+ - @yaswap/errors@2.9.3
50
+ - @yaswap/logger@2.9.3
51
+ - @yaswap/types@2.9.3
52
+ - @yaswap/utils@2.9.3
41
53
 
42
54
  ## 2.9.2
43
55
 
44
56
  ### Patch Changes
45
57
 
46
- - Support HEAD request for @yaswap/client
47
- - Updated dependencies
48
- - @yaswap/client@2.9.2
49
- - @yaswap/errors@2.9.2
50
- - @yaswap/logger@2.9.2
51
- - @yaswap/types@2.9.2
52
- - @yaswap/utils@2.9.2
58
+ - Support HEAD request for @yaswap/client
59
+ - Updated dependencies
60
+ - @yaswap/client@2.9.2
61
+ - @yaswap/errors@2.9.2
62
+ - @yaswap/logger@2.9.2
63
+ - @yaswap/types@2.9.2
64
+ - @yaswap/utils@2.9.2
53
65
 
54
66
  ## 2.9.1
55
67
 
56
68
  ### Patch Changes
57
69
 
58
- - Reset metadata before fetching from ipfs gateway
59
- - Updated dependencies
60
- - @yaswap/client@2.9.1
61
- - @yaswap/errors@2.9.1
62
- - @yaswap/logger@2.9.1
63
- - @yaswap/types@2.9.1
64
- - @yaswap/utils@2.9.1
70
+ - Reset metadata before fetching from ipfs gateway
71
+ - Updated dependencies
72
+ - @yaswap/client@2.9.1
73
+ - @yaswap/errors@2.9.1
74
+ - @yaswap/logger@2.9.1
75
+ - @yaswap/types@2.9.1
76
+ - @yaswap/utils@2.9.1
65
77
 
66
78
  ## 2.9.0
67
79
 
68
80
  ### Minor Changes
69
81
 
70
- - Integrate with self-hosted IPFS node
82
+ - Integrate with self-hosted IPFS node
71
83
 
72
84
  ### Patch Changes
73
85
 
74
- - Updated dependencies
75
- - @yaswap/client@2.9.0
76
- - @yaswap/errors@2.9.0
77
- - @yaswap/logger@2.9.0
78
- - @yaswap/types@2.9.0
79
- - @yaswap/utils@2.9.0
86
+ - Updated dependencies
87
+ - @yaswap/client@2.9.0
88
+ - @yaswap/errors@2.9.0
89
+ - @yaswap/logger@2.9.0
90
+ - @yaswap/types@2.9.0
91
+ - @yaswap/utils@2.9.0
80
92
 
81
93
  ## 2.8.0
82
94
 
83
95
  ### Minor Changes
84
96
 
85
- - Add new return info to chain.getTokenBalance and nft.fetch
97
+ - Add new return info to chain.getTokenBalance and nft.fetch
86
98
 
87
99
  ### Patch Changes
88
100
 
89
- - Updated dependencies
90
- - @yaswap/client@2.8.0
91
- - @yaswap/errors@2.8.0
92
- - @yaswap/logger@2.8.0
93
- - @yaswap/types@2.8.0
94
- - @yaswap/utils@2.8.0
101
+ - Updated dependencies
102
+ - @yaswap/client@2.8.0
103
+ - @yaswap/errors@2.8.0
104
+ - @yaswap/logger@2.8.0
105
+ - @yaswap/types@2.8.0
106
+ - @yaswap/utils@2.8.0
95
107
 
96
108
  ## 2.7.7
97
109
 
98
110
  ### Patch Changes
99
111
 
100
- - Remove debug log
101
- - Updated dependencies
102
- - @yaswap/client@2.7.7
103
- - @yaswap/errors@2.7.7
104
- - @yaswap/logger@2.7.7
105
- - @yaswap/types@2.7.7
106
- - @yaswap/utils@2.7.7
112
+ - Remove debug log
113
+ - Updated dependencies
114
+ - @yaswap/client@2.7.7
115
+ - @yaswap/errors@2.7.7
116
+ - @yaswap/logger@2.7.7
117
+ - @yaswap/types@2.7.7
118
+ - @yaswap/utils@2.7.7
107
119
 
108
120
  ## 2.7.6
109
121
 
110
122
  ### Patch Changes
111
123
 
112
- - Fetch multiple YA-NFT info at one time
113
- - Updated dependencies
114
- - @yaswap/client@2.7.6
115
- - @yaswap/errors@2.7.6
116
- - @yaswap/logger@2.7.6
117
- - @yaswap/types@2.7.6
118
- - @yaswap/utils@2.7.6
124
+ - Fetch multiple YA-NFT info at one time
125
+ - Updated dependencies
126
+ - @yaswap/client@2.7.6
127
+ - @yaswap/errors@2.7.6
128
+ - @yaswap/logger@2.7.6
129
+ - @yaswap/types@2.7.6
130
+ - @yaswap/utils@2.7.6
119
131
 
120
132
  ## 2.7.5
121
133
 
122
134
  ### Patch Changes
123
135
 
124
- - Throw fee in InsufficientBalanceError for Yacoin
125
- - Updated dependencies
126
- - @yaswap/client@2.7.5
127
- - @yaswap/errors@2.7.5
128
- - @yaswap/logger@2.7.5
129
- - @yaswap/types@2.7.5
130
- - @yaswap/utils@2.7.5
136
+ - Throw fee in InsufficientBalanceError for Yacoin
137
+ - Updated dependencies
138
+ - @yaswap/client@2.7.5
139
+ - @yaswap/errors@2.7.5
140
+ - @yaswap/logger@2.7.5
141
+ - @yaswap/types@2.7.5
142
+ - @yaswap/utils@2.7.5
131
143
 
132
144
  ## 2.7.4
133
145
 
134
146
  ### Patch Changes
135
147
 
136
- - Correct formular to calculate yacoin transaction bytes
137
- - Updated dependencies
138
- - @yaswap/client@2.7.4
139
- - @yaswap/errors@2.7.4
140
- - @yaswap/logger@2.7.4
141
- - @yaswap/types@2.7.4
142
- - @yaswap/utils@2.7.4
148
+ - Correct formular to calculate yacoin transaction bytes
149
+ - Updated dependencies
150
+ - @yaswap/client@2.7.4
151
+ - @yaswap/errors@2.7.4
152
+ - @yaswap/logger@2.7.4
153
+ - @yaswap/types@2.7.4
154
+ - @yaswap/utils@2.7.4
143
155
 
144
156
  ## 2.7.3
145
157
 
146
158
  ### Patch Changes
147
159
 
148
- - Change ipfs endpoint and timeout for getting token metadata
149
- - Updated dependencies
150
- - @yaswap/client@2.7.3
151
- - @yaswap/errors@2.7.3
152
- - @yaswap/logger@2.7.3
153
- - @yaswap/types@2.7.3
154
- - @yaswap/utils@2.7.3
160
+ - Change ipfs endpoint and timeout for getting token metadata
161
+ - Updated dependencies
162
+ - @yaswap/client@2.7.3
163
+ - @yaswap/errors@2.7.3
164
+ - @yaswap/logger@2.7.3
165
+ - @yaswap/types@2.7.3
166
+ - @yaswap/utils@2.7.3
155
167
 
156
168
  ## 2.7.2
157
169
 
158
170
  ### Patch Changes
159
171
 
160
- - Init YacoinSingleWallet
161
- - Updated dependencies
162
- - @yaswap/client@2.7.2
163
- - @yaswap/errors@2.7.2
164
- - @yaswap/logger@2.7.2
165
- - @yaswap/types@2.7.2
166
- - @yaswap/utils@2.7.2
172
+ - Init YacoinSingleWallet
173
+ - Updated dependencies
174
+ - @yaswap/client@2.7.2
175
+ - @yaswap/errors@2.7.2
176
+ - @yaswap/logger@2.7.2
177
+ - @yaswap/types@2.7.2
178
+ - @yaswap/utils@2.7.2
167
179
 
168
180
  ## 2.7.1
169
181
 
170
182
  ### Patch Changes
171
183
 
172
- - Use bitcoinselect
173
- - Updated dependencies
174
- - @yaswap/client@2.7.1
175
- - @yaswap/errors@2.7.1
176
- - @yaswap/logger@2.7.1
177
- - @yaswap/types@2.7.1
178
- - @yaswap/utils@2.7.1
184
+ - Use bitcoinselect
185
+ - Updated dependencies
186
+ - @yaswap/client@2.7.1
187
+ - @yaswap/errors@2.7.1
188
+ - @yaswap/logger@2.7.1
189
+ - @yaswap/types@2.7.1
190
+ - @yaswap/utils@2.7.1
179
191
 
180
192
  ## 2.7.0
181
193
 
182
194
  ### Minor Changes
183
195
 
184
- - Finalize single wallet version
196
+ - Finalize single wallet version
185
197
 
186
198
  ### Patch Changes
187
199
 
188
- - Updated dependencies
189
- - @yaswap/client@2.7.0
190
- - @yaswap/errors@2.7.0
191
- - @yaswap/logger@2.7.0
192
- - @yaswap/types@2.7.0
193
- - @yaswap/utils@2.7.0
200
+ - Updated dependencies
201
+ - @yaswap/client@2.7.0
202
+ - @yaswap/errors@2.7.0
203
+ - @yaswap/logger@2.7.0
204
+ - @yaswap/types@2.7.0
205
+ - @yaswap/utils@2.7.0
194
206
 
195
207
  ## 2.6.6
196
208
 
197
209
  ### Patch Changes
198
210
 
199
- - Remove debug log
200
- - Updated dependencies
201
- - @yaswap/client@2.6.6
202
- - @yaswap/errors@2.6.6
203
- - @yaswap/logger@2.6.6
204
- - @yaswap/types@2.6.6
205
- - @yaswap/utils@2.6.6
211
+ - Remove debug log
212
+ - Updated dependencies
213
+ - @yaswap/client@2.6.6
214
+ - @yaswap/errors@2.6.6
215
+ - @yaswap/logger@2.6.6
216
+ - @yaswap/types@2.6.6
217
+ - @yaswap/utils@2.6.6
206
218
 
207
219
  ## 2.6.5
208
220
 
209
221
  ### Patch Changes
210
222
 
211
- - Use electrumClient to get transaction hex
212
- - Updated dependencies
213
- - @yaswap/client@2.6.5
214
- - @yaswap/errors@2.6.5
215
- - @yaswap/logger@2.6.5
216
- - @yaswap/types@2.6.5
217
- - @yaswap/utils@2.6.5
223
+ - Use electrumClient to get transaction hex
224
+ - Updated dependencies
225
+ - @yaswap/client@2.6.5
226
+ - @yaswap/errors@2.6.5
227
+ - @yaswap/logger@2.6.5
228
+ - @yaswap/types@2.6.5
229
+ - @yaswap/utils@2.6.5
218
230
 
219
231
  ## 2.6.4
220
232
 
221
233
  ### Patch Changes
222
234
 
223
- - Fix issue relating to integrate electrumClient
224
- - Updated dependencies
225
- - @yaswap/client@2.6.4
226
- - @yaswap/errors@2.6.4
227
- - @yaswap/logger@2.6.4
228
- - @yaswap/types@2.6.4
229
- - @yaswap/utils@2.6.4
235
+ - Fix issue relating to integrate electrumClient
236
+ - Updated dependencies
237
+ - @yaswap/client@2.6.4
238
+ - @yaswap/errors@2.6.4
239
+ - @yaswap/logger@2.6.4
240
+ - @yaswap/types@2.6.4
241
+ - @yaswap/utils@2.6.4
230
242
 
231
243
  ## 2.6.3
232
244
 
233
245
  ### Patch Changes
234
246
 
235
- - Replace blockCypher with electrumClient
236
- - Updated dependencies
237
- - @yaswap/client@2.6.3
238
- - @yaswap/errors@2.6.3
239
- - @yaswap/logger@2.6.3
240
- - @yaswap/types@2.6.3
241
- - @yaswap/utils@2.6.3
247
+ - Replace blockCypher with electrumClient
248
+ - Updated dependencies
249
+ - @yaswap/client@2.6.3
250
+ - @yaswap/errors@2.6.3
251
+ - @yaswap/logger@2.6.3
252
+ - @yaswap/types@2.6.3
253
+ - @yaswap/utils@2.6.3
242
254
 
243
255
  ## 2.6.2
244
256
 
245
257
  ### Patch Changes
246
258
 
247
- - Improve error handling
248
- - Updated dependencies
249
- - @yaswap/client@2.6.2
250
- - @yaswap/errors@2.6.2
251
- - @yaswap/logger@2.6.2
252
- - @yaswap/types@2.6.2
253
- - @yaswap/utils@2.6.2
259
+ - Improve error handling
260
+ - Updated dependencies
261
+ - @yaswap/client@2.6.2
262
+ - @yaswap/errors@2.6.2
263
+ - @yaswap/logger@2.6.2
264
+ - @yaswap/types@2.6.2
265
+ - @yaswap/utils@2.6.2
254
266
 
255
267
  ## 2.6.1
256
268
 
257
269
  ### Patch Changes
258
270
 
259
- - Fix issue which failed to get block info
260
- - Updated dependencies
261
- - @yaswap/client@2.6.1
262
- - @yaswap/errors@2.6.1
263
- - @yaswap/logger@2.6.1
264
- - @yaswap/types@2.6.1
265
- - @yaswap/utils@2.6.1
271
+ - Fix issue which failed to get block info
272
+ - Updated dependencies
273
+ - @yaswap/client@2.6.1
274
+ - @yaswap/errors@2.6.1
275
+ - @yaswap/logger@2.6.1
276
+ - @yaswap/types@2.6.1
277
+ - @yaswap/utils@2.6.1
266
278
 
267
279
  ## 2.6.0
268
280
 
269
281
  ### Minor Changes
270
282
 
271
- - Support dogecoin chain
283
+ - Support dogecoin chain
272
284
 
273
285
  ### Patch Changes
274
286
 
275
- - Updated dependencies
276
- - @yaswap/client@2.6.0
277
- - @yaswap/errors@2.6.0
278
- - @yaswap/logger@2.6.0
279
- - @yaswap/types@2.6.0
280
- - @yaswap/utils@2.6.0
287
+ - Updated dependencies
288
+ - @yaswap/client@2.6.0
289
+ - @yaswap/errors@2.6.0
290
+ - @yaswap/logger@2.6.0
291
+ - @yaswap/types@2.6.0
292
+ - @yaswap/utils@2.6.0
281
293
 
282
294
  ## 2.5.3
283
295
 
284
296
  ### Patch Changes
285
297
 
286
- - Support documents field in token metadata
287
- - Updated dependencies
288
- - @yaswap/client@2.5.3
289
- - @yaswap/errors@2.5.3
290
- - @yaswap/logger@2.5.3
291
- - @yaswap/types@2.5.3
292
- - @yaswap/utils@2.5.3
298
+ - Support documents field in token metadata
299
+ - Updated dependencies
300
+ - @yaswap/client@2.5.3
301
+ - @yaswap/errors@2.5.3
302
+ - @yaswap/logger@2.5.3
303
+ - @yaswap/types@2.5.3
304
+ - @yaswap/utils@2.5.3
293
305
 
294
306
  ## 2.5.2
295
307
 
296
308
  ### Patch Changes
297
309
 
298
- - Add missing logic to find claim and refund transaction for EVM chain
299
- - Updated dependencies
300
- - @yaswap/client@2.5.2
301
- - @yaswap/errors@2.5.2
302
- - @yaswap/logger@2.5.2
303
- - @yaswap/types@2.5.2
304
- - @yaswap/utils@2.5.2
310
+ - Add missing logic to find claim and refund transaction for EVM chain
311
+ - Updated dependencies
312
+ - @yaswap/client@2.5.2
313
+ - @yaswap/errors@2.5.2
314
+ - @yaswap/logger@2.5.2
315
+ - @yaswap/types@2.5.2
316
+ - @yaswap/utils@2.5.2
305
317
 
306
318
  ## 2.5.1
307
319
 
308
320
  ### Patch Changes
309
321
 
310
- - Fix issue which fails to initiate swap transaction for YAC
311
- - Updated dependencies
312
- - @yaswap/client@2.5.1
313
- - @yaswap/errors@2.5.1
314
- - @yaswap/logger@2.5.1
315
- - @yaswap/types@2.5.1
316
- - @yaswap/utils@2.5.1
322
+ - Fix issue which fails to initiate swap transaction for YAC
323
+ - Updated dependencies
324
+ - @yaswap/client@2.5.1
325
+ - @yaswap/errors@2.5.1
326
+ - @yaswap/logger@2.5.1
327
+ - @yaswap/types@2.5.1
328
+ - @yaswap/utils@2.5.1
317
329
 
318
330
  ## 2.5.0
319
331
 
320
332
  ### Minor Changes
321
333
 
322
- - Support litecoin chain
334
+ - Support litecoin chain
323
335
 
324
336
  ### Patch Changes
325
337
 
326
- - Updated dependencies
327
- - @yaswap/client@2.5.0
328
- - @yaswap/errors@2.5.0
329
- - @yaswap/logger@2.5.0
330
- - @yaswap/types@2.5.0
331
- - @yaswap/utils@2.5.0
338
+ - Updated dependencies
339
+ - @yaswap/client@2.5.0
340
+ - @yaswap/errors@2.5.0
341
+ - @yaswap/logger@2.5.0
342
+ - @yaswap/types@2.5.0
343
+ - @yaswap/utils@2.5.0
332
344
 
333
345
  ## 2.4.0
334
346
 
335
347
  ### Minor Changes
336
348
 
337
- - Add API to getBaseURL
349
+ - Add API to getBaseURL
338
350
 
339
351
  ### Patch Changes
340
352
 
341
- - Updated dependencies
342
- - @yaswap/client@2.4.0
343
- - @yaswap/errors@2.4.0
344
- - @yaswap/logger@2.4.0
345
- - @yaswap/types@2.4.0
346
- - @yaswap/utils@2.4.0
353
+ - Updated dependencies
354
+ - @yaswap/client@2.4.0
355
+ - @yaswap/errors@2.4.0
356
+ - @yaswap/logger@2.4.0
357
+ - @yaswap/types@2.4.0
358
+ - @yaswap/utils@2.4.0
347
359
 
348
360
  ## 2.3.3
349
361
 
350
362
  ### Patch Changes
351
363
 
352
- - Change timelock values to production
353
- - Updated dependencies
354
- - @yaswap/client@2.3.3
355
- - @yaswap/errors@2.3.3
356
- - @yaswap/logger@2.3.3
357
- - @yaswap/types@2.3.3
358
- - @yaswap/utils@2.3.3
364
+ - Change timelock values to production
365
+ - Updated dependencies
366
+ - @yaswap/client@2.3.3
367
+ - @yaswap/errors@2.3.3
368
+ - @yaswap/logger@2.3.3
369
+ - @yaswap/types@2.3.3
370
+ - @yaswap/utils@2.3.3
359
371
 
360
372
  ## 2.3.2
361
373
 
362
374
  ### Patch Changes
363
375
 
364
- - Fix token issues
365
- - Updated dependencies
366
- - @yaswap/client@2.3.2
367
- - @yaswap/errors@2.3.2
368
- - @yaswap/logger@2.3.2
369
- - @yaswap/types@2.3.2
370
- - @yaswap/utils@2.3.2
376
+ - Fix token issues
377
+ - Updated dependencies
378
+ - @yaswap/client@2.3.2
379
+ - @yaswap/errors@2.3.2
380
+ - @yaswap/logger@2.3.2
381
+ - @yaswap/types@2.3.2
382
+ - @yaswap/utils@2.3.2
371
383
 
372
384
  ## 2.3.1
373
385
 
374
386
  ### Patch Changes
375
387
 
376
- - Change timelock fee duration and amount
377
- - Updated dependencies
378
- - @yaswap/client@2.3.1
379
- - @yaswap/errors@2.3.1
380
- - @yaswap/logger@2.3.1
381
- - @yaswap/types@2.3.1
382
- - @yaswap/utils@2.3.1
388
+ - Change timelock fee duration and amount
389
+ - Updated dependencies
390
+ - @yaswap/client@2.3.1
391
+ - @yaswap/errors@2.3.1
392
+ - @yaswap/logger@2.3.1
393
+ - @yaswap/types@2.3.1
394
+ - @yaswap/utils@2.3.1
383
395
 
384
396
  ## 2.3.0
385
397
 
386
398
  ### Minor Changes
387
399
 
388
- - Support create YA-Token/YA-NFT
400
+ - Support create YA-Token/YA-NFT
389
401
 
390
402
  ### Patch Changes
391
403
 
392
- - Updated dependencies
393
- - @yaswap/client@2.3.0
394
- - @yaswap/errors@2.3.0
395
- - @yaswap/logger@2.3.0
396
- - @yaswap/types@2.3.0
397
- - @yaswap/utils@2.3.0
404
+ - Updated dependencies
405
+ - @yaswap/client@2.3.0
406
+ - @yaswap/errors@2.3.0
407
+ - @yaswap/logger@2.3.0
408
+ - @yaswap/types@2.3.0
409
+ - @yaswap/utils@2.3.0
398
410
 
399
411
  ## 2.2.0
400
412
 
401
413
  ### Minor Changes
402
414
 
403
- - Integrate YA-token/YA-NFT
415
+ - Integrate YA-token/YA-NFT
404
416
 
405
417
  ### Patch Changes
406
418
 
407
- - Updated dependencies
408
- - @yaswap/client@2.2.0
409
- - @yaswap/errors@2.2.0
410
- - @yaswap/logger@2.2.0
411
- - @yaswap/types@2.2.0
412
- - @yaswap/utils@2.2.0
419
+ - Updated dependencies
420
+ - @yaswap/client@2.2.0
421
+ - @yaswap/errors@2.2.0
422
+ - @yaswap/logger@2.2.0
423
+ - @yaswap/types@2.2.0
424
+ - @yaswap/utils@2.2.0
413
425
 
414
426
  ## 2.1.0
415
427
 
416
428
  ### Minor Changes
417
429
 
418
- - Support batch request for Yacoin
430
+ - Support batch request for Yacoin
419
431
 
420
432
  ### Patch Changes
421
433
 
422
- - Updated dependencies
423
- - @yaswap/client@2.1.0
424
- - @yaswap/errors@2.1.0
425
- - @yaswap/logger@2.1.0
426
- - @yaswap/types@2.1.0
427
- - @yaswap/utils@2.1.0
434
+ - Updated dependencies
435
+ - @yaswap/client@2.1.0
436
+ - @yaswap/errors@2.1.0
437
+ - @yaswap/logger@2.1.0
438
+ - @yaswap/types@2.1.0
439
+ - @yaswap/utils@2.1.0
428
440
 
429
441
  ## 2.0.0
430
442
 
431
- - First version
443
+ - First version
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yaswap/evm",
3
- "version": "2.10.0",
3
+ "version": "2.10.1",
4
4
  "description": "",
5
5
  "author": "yaswap",
6
6
  "homepage": "",
@@ -27,11 +27,11 @@
27
27
  "@ethersproject/wallet": "5.7.0",
28
28
  "@liquality/fee-suggestions": "2.0.2",
29
29
  "@metamask/eth-sig-util": "4.0.1",
30
- "@yaswap/client": "2.10.0",
31
- "@yaswap/errors": "2.10.0",
32
- "@yaswap/logger": "2.10.0",
33
- "@yaswap/types": "2.10.0",
34
- "@yaswap/utils": "2.10.0",
30
+ "@yaswap/client": "2.10.1",
31
+ "@yaswap/errors": "2.10.1",
32
+ "@yaswap/logger": "2.10.1",
33
+ "@yaswap/types": "2.10.1",
34
+ "@yaswap/utils": "2.10.1",
35
35
  "ethers": "5.7.0"
36
36
  },
37
37
  "devDependencies": {