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