From b77402cca77ac50d5151281183af35536b2c2cf4 Mon Sep 17 00:00:00 2001 From: Idalith <126833353+idalithb@users.noreply.github.com> Date: Mon, 13 Jan 2025 11:11:51 -0800 Subject: [PATCH] Update substreams-powered-subgraphs.mdx (#850) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Update substreams-powered-subgraphs.mdx -adding link to supported networks * Update * Update website/pages/en/subgraphs/cookbook/substreams-powered-subgraphs.mdx Co-authored-by: Benoît Rouleau * Update website/pages/ar/subgraphs/cookbook/substreams-powered-subgraphs.mdx Co-authored-by: Benoît Rouleau --------- Co-authored-by: Benoît Rouleau --- .../ar/subgraphs/cookbook/substreams-powered-subgraphs.mdx | 2 +- .../en/subgraphs/cookbook/substreams-powered-subgraphs.mdx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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