From 6b018d1a8f7e4eb284a85cf4259e8036566c8c42 Mon Sep 17 00:00:00 2001 From: Michael Macaulay Date: Fri, 30 May 2025 15:31:09 -0400 Subject: [PATCH 1/2] Update --- website/src/pages/en/substreams/sps/introduction.mdx | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/website/src/pages/en/substreams/sps/introduction.mdx b/website/src/pages/en/substreams/sps/introduction.mdx index 92d8618165dd..88b1b0756bb4 100644 --- a/website/src/pages/en/substreams/sps/introduction.mdx +++ b/website/src/pages/en/substreams/sps/introduction.mdx @@ -5,6 +5,12 @@ sidebarTitle: Introduction Boost your Subgraph's efficiency and scalability by using [Substreams](/substreams/introduction/) to stream pre-indexed blockchain data. +## Prerequisites + +- Substreams-Powered Subgraphs are no longer available through [Subgraph Studio](http://thegraph.com/studio) +- Substreams-Powered Subgraphs can be run locally +- Substreams-Powered Subgraphs can be powered by Indexers on The Graph but will require direct coordination with Indexers in the [#substreams channel in Discord](https://discord.gg/graphprotocol). + ## Overview Use a Substreams package (`.spkg`) as a data source to give your Subgraph access to a stream of pre-indexed blockchain data. This enables more efficient and scalable data handling, especially with large or complex blockchain networks. From 9cad574afa0e8cb5ac1747c12e80e87495b070e1 Mon Sep 17 00:00:00 2001 From: Michael Macaulay Date: Fri, 30 May 2025 15:31:46 -0400 Subject: [PATCH 2/2] Tweak --- website/src/pages/en/substreams/sps/introduction.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/src/pages/en/substreams/sps/introduction.mdx b/website/src/pages/en/substreams/sps/introduction.mdx index 88b1b0756bb4..5f6fd4f326de 100644 --- a/website/src/pages/en/substreams/sps/introduction.mdx +++ b/website/src/pages/en/substreams/sps/introduction.mdx @@ -9,7 +9,7 @@ Boost your Subgraph's efficiency and scalability by using [Substreams](/substrea - Substreams-Powered Subgraphs are no longer available through [Subgraph Studio](http://thegraph.com/studio) - Substreams-Powered Subgraphs can be run locally -- Substreams-Powered Subgraphs can be powered by Indexers on The Graph but will require direct coordination with Indexers in the [#substreams channel in Discord](https://discord.gg/graphprotocol). +- Substreams-Powered Subgraphs can be powered by Indexers on The Graph but will require direct coordination with Indexers in the [#substreams channel in Discord](https://discord.gg/graphprotocol) ## Overview