@yaswap/evm 3.3.6 → 3.4.0

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/package.json +42 -42
  2. package/CHANGELOG.md +0 -671
package/package.json CHANGED
@@ -1,43 +1,43 @@
1
1
  {
2
- "name": "@yaswap/evm",
3
- "version": "3.3.6",
4
- "description": "",
5
- "author": "yaswap",
6
- "homepage": "",
7
- "license": "ISC",
8
- "main": "./dist/lib/index.js",
9
- "types": "./dist/lib/index.d.ts",
10
- "files": [
11
- "dist/**"
12
- ],
13
- "scripts": {
14
- "build": "cp -R ../../node_modules/@yaswap/evm-contracts/artifacts . && hardhat --config ./hardhat.config.ts typechain && tsc",
15
- "clean": "rm -rf node_modules .turbo dist ./lib/typechain cache artifacts"
16
- },
17
- "dependencies": {
18
- "@eth-optimism/sdk": "1.1.5",
19
- "@ethersproject/abi": "5.7.0",
20
- "@ethersproject/abstract-provider": "5.7.0",
21
- "@ethersproject/abstract-signer": "5.7.0",
22
- "@ethersproject/constants": "5.7.0",
23
- "@ethersproject/contracts": "5.7.0",
24
- "@ethersproject/providers": "5.7.0",
25
- "@ethersproject/solidity": "5.7.0",
26
- "@ethersproject/transactions": "5.7.0",
27
- "@ethersproject/wallet": "5.7.0",
28
- "@liquality/fee-suggestions": "2.0.2",
29
- "@metamask/eth-sig-util": "4.0.1",
30
- "@yaswap/client": "3.3.6",
31
- "@yaswap/errors": "3.3.6",
32
- "@yaswap/logger": "3.3.6",
33
- "@yaswap/types": "3.3.6",
34
- "@yaswap/utils": "3.3.6",
35
- "ethers": "5.7.0"
36
- },
37
- "devDependencies": {
38
- "@nomiclabs/hardhat-ethers": "^2.0.4",
39
- "@nomiclabs/hardhat-waffle": "^2.0.2",
40
- "@typechain/hardhat": "^4.0.0",
41
- "hardhat": "^2.8.3"
42
- }
43
- }
2
+ "name": "@yaswap/evm",
3
+ "version": "3.4.0",
4
+ "description": "",
5
+ "author": "yaswap",
6
+ "homepage": "",
7
+ "license": "ISC",
8
+ "main": "./dist/lib/index.js",
9
+ "types": "./dist/lib/index.d.ts",
10
+ "files": [
11
+ "dist/**"
12
+ ],
13
+ "scripts": {
14
+ "build": "cp -R ../../node_modules/@yaswap/evm-contracts/artifacts . && hardhat --config ./hardhat.config.ts typechain && tsc",
15
+ "clean": "rm -rf node_modules .turbo dist ./lib/typechain cache artifacts"
16
+ },
17
+ "dependencies": {
18
+ "@eth-optimism/sdk": "1.1.5",
19
+ "@ethersproject/abi": "5.7.0",
20
+ "@ethersproject/abstract-provider": "5.7.0",
21
+ "@ethersproject/abstract-signer": "5.7.0",
22
+ "@ethersproject/constants": "5.7.0",
23
+ "@ethersproject/contracts": "5.7.0",
24
+ "@ethersproject/providers": "5.7.0",
25
+ "@ethersproject/solidity": "5.7.0",
26
+ "@ethersproject/transactions": "5.7.0",
27
+ "@ethersproject/wallet": "5.7.0",
28
+ "@liquality/fee-suggestions": "2.0.2",
29
+ "@metamask/eth-sig-util": "4.0.1",
30
+ "@yaswap/client": "workspace:*",
31
+ "@yaswap/errors": "workspace:*",
32
+ "@yaswap/logger": "workspace:*",
33
+ "@yaswap/types": "workspace:*",
34
+ "@yaswap/utils": "workspace:*",
35
+ "ethers": "5.7.0"
36
+ },
37
+ "devDependencies": {
38
+ "@nomiclabs/hardhat-ethers": "^2.0.4",
39
+ "@nomiclabs/hardhat-waffle": "^2.0.2",
40
+ "@typechain/hardhat": "^4.0.0",
41
+ "hardhat": "^2.8.3"
42
+ }
43
+ }
package/CHANGELOG.md DELETED
@@ -1,671 +0,0 @@
1
- # @yaswap/evm
2
-
3
- ## 3.3.6
4
-
5
- ### Patch Changes
6
-
7
- - Pump to version v3.3.6
8
- - Updated dependencies
9
- - @yaswap/client@3.3.6
10
- - @yaswap/errors@3.3.6
11
- - @yaswap/logger@3.3.6
12
- - @yaswap/types@3.3.6
13
- - @yaswap/utils@3.3.6
14
-
15
- ## 3.3.5
16
-
17
- ### Patch Changes
18
-
19
- - Correct the logic to calculate correct transaction size for sweeping case
20
- - Updated dependencies
21
- - @yaswap/client@3.3.5
22
- - @yaswap/errors@3.3.5
23
- - @yaswap/logger@3.3.5
24
- - @yaswap/types@3.3.5
25
- - @yaswap/utils@3.3.5
26
-
27
- ## 3.3.4
28
-
29
- ### Patch Changes
30
-
31
- - Correct the logic to calculate correct transaction size for sweeping case
32
- - Updated dependencies
33
- - @yaswap/client@3.3.4
34
- - @yaswap/errors@3.3.4
35
- - @yaswap/logger@3.3.4
36
- - @yaswap/types@3.3.4
37
- - @yaswap/utils@3.3.4
38
-
39
- ## 3.3.3
40
-
41
- ### Patch Changes
42
-
43
- - Send transaction with fixed inputss
44
- - Updated dependencies
45
- - @yaswap/client@3.3.3
46
- - @yaswap/errors@3.3.3
47
- - @yaswap/logger@3.3.3
48
- - @yaswap/types@3.3.3
49
- - @yaswap/utils@3.3.3
50
-
51
- ## 3.3.2
52
-
53
- ### Patch Changes
54
-
55
- - Modify selectCoins to not use fixedInputs anymore
56
- - Updated dependencies
57
- - @yaswap/client@3.3.2
58
- - @yaswap/errors@3.3.2
59
- - @yaswap/logger@3.3.2
60
- - @yaswap/types@3.3.2
61
- - @yaswap/utils@3.3.2
62
-
63
- ## 3.3.1
64
-
65
- ### Patch Changes
66
-
67
- - Modify to calculate correct transaction fee for fixed inputs
68
- - Updated dependencies
69
- - @yaswap/client@3.3.1
70
- - @yaswap/errors@3.3.1
71
- - @yaswap/logger@3.3.1
72
- - @yaswap/types@3.3.1
73
- - @yaswap/utils@3.3.1
74
-
75
- ## 3.3.0
76
-
77
- ### Minor Changes
78
-
79
- - Support API for bitcoin utxo consolidation
80
-
81
- ### Patch Changes
82
-
83
- - Updated dependencies
84
- - @yaswap/client@3.3.0
85
- - @yaswap/errors@3.3.0
86
- - @yaswap/logger@3.3.0
87
- - @yaswap/types@3.3.0
88
- - @yaswap/utils@3.3.0
89
-
90
- ## 3.2.1
91
-
92
- ### Patch Changes
93
-
94
- - Lower number requests
95
- - Updated dependencies
96
- - @yaswap/client@3.2.1
97
- - @yaswap/errors@3.2.1
98
- - @yaswap/logger@3.2.1
99
- - @yaswap/types@3.2.1
100
- - @yaswap/utils@3.2.1
101
-
102
- ## 3.2.0
103
-
104
- ### Minor Changes
105
-
106
- - Add DogecoinSingleWallet
107
-
108
- ### Patch Changes
109
-
110
- - Updated dependencies
111
- - @yaswap/client@3.2.0
112
- - @yaswap/errors@3.2.0
113
- - @yaswap/logger@3.2.0
114
- - @yaswap/types@3.2.0
115
- - @yaswap/utils@3.2.0
116
-
117
- ## 3.1.0
118
-
119
- ### Minor Changes
120
-
121
- - Integrate new dogecoin explorer
122
-
123
- ### Patch Changes
124
-
125
- - Updated dependencies
126
- - @yaswap/client@3.1.0
127
- - @yaswap/errors@3.1.0
128
- - @yaswap/logger@3.1.0
129
- - @yaswap/types@3.1.0
130
- - @yaswap/utils@3.1.0
131
-
132
- ## 3.0.1
133
-
134
- ### Patch Changes
135
-
136
- - Handle AxiosError in case the transaction/block not found
137
- - Updated dependencies
138
- - @yaswap/client@3.0.1
139
- - @yaswap/errors@3.0.1
140
- - @yaswap/logger@3.0.1
141
- - @yaswap/types@3.0.1
142
- - @yaswap/utils@3.0.1
143
-
144
- ## 3.0.0
145
-
146
- ### Major Changes
147
-
148
- - Support manifest v3
149
-
150
- ### Patch Changes
151
-
152
- - Updated dependencies
153
- - @yaswap/client@3.0.0
154
- - @yaswap/errors@3.0.0
155
- - @yaswap/logger@3.0.0
156
- - @yaswap/types@3.0.0
157
- - @yaswap/utils@3.0.0
158
-
159
- ## 2.10.7
160
-
161
- ### Patch Changes
162
-
163
- - Pump to version v2.10.7
164
- - Updated dependencies
165
- - @yaswap/client@2.10.7
166
- - @yaswap/errors@2.10.7
167
- - @yaswap/logger@2.10.7
168
- - @yaswap/types@2.10.7
169
- - @yaswap/utils@2.10.7
170
-
171
- ## 2.10.6
172
-
173
- ### Patch Changes
174
-
175
- - Pump to version v2.10.6
176
- - Updated dependencies
177
- - @yaswap/client@2.10.6
178
- - @yaswap/errors@2.10.6
179
- - @yaswap/logger@2.10.6
180
- - @yaswap/types@2.10.6
181
- - @yaswap/utils@2.10.6
182
-
183
- ## 2.10.5
184
-
185
- ### Patch Changes
186
-
187
- - Pump to version v2.10.5
188
- - Updated dependencies
189
- - @yaswap/client@2.10.5
190
- - @yaswap/errors@2.10.5
191
- - @yaswap/logger@2.10.5
192
- - @yaswap/types@2.10.5
193
- - @yaswap/utils@2.10.5
194
-
195
- ## 2.10.4
196
-
197
- ### Patch Changes
198
-
199
- - Pump to version v2.10.4
200
- - Updated dependencies
201
- - @yaswap/client@2.10.4
202
- - @yaswap/errors@2.10.4
203
- - @yaswap/logger@2.10.4
204
- - @yaswap/types@2.10.4
205
- - @yaswap/utils@2.10.4
206
-
207
- ## 2.10.3
208
-
209
- ### Patch Changes
210
-
211
- - Pump to version v2.10.3
212
- - Updated dependencies
213
- - @yaswap/client@2.10.3
214
- - @yaswap/errors@2.10.3
215
- - @yaswap/logger@2.10.3
216
- - @yaswap/types@2.10.3
217
- - @yaswap/utils@2.10.3
218
-
219
- ## 2.10.2
220
-
221
- ### Patch Changes
222
-
223
- - Pump to version v2.10.2
224
- - Updated dependencies
225
- - @yaswap/client@2.10.2
226
- - @yaswap/errors@2.10.2
227
- - @yaswap/logger@2.10.2
228
- - @yaswap/types@2.10.2
229
- - @yaswap/utils@2.10.2
230
-
231
- ## 2.10.1
232
-
233
- ### Patch Changes
234
-
235
- - Pump to version v2.10.1
236
- - Updated dependencies
237
- - @yaswap/client@2.10.1
238
- - @yaswap/errors@2.10.1
239
- - @yaswap/logger@2.10.1
240
- - @yaswap/types@2.10.1
241
- - @yaswap/utils@2.10.1
242
-
243
- ## 2.10.0
244
-
245
- ### Minor Changes
246
-
247
- - Use latest axios which support fetch adapter
248
-
249
- ### Patch Changes
250
-
251
- - Updated dependencies
252
- - @yaswap/client@2.10.0
253
- - @yaswap/errors@2.10.0
254
- - @yaswap/logger@2.10.0
255
- - @yaswap/types@2.10.0
256
- - @yaswap/utils@2.10.0
257
-
258
- ## 2.9.4
259
-
260
- ### Patch Changes
261
-
262
- - Change bitcoin fee API endpoint
263
- - Updated dependencies
264
- - @yaswap/client@2.9.4
265
- - @yaswap/errors@2.9.4
266
- - @yaswap/logger@2.9.4
267
- - @yaswap/types@2.9.4
268
- - @yaswap/utils@2.9.4
269
-
270
- ## 2.9.3
271
-
272
- ### Patch Changes
273
-
274
- - Change IPFS endpoint
275
- - Updated dependencies
276
- - @yaswap/client@2.9.3
277
- - @yaswap/errors@2.9.3
278
- - @yaswap/logger@2.9.3
279
- - @yaswap/types@2.9.3
280
- - @yaswap/utils@2.9.3
281
-
282
- ## 2.9.2
283
-
284
- ### Patch Changes
285
-
286
- - Support HEAD request for @yaswap/client
287
- - Updated dependencies
288
- - @yaswap/client@2.9.2
289
- - @yaswap/errors@2.9.2
290
- - @yaswap/logger@2.9.2
291
- - @yaswap/types@2.9.2
292
- - @yaswap/utils@2.9.2
293
-
294
- ## 2.9.1
295
-
296
- ### Patch Changes
297
-
298
- - Reset metadata before fetching from ipfs gateway
299
- - Updated dependencies
300
- - @yaswap/client@2.9.1
301
- - @yaswap/errors@2.9.1
302
- - @yaswap/logger@2.9.1
303
- - @yaswap/types@2.9.1
304
- - @yaswap/utils@2.9.1
305
-
306
- ## 2.9.0
307
-
308
- ### Minor Changes
309
-
310
- - Integrate with self-hosted IPFS node
311
-
312
- ### Patch Changes
313
-
314
- - Updated dependencies
315
- - @yaswap/client@2.9.0
316
- - @yaswap/errors@2.9.0
317
- - @yaswap/logger@2.9.0
318
- - @yaswap/types@2.9.0
319
- - @yaswap/utils@2.9.0
320
-
321
- ## 2.8.0
322
-
323
- ### Minor Changes
324
-
325
- - Add new return info to chain.getTokenBalance and nft.fetch
326
-
327
- ### Patch Changes
328
-
329
- - Updated dependencies
330
- - @yaswap/client@2.8.0
331
- - @yaswap/errors@2.8.0
332
- - @yaswap/logger@2.8.0
333
- - @yaswap/types@2.8.0
334
- - @yaswap/utils@2.8.0
335
-
336
- ## 2.7.7
337
-
338
- ### Patch Changes
339
-
340
- - Remove debug log
341
- - Updated dependencies
342
- - @yaswap/client@2.7.7
343
- - @yaswap/errors@2.7.7
344
- - @yaswap/logger@2.7.7
345
- - @yaswap/types@2.7.7
346
- - @yaswap/utils@2.7.7
347
-
348
- ## 2.7.6
349
-
350
- ### Patch Changes
351
-
352
- - Fetch multiple YA-NFT info at one time
353
- - Updated dependencies
354
- - @yaswap/client@2.7.6
355
- - @yaswap/errors@2.7.6
356
- - @yaswap/logger@2.7.6
357
- - @yaswap/types@2.7.6
358
- - @yaswap/utils@2.7.6
359
-
360
- ## 2.7.5
361
-
362
- ### Patch Changes
363
-
364
- - Throw fee in InsufficientBalanceError for Yacoin
365
- - Updated dependencies
366
- - @yaswap/client@2.7.5
367
- - @yaswap/errors@2.7.5
368
- - @yaswap/logger@2.7.5
369
- - @yaswap/types@2.7.5
370
- - @yaswap/utils@2.7.5
371
-
372
- ## 2.7.4
373
-
374
- ### Patch Changes
375
-
376
- - Correct formular to calculate yacoin transaction bytes
377
- - Updated dependencies
378
- - @yaswap/client@2.7.4
379
- - @yaswap/errors@2.7.4
380
- - @yaswap/logger@2.7.4
381
- - @yaswap/types@2.7.4
382
- - @yaswap/utils@2.7.4
383
-
384
- ## 2.7.3
385
-
386
- ### Patch Changes
387
-
388
- - Change ipfs endpoint and timeout for getting token metadata
389
- - Updated dependencies
390
- - @yaswap/client@2.7.3
391
- - @yaswap/errors@2.7.3
392
- - @yaswap/logger@2.7.3
393
- - @yaswap/types@2.7.3
394
- - @yaswap/utils@2.7.3
395
-
396
- ## 2.7.2
397
-
398
- ### Patch Changes
399
-
400
- - Init YacoinSingleWallet
401
- - Updated dependencies
402
- - @yaswap/client@2.7.2
403
- - @yaswap/errors@2.7.2
404
- - @yaswap/logger@2.7.2
405
- - @yaswap/types@2.7.2
406
- - @yaswap/utils@2.7.2
407
-
408
- ## 2.7.1
409
-
410
- ### Patch Changes
411
-
412
- - Use bitcoinselect
413
- - Updated dependencies
414
- - @yaswap/client@2.7.1
415
- - @yaswap/errors@2.7.1
416
- - @yaswap/logger@2.7.1
417
- - @yaswap/types@2.7.1
418
- - @yaswap/utils@2.7.1
419
-
420
- ## 2.7.0
421
-
422
- ### Minor Changes
423
-
424
- - Finalize single wallet version
425
-
426
- ### Patch Changes
427
-
428
- - Updated dependencies
429
- - @yaswap/client@2.7.0
430
- - @yaswap/errors@2.7.0
431
- - @yaswap/logger@2.7.0
432
- - @yaswap/types@2.7.0
433
- - @yaswap/utils@2.7.0
434
-
435
- ## 2.6.6
436
-
437
- ### Patch Changes
438
-
439
- - Remove debug log
440
- - Updated dependencies
441
- - @yaswap/client@2.6.6
442
- - @yaswap/errors@2.6.6
443
- - @yaswap/logger@2.6.6
444
- - @yaswap/types@2.6.6
445
- - @yaswap/utils@2.6.6
446
-
447
- ## 2.6.5
448
-
449
- ### Patch Changes
450
-
451
- - Use electrumClient to get transaction hex
452
- - Updated dependencies
453
- - @yaswap/client@2.6.5
454
- - @yaswap/errors@2.6.5
455
- - @yaswap/logger@2.6.5
456
- - @yaswap/types@2.6.5
457
- - @yaswap/utils@2.6.5
458
-
459
- ## 2.6.4
460
-
461
- ### Patch Changes
462
-
463
- - Fix issue relating to integrate electrumClient
464
- - Updated dependencies
465
- - @yaswap/client@2.6.4
466
- - @yaswap/errors@2.6.4
467
- - @yaswap/logger@2.6.4
468
- - @yaswap/types@2.6.4
469
- - @yaswap/utils@2.6.4
470
-
471
- ## 2.6.3
472
-
473
- ### Patch Changes
474
-
475
- - Replace blockCypher with electrumClient
476
- - Updated dependencies
477
- - @yaswap/client@2.6.3
478
- - @yaswap/errors@2.6.3
479
- - @yaswap/logger@2.6.3
480
- - @yaswap/types@2.6.3
481
- - @yaswap/utils@2.6.3
482
-
483
- ## 2.6.2
484
-
485
- ### Patch Changes
486
-
487
- - Improve error handling
488
- - Updated dependencies
489
- - @yaswap/client@2.6.2
490
- - @yaswap/errors@2.6.2
491
- - @yaswap/logger@2.6.2
492
- - @yaswap/types@2.6.2
493
- - @yaswap/utils@2.6.2
494
-
495
- ## 2.6.1
496
-
497
- ### Patch Changes
498
-
499
- - Fix issue which failed to get block info
500
- - Updated dependencies
501
- - @yaswap/client@2.6.1
502
- - @yaswap/errors@2.6.1
503
- - @yaswap/logger@2.6.1
504
- - @yaswap/types@2.6.1
505
- - @yaswap/utils@2.6.1
506
-
507
- ## 2.6.0
508
-
509
- ### Minor Changes
510
-
511
- - Support dogecoin chain
512
-
513
- ### Patch Changes
514
-
515
- - Updated dependencies
516
- - @yaswap/client@2.6.0
517
- - @yaswap/errors@2.6.0
518
- - @yaswap/logger@2.6.0
519
- - @yaswap/types@2.6.0
520
- - @yaswap/utils@2.6.0
521
-
522
- ## 2.5.3
523
-
524
- ### Patch Changes
525
-
526
- - Support documents field in token metadata
527
- - Updated dependencies
528
- - @yaswap/client@2.5.3
529
- - @yaswap/errors@2.5.3
530
- - @yaswap/logger@2.5.3
531
- - @yaswap/types@2.5.3
532
- - @yaswap/utils@2.5.3
533
-
534
- ## 2.5.2
535
-
536
- ### Patch Changes
537
-
538
- - Add missing logic to find claim and refund transaction for EVM chain
539
- - Updated dependencies
540
- - @yaswap/client@2.5.2
541
- - @yaswap/errors@2.5.2
542
- - @yaswap/logger@2.5.2
543
- - @yaswap/types@2.5.2
544
- - @yaswap/utils@2.5.2
545
-
546
- ## 2.5.1
547
-
548
- ### Patch Changes
549
-
550
- - Fix issue which fails to initiate swap transaction for YAC
551
- - Updated dependencies
552
- - @yaswap/client@2.5.1
553
- - @yaswap/errors@2.5.1
554
- - @yaswap/logger@2.5.1
555
- - @yaswap/types@2.5.1
556
- - @yaswap/utils@2.5.1
557
-
558
- ## 2.5.0
559
-
560
- ### Minor Changes
561
-
562
- - Support litecoin chain
563
-
564
- ### Patch Changes
565
-
566
- - Updated dependencies
567
- - @yaswap/client@2.5.0
568
- - @yaswap/errors@2.5.0
569
- - @yaswap/logger@2.5.0
570
- - @yaswap/types@2.5.0
571
- - @yaswap/utils@2.5.0
572
-
573
- ## 2.4.0
574
-
575
- ### Minor Changes
576
-
577
- - Add API to getBaseURL
578
-
579
- ### Patch Changes
580
-
581
- - Updated dependencies
582
- - @yaswap/client@2.4.0
583
- - @yaswap/errors@2.4.0
584
- - @yaswap/logger@2.4.0
585
- - @yaswap/types@2.4.0
586
- - @yaswap/utils@2.4.0
587
-
588
- ## 2.3.3
589
-
590
- ### Patch Changes
591
-
592
- - Change timelock values to production
593
- - Updated dependencies
594
- - @yaswap/client@2.3.3
595
- - @yaswap/errors@2.3.3
596
- - @yaswap/logger@2.3.3
597
- - @yaswap/types@2.3.3
598
- - @yaswap/utils@2.3.3
599
-
600
- ## 2.3.2
601
-
602
- ### Patch Changes
603
-
604
- - Fix token issues
605
- - Updated dependencies
606
- - @yaswap/client@2.3.2
607
- - @yaswap/errors@2.3.2
608
- - @yaswap/logger@2.3.2
609
- - @yaswap/types@2.3.2
610
- - @yaswap/utils@2.3.2
611
-
612
- ## 2.3.1
613
-
614
- ### Patch Changes
615
-
616
- - Change timelock fee duration and amount
617
- - Updated dependencies
618
- - @yaswap/client@2.3.1
619
- - @yaswap/errors@2.3.1
620
- - @yaswap/logger@2.3.1
621
- - @yaswap/types@2.3.1
622
- - @yaswap/utils@2.3.1
623
-
624
- ## 2.3.0
625
-
626
- ### Minor Changes
627
-
628
- - Support create YA-Token/YA-NFT
629
-
630
- ### Patch Changes
631
-
632
- - Updated dependencies
633
- - @yaswap/client@2.3.0
634
- - @yaswap/errors@2.3.0
635
- - @yaswap/logger@2.3.0
636
- - @yaswap/types@2.3.0
637
- - @yaswap/utils@2.3.0
638
-
639
- ## 2.2.0
640
-
641
- ### Minor Changes
642
-
643
- - Integrate YA-token/YA-NFT
644
-
645
- ### Patch Changes
646
-
647
- - Updated dependencies
648
- - @yaswap/client@2.2.0
649
- - @yaswap/errors@2.2.0
650
- - @yaswap/logger@2.2.0
651
- - @yaswap/types@2.2.0
652
- - @yaswap/utils@2.2.0
653
-
654
- ## 2.1.0
655
-
656
- ### Minor Changes
657
-
658
- - Support batch request for Yacoin
659
-
660
- ### Patch Changes
661
-
662
- - Updated dependencies
663
- - @yaswap/client@2.1.0
664
- - @yaswap/errors@2.1.0
665
- - @yaswap/logger@2.1.0
666
- - @yaswap/types@2.1.0
667
- - @yaswap/utils@2.1.0
668
-
669
- ## 2.0.0
670
-
671
- - First version