@yaswap/evm 2.7.3 → 2.7.5
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.
- package/CHANGELOG.md +24 -0
- package/package.json +6 -6
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,29 @@
|
|
|
1
1
|
# @yaswap/evm
|
|
2
2
|
|
|
3
|
+
## 2.7.5
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Throw fee in InsufficientBalanceError for Yacoin
|
|
8
|
+
- Updated dependencies
|
|
9
|
+
- @yaswap/client@2.7.5
|
|
10
|
+
- @yaswap/errors@2.7.5
|
|
11
|
+
- @yaswap/logger@2.7.5
|
|
12
|
+
- @yaswap/types@2.7.5
|
|
13
|
+
- @yaswap/utils@2.7.5
|
|
14
|
+
|
|
15
|
+
## 2.7.4
|
|
16
|
+
|
|
17
|
+
### Patch Changes
|
|
18
|
+
|
|
19
|
+
- Correct formular to calculate yacoin transaction bytes
|
|
20
|
+
- Updated dependencies
|
|
21
|
+
- @yaswap/client@2.7.4
|
|
22
|
+
- @yaswap/errors@2.7.4
|
|
23
|
+
- @yaswap/logger@2.7.4
|
|
24
|
+
- @yaswap/types@2.7.4
|
|
25
|
+
- @yaswap/utils@2.7.4
|
|
26
|
+
|
|
3
27
|
## 2.7.3
|
|
4
28
|
|
|
5
29
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@yaswap/evm",
|
|
3
|
-
"version": "2.7.
|
|
3
|
+
"version": "2.7.5",
|
|
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.7.
|
|
31
|
-
"@yaswap/errors": "2.7.
|
|
32
|
-
"@yaswap/logger": "2.7.
|
|
33
|
-
"@yaswap/types": "2.7.
|
|
34
|
-
"@yaswap/utils": "2.7.
|
|
30
|
+
"@yaswap/client": "2.7.5",
|
|
31
|
+
"@yaswap/errors": "2.7.5",
|
|
32
|
+
"@yaswap/logger": "2.7.5",
|
|
33
|
+
"@yaswap/types": "2.7.5",
|
|
34
|
+
"@yaswap/utils": "2.7.5",
|
|
35
35
|
"ethers": "5.7.0"
|
|
36
36
|
},
|
|
37
37
|
"devDependencies": {
|