You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
\*Preliminary network support via the [upgrade Indexer](https://thegraph.com/blog/upgrade-indexer/)
13
-
⁠<sup>†</sup> Supports Substreams
12
+
\*Baseline network support provided by the [upgrade Indexer](https://thegraph.com/blog/upgrade-indexer/).
13
+
\*\* Integration with Graph Node: `evm`, `near`, `cosmos`, `osmosis` and `ar` have native handler and type support in Graph Node. Chains which are Firehose- and Substreams-compatible can leverage the generalised [Substreams-powered subgraph](/cookbook/substreams-powered-subgraphs) integration (this includes `evm` and `near` networks). ⁠<sup>†</sup> Supports deployment of [Substreams-powered subgraphs](/cookbook/substreams-powered-subgraphs).
14
14
15
-
The hosted service relies on the stability and reliability of the underlying technologies, namely the provided JSON RPC endpoints.
15
+
- The hosted service and Subgraph Studio rely on the stability and reliability of the underlying technologies, for example JSON-RPC, Firehose and Substreams endpoints.
16
+
- Subgraphs indexing Gnosis Chain can now be deployed with the `gnosis` network identifier. `xdai` is still supported for existing hosted service subgraphs.
17
+
- If a subgraph was published via the CLI and picked up by an Indexer, it could technically be queried even without support, and efforts are underway to further streamline integration of new networks.
18
+
- For a full list of which features are supported on the decentralized network, see [this page](https://github.com/graphprotocol/indexer/blob/main/docs/feature-support-matrix.md).
16
19
17
-
Subgraphs indexing Gnosis Chain can now be deployed with the `gnosis` network identifier. `xdai` is still supported for existing hosted service subgraphs.
18
-
19
-
For a full list of which features are supported on the decentralized network, see [this page](https://github.com/graphprotocol/indexer/blob/main/docs/feature-support-matrix.md).
20
-
21
-
Substreams-powered subgraphs indexing `mainnet` Ethereum are supported in Subgraph Studio and on the decentralized network.
22
-
23
-
## Graph Node
20
+
## Running Graph Node locally
24
21
25
22
If your preferred network isn't supported on The Graph's decentralized network, you can run your own [Graph Node](https://github.com/graphprotocol/graph-node) to index any EVM-compatible network. Make sure that the [version](https://github.com/graphprotocol/graph-node/releases) you are using supports the network and you have the needed configuration.
26
23
27
-
Graph Node can also index other protocols, via a Firehose integration. Firehose integrations have been created for NEAR, Arweave and Cosmos-based networks.
24
+
Graph Node can also index other protocols, via a Firehose integration. Firehose integrations have been created for NEAR, Arweave and Cosmos-based networks. Additionally, Graph Node can support Substreams-powered subgraphs for any network with Substreams support.
Copy file name to clipboardExpand all lines: website/pages/fr/network/benefits.mdx
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -73,8 +73,8 @@ Les coûts des requêtes peuvent varier ; le coût indiqué est la moyenne au m
73
73
74
74
<sup>†</sup>Temps d'ingénierie basé sur une hypothèse de 200 $ de l'heure
75
75
76
-
<sup>‡</sup> en utilisant la fonction "max query budget" dans l'onglet "budget billing", tout en maintenant une qualité de
77
-
service élevée
76
+
<sup>‡</sup> en utilisant la fonction "max query budget" dans l'onglet "budget billing", tout en maintenant une qualité
77
+
de service élevée
78
78
79
79
Les coûts estimés ne concernent que les subgraphs du Mainnet Ethereum - les coûts sont encore plus élevés en cas d'auto-hébergement d'un `graph-node` sur d'autres réseaux.
0 commit comments