@yaswap/evm 2.3.3 → 2.5.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 +30 -0
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -1,5 +1,35 @@
1
1
  # @yaswap/evm
2
2
 
3
+ ## 2.5.0
4
+
5
+ ### Minor Changes
6
+
7
+ - Support litecoin chain
8
+
9
+ ### Patch Changes
10
+
11
+ - Updated dependencies
12
+ - @yaswap/client@2.5.0
13
+ - @yaswap/errors@2.5.0
14
+ - @yaswap/logger@2.5.0
15
+ - @yaswap/types@2.5.0
16
+ - @yaswap/utils@2.5.0
17
+
18
+ ## 2.4.0
19
+
20
+ ### Minor Changes
21
+
22
+ - Add API to getBaseURL
23
+
24
+ ### Patch Changes
25
+
26
+ - Updated dependencies
27
+ - @yaswap/client@2.4.0
28
+ - @yaswap/errors@2.4.0
29
+ - @yaswap/logger@2.4.0
30
+ - @yaswap/types@2.4.0
31
+ - @yaswap/utils@2.4.0
32
+
3
33
  ## 2.3.3
4
34
 
5
35
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yaswap/evm",
3
- "version": "2.3.3",
3
+ "version": "2.5.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": "2.3.3",
31
- "@yaswap/errors": "2.3.3",
32
- "@yaswap/logger": "2.3.3",
33
- "@yaswap/types": "2.3.3",
34
- "@yaswap/utils": "2.3.3",
30
+ "@yaswap/client": "2.5.0",
31
+ "@yaswap/errors": "2.5.0",
32
+ "@yaswap/logger": "2.5.0",
33
+ "@yaswap/types": "2.5.0",
34
+ "@yaswap/utils": "2.5.0",
35
35
  "ethers": "5.7.0"
36
36
  },
37
37
  "devDependencies": {