New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@avalabs/multicall

Package Overview
Dependencies
Maintainers
14
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@avalabs/multicall - npm Package Compare versions

Comparing version 0.0.3 to 0.0.4

2

package.json
{
"name": "@avalabs/multicall",
"version": "0.0.3",
"version": "0.0.4",
"description": "A blockchain state management library for dapps.",

@@ -5,0 +5,0 @@ "contributors": [

@@ -6,8 +6,10 @@ /// <reference types="node"/>

export interface IConfig {
preset: 'mainnet' | 'kovan' | 'rinkeby' | 'goerli' | 'xdai' | 'ropsten';
// web3.js provider
web3: any;
// ethers.js provider
ethers: any;
rpcUrl: string;
rpcHeaders: Record<string, string>;
multicallAddress: string;
interval: number;
staleBlockRetryWait: number;
errorRetryWait: number;
block: string;
}

@@ -14,0 +16,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