@sentio/runtime 2.40.0-rc.25 → 2.40.0-rc.26
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -80101,7 +80101,6 @@ var chainToDeploymentMap = Object.fromEntries(
|
|
80101
80101
|
);
|
80102
80102
|
var iface = new Interface(ABI);
|
80103
80103
|
function encodeMulticallData(calls) {
|
80104
|
-
console.log(calls);
|
80105
80104
|
return iface.encodeFunctionData("aggregate", [calls]);
|
80106
80105
|
}
|
80107
80106
|
function decodeMulticallResult(data) {
|
package/lib/index.js
CHANGED
package/lib/processor-runner.js
CHANGED
package/package.json
CHANGED
package/src/multicall.ts
CHANGED