@sentio/runtime 2.60.1-rc.1 → 2.60.2-rc.1

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.
@@ -57241,7 +57241,7 @@ var QueuedStaticJsonRpcProvider = class extends JsonRpcProvider {
57241
57241
  this.executor = new PQueue({ concurrency });
57242
57242
  }
57243
57243
  async send(method, params) {
57244
- if (method !== "eth_call") {
57244
+ if (method !== "eth_call" || params.length > 2) {
57245
57245
  return await this.executor.add(() => super.send(method, params));
57246
57246
  }
57247
57247
  const tag = getTag2(method, params);
@@ -59978,4 +59978,4 @@ long/umd/index.js:
59978
59978
  @noble/curves/esm/secp256k1.js:
59979
59979
  (*! noble-curves - MIT License (c) 2022 Paul Miller (paulmillr.com) *)
59980
59980
  */
59981
- //# sourceMappingURL=chunk-OJKZJGLN.js.map
59981
+ //# sourceMappingURL=chunk-HGBQUZC6.js.map