ethereum-multicall
Advanced tools
Comparing version 1.0.4 to 1.0.5
@@ -259,3 +259,3 @@ "use strict"; | ||
contract = new ethers_1.ethers.Contract(this.getContractBasedOnNetwork(network.chainId), this.ABI, ethersProvider); | ||
return [4 /*yield*/, contract.aggregate(this.mapCallContextToMatchContractFormat(calls))]; | ||
return [4 /*yield*/, contract.callStatic.aggregate(this.mapCallContextToMatchContractFormat(calls))]; | ||
case 2: | ||
@@ -262,0 +262,0 @@ contractResponse = (_a.sent()); |
{ | ||
"name": "ethereum-multicall", | ||
"version": "1.0.4", | ||
"version": "1.0.5", | ||
"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/index.js", |
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
76914