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