Skip to content
Merged
Changes from 1 commit
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 @@ -60,10 +60,12 @@ npm install -g @graphprotocol/graph-cli
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
- NOT use any of the following data source types or features:
- eip155
- near
- cosmos
- arweave
- ipfs.cat in mappings

## Initialize Your Subgraph

Expand Down
Loading