@yaswap/evm 2.10.0 → 2.10.2

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