From 9749d35a4090bdd316bc79bd3c79df34dfcc0176 Mon Sep 17 00:00:00 2001 From: Idalith Bustos Date: Tue, 16 Dec 2025 17:27:14 -0800 Subject: [PATCH] Sps removal --- website/src/pages/en/indexing/new-chain-integration.mdx | 4 ---- 1 file changed, 4 deletions(-) diff --git a/website/src/pages/en/indexing/new-chain-integration.mdx b/website/src/pages/en/indexing/new-chain-integration.mdx index 49cd840a9c99..aa7653f6e2c1 100644 --- a/website/src/pages/en/indexing/new-chain-integration.mdx +++ b/website/src/pages/en/indexing/new-chain-integration.mdx @@ -63,7 +63,3 @@ Configuring Graph Node is as easy as preparing your local environment. Once your > Do not change the env var name itself. It must remain `ethereum` even if the network name is different. 3. Run an IPFS node or use the one used by The Graph: https://ipfs.thegraph.com - -## Substreams-powered Subgraphs - -For StreamingFast-led Firehose/Substreams integrations, basic support for foundational Substreams modules (e.g. decoded transactions, logs and smart-contract events) and Substreams codegen tools are included. These tools enable the ability to enable [Substreams-powered Subgraphs](/substreams/sps/introduction/). Follow the [How-To Guide](https://substreams.streamingfast.io/documentation/how-to-guides/intro-your-first-application) and run `substreams codegen subgraph` to experience the codegen tools for yourself.