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.