diff --git a/website/pages/ar/subgraphs/cookbook/substreams-powered-subgraphs.mdx b/website/pages/ar/subgraphs/cookbook/substreams-powered-subgraphs.mdx index 84e1b0adfd3b..ef6f19df427b 100644 --- a/website/pages/ar/subgraphs/cookbook/substreams-powered-subgraphs.mdx +++ b/website/pages/ar/subgraphs/cookbook/substreams-powered-subgraphs.mdx @@ -158,7 +158,7 @@ Substreams-powered subgraphs introduce a new `kind` of data source, "substreams" This data source must specify the indexed network, the Substreams package (`spkg`) as a relative file location, and the module within that Substreams package which produces subgraph-compatible entity changes (in this case `map_entity_changes`, from the Substreams package above). The mapping is specified, but simply identifies the mapping kind ("substreams/graph-entities") and the apiVersion. -> Currently, Subgraph Studio and The Graph Network support Substreams-powered subgraphs which index `mainnet` (Mainnet Ethereum). +> Currently, Subgraph Studio and The Graph Network support Substreams-powered subgraphs. Review [supported networks](/supported-networks/) for additional details. ```yaml specVersion: 0.0.4 diff --git a/website/pages/en/subgraphs/cookbook/substreams-powered-subgraphs.mdx b/website/pages/en/subgraphs/cookbook/substreams-powered-subgraphs.mdx index 84e1b0adfd3b..ef6f19df427b 100644 --- a/website/pages/en/subgraphs/cookbook/substreams-powered-subgraphs.mdx +++ b/website/pages/en/subgraphs/cookbook/substreams-powered-subgraphs.mdx @@ -158,7 +158,7 @@ Substreams-powered subgraphs introduce a new `kind` of data source, "substreams" This data source must specify the indexed network, the Substreams package (`spkg`) as a relative file location, and the module within that Substreams package which produces subgraph-compatible entity changes (in this case `map_entity_changes`, from the Substreams package above). The mapping is specified, but simply identifies the mapping kind ("substreams/graph-entities") and the apiVersion. -> Currently, Subgraph Studio and The Graph Network support Substreams-powered subgraphs which index `mainnet` (Mainnet Ethereum). +> Currently, Subgraph Studio and The Graph Network support Substreams-powered subgraphs. Review [supported networks](/supported-networks/) for additional details. ```yaml specVersion: 0.0.4