ponder 0.8.23 → 0.8.24

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.
@@ -6102,6 +6102,8 @@ var processSetupEvents = async (indexingService, {
6102
6102
  const source = sources.find(
6103
6103
  (s) => s.type === "contract" && s.name === contractName && s.filter.chainId === network.chainId
6104
6104
  );
6105
+ if (source === void 0)
6106
+ continue;
6105
6107
  if (indexingService.isKilled)
6106
6108
  return { status: "killed" };
6107
6109
  indexingService.eventCount[eventName]++;