Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@chainify/utils

Package Overview
Dependencies
Maintainers
2
Versions
50
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@chainify/utils - npm Package Compare versions

Comparing version 1.0.8 to 1.0.9

14

CHANGELOG.md
# @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 @@

6

package.json
{
"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",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc