We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d5de9f3 commit ecb4af6Copy full SHA for ecb4af6
website/src/pages/en/subgraphs/developing/deploying/using-subgraph-studio.mdx
@@ -60,10 +60,12 @@ npm install -g @graphprotocol/graph-cli
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
+- NOT use any of the following data source types or features:
+ - eip155
+ - near
+ - cosmos
67
+ - arweave
68
+ - ipfs.cat in mappings
69
70
## Initialize Your Subgraph
71
0 commit comments