Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Ensure historical invocations are configured correctly (#353)
Previously, indexer executions were hardcoded to run with `isHistorical = false`. This caused the `Current Block Height` to be incorrectly set to the `Current Historical Block height`. This PR updates Runner so that `isHistorical` is correctly set.
- Loading branch information