@chainify/utils
Advanced tools
Comparing version 1.0.8 to 1.0.9
# @chainify/utils | ||
## 1.0.9 | ||
### Patch Changes | ||
- - add flexible swap options for EVM chains | ||
- numberOfBlocksPerRequest - the amount of blocks to search for events in a single call (default = 2000) | ||
- totalNumberOfBlocks - the total number of blocks to search for events (default = 100_000) | ||
- gasLimitMargin - percentage gas margin for chains that does not estimate gas correctly (e.g. RSK) (default=10%) | ||
- add address cache for EVM ledger | ||
- use toLowerCase in EVM ledger to support RSK checksum | ||
- Updated dependencies | ||
- @chainify/errors@1.0.9 | ||
- @chainify/types@1.0.9 | ||
## 1.0.8 | ||
@@ -4,0 +18,0 @@ |
{ | ||
"name": "@chainify/utils", | ||
"version": "1.0.8", | ||
"version": "1.0.9", | ||
"description": "", | ||
@@ -18,4 +18,4 @@ "author": "Liquality <info@liquality.io>", | ||
"dependencies": { | ||
"@chainify/errors": "1.0.8", | ||
"@chainify/types": "1.0.8", | ||
"@chainify/errors": "1.0.9", | ||
"@chainify/types": "1.0.9", | ||
"@ethersproject/sha2": "5.6.0", | ||
@@ -22,0 +22,0 @@ "bech32": "^2.0.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
24207
+ Added@chainify/errors@1.0.9(transitive)
+ Added@chainify/types@1.0.9(transitive)
- Removed@chainify/errors@1.0.8(transitive)
- Removed@chainify/types@1.0.8(transitive)
Updated@chainify/errors@1.0.9
Updated@chainify/types@1.0.9