From 3a71212b445a7b8bf82206a1a4044e664f53fa6e Mon Sep 17 00:00:00 2001 From: pdiogo Date: Fri, 24 May 2024 09:45:47 -0600 Subject: [PATCH] docs: added base, scroll and linea to the feature support matrix --- docs/feature-support-matrix.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/docs/feature-support-matrix.md b/docs/feature-support-matrix.md index 68f9a360c..fc4e5ed83 100644 --- a/docs/feature-support-matrix.md +++ b/docs/feature-support-matrix.md @@ -23,6 +23,9 @@ The matrix below reflects the canonical Council-ratified version. As outlined in | eip155:250 | fantom | Yes | Yes | Yes | Yes | Yes | | eip155:137 | polygon | Yes | Yes | Yes | Yes | Yes | | eip155:10 | optimism | Yes | Yes | Yes | Yes | Yes | +| eip155:8453 | base | Yes | Yes | Yes | Yes | Yes | +| eip155:341690 | scroll | Yes | Yes | Yes | Yes | Yes | +| eip155:243192 | linea | Yes | Yes | Yes | Yes | Yes | | **Data Source Features** | | | | | | | | ipfs.cat in mappings | | Yes | Yes | No | No | No | | ENS | | Yes | Yes | Yes | Yes | Yes | @@ -30,6 +33,9 @@ The matrix below reflects the canonical Council-ratified version. As outlined in | File data sources: IPFS | | Yes | Yes | No | Yes | Yes | | Substreams: mainnet | | Yes | Yes | Yes | Yes | Yes | | Substreams: optimism | | Yes | Yes | Yes | Yes | Yes | +| Substreams: base | | Yes | Yes | Yes | Yes | Yes | +| Substreams: scroll | | Yes | Yes | Yes | Yes | Yes | +| Substreams: linea | | Yes | Yes | Yes | Yes | Yes | The accepted `graph-node` version range must always be specified; it always comprises the latest available version and the one immediately preceding it. The latest for the feature matrix above: @@ -48,4 +54,4 @@ graph-node: >=0.35.0 <0.36.0 - Aliases can be used in subgraph manifest files to refer to specific networks. - Experimental features are generally not fully supported for indexing rewards and arbitration, and usage of experimental features will be considered during any arbitration that does occur. - Query fees apply to all queries, regardless of the underlying features used by a subgraph. -- Subgraph features not named in the matrix are assumed to be fully supported for indexing & query rewards and arbitration +- Subgraph features not named in the matrix are assumed to be fully supported for indexing & query rewards and arbitration \ No newline at end of file