ethereum-multicall
Advanced tools
Comparing version 2.16.1 to 2.17.0
@@ -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 |
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
121925
2216
652