Skip to content

Commit a8d0588

Browse files
authored
Updating Subgraph Compatibility (#884)
* Updating Subgraph Compatibility
1 parent cee1092 commit a8d0588

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

website/src/pages/en/subgraphs/developing/deploying/using-subgraph-studio.mdx

+1-7
Original file line numberDiff line numberDiff line change
@@ -57,13 +57,7 @@ npm install -g @graphprotocol/graph-cli
5757
5858
### Subgraph Compatibility with The Graph Network
5959

60-
In order to be supported by Indexers on The Graph Network, subgraphs must:
61-
62-
- Index a [supported network](/supported-networks/)
63-
- Must not use any of the following features:
64-
- ipfs.cat & ipfs.map
65-
- Non-fatal errors
66-
- Grafting
60+
To be supported by Indexers on The Graph Network, subgraphs must index a [supported network](/supported-networks/). For a full list of supported and unsupported features, check out the [Feature Support Matrix](https://github.com/graphprotocol/indexer/blob/main/docs/feature-support-matrix.md) repo.
6761

6862
## Initialize Your Subgraph
6963

0 commit comments

Comments
 (0)