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

ethereum-multicall

Package Overview
Dependencies
Maintainers
1
Versions
41
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ethereum-multicall - npm Package Compare versions

Comparing version 2.16.1 to 2.17.0

3

dist/cjs/enums/networks.d.ts

@@ -50,3 +50,4 @@ export declare enum Networks {

kcc = 321,
etherlite = 111
etherlite = 111,
lineaTestnet = 59140
}

@@ -55,2 +55,3 @@ "use strict";

Networks[Networks["etherlite"] = 111] = "etherlite";
Networks[Networks["lineaTestnet"] = 59140] = "lineaTestnet";
})(Networks = exports.Networks || (exports.Networks = {}));

@@ -452,2 +452,3 @@ "use strict";

case enums_1.Networks.kcc:
case enums_1.Networks.lineaTestnet:
return '0xcA11bde05977b3631167028862bE2a173976CA11';

@@ -454,0 +455,0 @@ case enums_1.Networks.etherlite:

@@ -50,3 +50,4 @@ export declare enum Networks {

kcc = 321,
etherlite = 111
etherlite = 111,
lineaTestnet = 59140
}

@@ -52,2 +52,3 @@ export var Networks;

Networks[Networks["etherlite"] = 111] = "etherlite";
Networks[Networks["lineaTestnet"] = 59140] = "lineaTestnet";
})(Networks || (Networks = {}));

@@ -449,2 +449,3 @@ var __assign = (this && this.__assign) || function () {

case Networks.kcc:
case Networks.lineaTestnet:
return '0xcA11bde05977b3631167028862bE2a173976CA11';

@@ -451,0 +452,0 @@ case Networks.etherlite:

{
"name": "ethereum-multicall",
"version": "2.16.1",
"version": "2.17.0",
"description": "Multicall allows multiple smart contract constant function calls to be grouped into a single call and the results aggregated into a single result",

@@ -5,0 +5,0 @@ "main": "dist/cjs/index.js",

@@ -67,2 +67,3 @@ [![npm version](https://badge.fury.io/js/ethereum-multicall.svg)](https://badge.fury.io/js/ethereum-multicall)

| Etherlite | 111 |
| Linea Testnet | 59140 |

@@ -69,0 +70,0 @@ ## Installation

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