@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
@@ -14,7 +14,7 @@ import {
14
14
  makeEthCallKey,
15
15
  mergeProcessResults,
16
16
  timeoutError
17
- } from "./chunk-WAHNA3UH.js";
17
+ } from "./chunk-Y4EYUOCV.js";
18
18
 
19
19
  // src/state.ts
20
20
  var _State = class {
@@ -41,7 +41,7 @@ import {
41
41
  require_minimal,
42
42
  require_src,
43
43
  trace
44
- } from "./chunk-WAHNA3UH.js";
44
+ } from "./chunk-Y4EYUOCV.js";
45
45
 
46
46
  // ../../node_modules/.pnpm/universalify@2.0.1/node_modules/universalify/index.js
47
47
  var require_universalify = __commonJS({
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sentio/runtime",
3
- "version": "2.40.0-rc.25",
3
+ "version": "2.40.0-rc.26",
4
4
  "license": "Apache-2.0",
5
5
  "type": "module",
6
6
  "exports": {
package/src/multicall.ts CHANGED
@@ -1603,7 +1603,6 @@ export interface AggregateResult {
1603
1603
  const iface = new Interface(ABI)
1604
1604
 
1605
1605
  export function encodeMulticallData(calls: Array<Multicall3Call>) {
1606
- console.log(calls)
1607
1606
  return iface.encodeFunctionData('aggregate', [calls])
1608
1607
  }
1609
1608