New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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.14.0 to 2.14.1

3

dist/cjs/enums/networks.d.ts

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

cronos = 25,
harmony = 1666600000
harmony = 1666600000,
aurora = 1313161554
}

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

Networks[Networks["harmony"] = 1666600000] = "harmony";
Networks[Networks["aurora"] = 1313161554] = "aurora";
})(Networks = exports.Networks || (exports.Networks = {}));

@@ -494,3 +494,3 @@ "use strict";

case enums_1.Networks.bsc_testnet:
return '0x6e5BB1a5Ad6F68A8D7D6A5e47750eC15773d6042';
return '0x73CCde5acdb9980f54BcCc0483B28B8b4a537b4A';
case enums_1.Networks.xdai:

@@ -520,2 +520,4 @@ return '0x2325b72990D81892E0e09cdE5C80DD221F147F8B';

return '0x91c88479F21203444D2B20Aa001f951EC8CF2F68';
case enums_1.Networks.aurora:
return '0x04364F8908BDCB4cc7EA881d0DE869398BA849C9';
default:

@@ -522,0 +524,0 @@ throw new Error("Network - " + network + " doesn't have a multicall contract address defined. Please check your network or deploy your own contract on it.");

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

cronos = 25,
harmony = 1666600000
harmony = 1666600000,
aurora = 1313161554
}

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

Networks[Networks["harmony"] = 1666600000] = "harmony";
Networks[Networks["aurora"] = 1313161554] = "aurora";
})(Networks || (Networks = {}));

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

case Networks.bsc_testnet:
return '0x6e5BB1a5Ad6F68A8D7D6A5e47750eC15773d6042';
return '0x73CCde5acdb9980f54BcCc0483B28B8b4a537b4A';
case Networks.xdai:

@@ -517,2 +517,4 @@ return '0x2325b72990D81892E0e09cdE5C80DD221F147F8B';

return '0x91c88479F21203444D2B20Aa001f951EC8CF2F68';
case Networks.aurora:
return '0x04364F8908BDCB4cc7EA881d0DE869398BA849C9';
default:

@@ -519,0 +521,0 @@ throw new Error("Network - " + network + " doesn't have a multicall contract address defined. Please check your network or deploy your own contract on it.");

{
"name": "ethereum-multicall",
"version": "2.14.0",
"version": "2.14.1",
"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",

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

| binance smart chain | `0xC50F4c1E81c873B2204D7eFf7069Ffec6Fbe136D` |
| bsc testnet | `0x6e5BB1a5Ad6F68A8D7D6A5e47750eC15773d6042` |
| bsc testnet | `0x73CCde5acdb9980f54BcCc0483B28B8b4a537b4A` |
| xdai | `0x2325b72990D81892E0e09cdE5C80DD221F147F8B` |

@@ -597,0 +597,0 @@ | mumbai | `0xe9939e7Ea7D7fb619Ac57f648Da7B1D425832631` |

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