@yaswap/evm 3.0.0 → 3.0.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 +12 -0
- package/package.json +6 -6
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,17 @@
|
|
|
1
1
|
# @yaswap/evm
|
|
2
2
|
|
|
3
|
+
## 3.0.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Handle AxiosError in case the transaction/block not found
|
|
8
|
+
- Updated dependencies
|
|
9
|
+
- @yaswap/client@3.0.1
|
|
10
|
+
- @yaswap/errors@3.0.1
|
|
11
|
+
- @yaswap/logger@3.0.1
|
|
12
|
+
- @yaswap/types@3.0.1
|
|
13
|
+
- @yaswap/utils@3.0.1
|
|
14
|
+
|
|
3
15
|
## 3.0.0
|
|
4
16
|
|
|
5
17
|
### Major Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@yaswap/evm",
|
|
3
|
-
"version": "3.0.
|
|
3
|
+
"version": "3.0.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.0.
|
|
31
|
-
"@yaswap/errors": "3.0.
|
|
32
|
-
"@yaswap/logger": "3.0.
|
|
33
|
-
"@yaswap/types": "3.0.
|
|
34
|
-
"@yaswap/utils": "3.0.
|
|
30
|
+
"@yaswap/client": "3.0.1",
|
|
31
|
+
"@yaswap/errors": "3.0.1",
|
|
32
|
+
"@yaswap/logger": "3.0.1",
|
|
33
|
+
"@yaswap/types": "3.0.1",
|
|
34
|
+
"@yaswap/utils": "3.0.1",
|
|
35
35
|
"ethers": "5.7.0"
|
|
36
36
|
},
|
|
37
37
|
"devDependencies": {
|