@yaswap/evm 3.0.0 → 3.1.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/CHANGELOG.md +27 -0
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -1,5 +1,32 @@
1
1
  # @yaswap/evm
2
2
 
3
+ ## 3.1.0
4
+
5
+ ### Minor Changes
6
+
7
+ - Integrate new dogecoin explorer
8
+
9
+ ### Patch Changes
10
+
11
+ - Updated dependencies
12
+ - @yaswap/client@3.1.0
13
+ - @yaswap/errors@3.1.0
14
+ - @yaswap/logger@3.1.0
15
+ - @yaswap/types@3.1.0
16
+ - @yaswap/utils@3.1.0
17
+
18
+ ## 3.0.1
19
+
20
+ ### Patch Changes
21
+
22
+ - Handle AxiosError in case the transaction/block not found
23
+ - Updated dependencies
24
+ - @yaswap/client@3.0.1
25
+ - @yaswap/errors@3.0.1
26
+ - @yaswap/logger@3.0.1
27
+ - @yaswap/types@3.0.1
28
+ - @yaswap/utils@3.0.1
29
+
3
30
  ## 3.0.0
4
31
 
5
32
  ### Major Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yaswap/evm",
3
- "version": "3.0.0",
3
+ "version": "3.1.0",
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.0",
31
- "@yaswap/errors": "3.0.0",
32
- "@yaswap/logger": "3.0.0",
33
- "@yaswap/types": "3.0.0",
34
- "@yaswap/utils": "3.0.0",
30
+ "@yaswap/client": "3.1.0",
31
+ "@yaswap/errors": "3.1.0",
32
+ "@yaswap/logger": "3.1.0",
33
+ "@yaswap/types": "3.1.0",
34
+ "@yaswap/utils": "3.1.0",
35
35
  "ethers": "5.7.0"
36
36
  },
37
37
  "devDependencies": {