@yaswap/evm 2.7.6 → 2.8.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
+ ## 2.8.0
4
+
5
+ ### Minor Changes
6
+
7
+ - Add new return info to chain.getTokenBalance and nft.fetch
8
+
9
+ ### Patch Changes
10
+
11
+ - Updated dependencies
12
+ - @yaswap/client@2.8.0
13
+ - @yaswap/errors@2.8.0
14
+ - @yaswap/logger@2.8.0
15
+ - @yaswap/types@2.8.0
16
+ - @yaswap/utils@2.8.0
17
+
18
+ ## 2.7.7
19
+
20
+ ### Patch Changes
21
+
22
+ - Remove debug log
23
+ - Updated dependencies
24
+ - @yaswap/client@2.7.7
25
+ - @yaswap/errors@2.7.7
26
+ - @yaswap/logger@2.7.7
27
+ - @yaswap/types@2.7.7
28
+ - @yaswap/utils@2.7.7
29
+
3
30
  ## 2.7.6
4
31
 
5
32
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yaswap/evm",
3
- "version": "2.7.6",
3
+ "version": "2.8.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.7.6",
31
- "@yaswap/errors": "2.7.6",
32
- "@yaswap/logger": "2.7.6",
33
- "@yaswap/types": "2.7.6",
34
- "@yaswap/utils": "2.7.6",
30
+ "@yaswap/client": "2.8.0",
31
+ "@yaswap/errors": "2.8.0",
32
+ "@yaswap/logger": "2.8.0",
33
+ "@yaswap/types": "2.8.0",
34
+ "@yaswap/utils": "2.8.0",
35
35
  "ethers": "5.7.0"
36
36
  },
37
37
  "devDependencies": {