diff --git a/website/src/pages/en/subgraphs/upgrade-indexer.mdx b/website/src/pages/en/subgraphs/upgrade-indexer.mdx index c314c8a3a1f3..8d6c874bec12 100644 --- a/website/src/pages/en/subgraphs/upgrade-indexer.mdx +++ b/website/src/pages/en/subgraphs/upgrade-indexer.mdx @@ -11,12 +11,12 @@ Originally designed as a transitional support, its primary purpose was to facili ### What it does -- Provides immediate query support for all newly deployed subgraphs. +- Provides immediate query support for all newly deployed Subgraphs. - Functions as the sole supporting Indexer for each chain until indexing rewards are activated. ### What it does **not** do -- Does not permanently index subgraphs. Subgraph owners should curate subgraphs to use independent Indexers long term. +- Does not permanently index Subgraphs. Subgraph owners should curate Subgraphs to use independent Indexers long term. - Does not compete for rewards. The Upgrade Indexer's participation on the Graph Network does not dilute rewards for other Indexers. - Doesn't support Time Travel Queries (TTQ). All Subgraphs on the Upgrade Indexer are auto-pruned. If TTQs are needed on a Subgraph, [curation signal can be added](/subgraphs/developing/publishing/publishing-a-subgraph/#adding-signal-to-your-subgraph) to attract Indexers that will support this feature.