Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -57,13 +57,7 @@ npm install -g @graphprotocol/graph-cli

### Subgraph Compatibility with The Graph Network

In order to be supported by Indexers on The Graph Network, subgraphs must:

- Index a [supported network](/supported-networks/)
- Must not use any of the following features:
- ipfs.cat & ipfs.map
- Non-fatal errors
- Grafting
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.

## Initialize Your Subgraph

Expand Down