@yaswap/evm 3.2.1 → 3.3.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.
- package/CHANGELOG.md +27 -0
- package/package.json +6 -6
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,32 @@
|
|
|
1
1
|
# @yaswap/evm
|
|
2
2
|
|
|
3
|
+
## 3.3.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Modify to calculate correct transaction fee for fixed inputs
|
|
8
|
+
- Updated dependencies
|
|
9
|
+
- @yaswap/client@3.3.1
|
|
10
|
+
- @yaswap/errors@3.3.1
|
|
11
|
+
- @yaswap/logger@3.3.1
|
|
12
|
+
- @yaswap/types@3.3.1
|
|
13
|
+
- @yaswap/utils@3.3.1
|
|
14
|
+
|
|
15
|
+
## 3.3.0
|
|
16
|
+
|
|
17
|
+
### Minor Changes
|
|
18
|
+
|
|
19
|
+
- Support API for bitcoin utxo consolidation
|
|
20
|
+
|
|
21
|
+
### Patch Changes
|
|
22
|
+
|
|
23
|
+
- Updated dependencies
|
|
24
|
+
- @yaswap/client@3.3.0
|
|
25
|
+
- @yaswap/errors@3.3.0
|
|
26
|
+
- @yaswap/logger@3.3.0
|
|
27
|
+
- @yaswap/types@3.3.0
|
|
28
|
+
- @yaswap/utils@3.3.0
|
|
29
|
+
|
|
3
30
|
## 3.2.1
|
|
4
31
|
|
|
5
32
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@yaswap/evm",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.3.1",
|
|
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": "3.
|
|
31
|
-
"@yaswap/errors": "3.
|
|
32
|
-
"@yaswap/logger": "3.
|
|
33
|
-
"@yaswap/types": "3.
|
|
34
|
-
"@yaswap/utils": "3.
|
|
30
|
+
"@yaswap/client": "3.3.1",
|
|
31
|
+
"@yaswap/errors": "3.3.1",
|
|
32
|
+
"@yaswap/logger": "3.3.1",
|
|
33
|
+
"@yaswap/types": "3.3.1",
|
|
34
|
+
"@yaswap/utils": "3.3.1",
|
|
35
35
|
"ethers": "5.7.0"
|
|
36
36
|
},
|
|
37
37
|
"devDependencies": {
|