diff --git a/packages/indexer-common/src/graph-node.ts b/packages/indexer-common/src/graph-node.ts index 785d0f574..90745325b 100644 --- a/packages/indexer-common/src/graph-node.ts +++ b/packages/indexer-common/src/graph-node.ts @@ -195,7 +195,7 @@ export class GraphNode { return { id: new SubgraphDeploymentID(status.subgraphDeployment), node: status.node, - paused: status.paused, + paused: status.paused ?? status.node === 'removed', } }) } catch (error) {