@chainify/client
Advanced tools
Comparing version 1.2.2 to 1.2.3
# @chainify/client | ||
## 1.2.3 | ||
### Patch Changes | ||
- - fix exponent error for EVM swaps | ||
- proper error handling when fetching balances | ||
- add 50% gas limit margin for all EVM transactions | ||
- new EIP1559 Fee API provider | ||
- Updated dependencies | ||
- @chainify/errors@1.2.3 | ||
- @chainify/logger@1.2.3 | ||
- @chainify/types@1.2.3 | ||
- @chainify/utils@1.2.3 | ||
## 1.2.2 | ||
@@ -4,0 +18,0 @@ |
{ | ||
"name": "@chainify/client", | ||
"version": "1.2.2", | ||
"version": "1.2.3", | ||
"description": "", | ||
@@ -18,8 +18,8 @@ "author": "Liquality <info@liquality.io>", | ||
"dependencies": { | ||
"@chainify/errors": "1.2.2", | ||
"@chainify/logger": "1.2.2", | ||
"@chainify/types": "1.2.2", | ||
"@chainify/utils": "1.2.2", | ||
"@chainify/errors": "1.2.3", | ||
"@chainify/logger": "1.2.3", | ||
"@chainify/types": "1.2.3", | ||
"@chainify/utils": "1.2.3", | ||
"axios": "^0.25.0" | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
46122
+ Added@chainify/errors@1.2.3(transitive)
+ Added@chainify/logger@1.2.3(transitive)
+ Added@chainify/types@1.2.3(transitive)
+ Added@chainify/utils@1.2.3(transitive)
- Removed@chainify/errors@1.2.2(transitive)
- Removed@chainify/logger@1.2.2(transitive)
- Removed@chainify/types@1.2.2(transitive)
- Removed@chainify/utils@1.2.2(transitive)
Updated@chainify/errors@1.2.3
Updated@chainify/logger@1.2.3
Updated@chainify/types@1.2.3
Updated@chainify/utils@1.2.3