Skip to content

Commit ecb4af6

Browse files
committed
Updating Subgraph Compatibility
1 parent d5de9f3 commit ecb4af6

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

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

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -60,10 +60,12 @@ npm install -g @graphprotocol/graph-cli
6060
In order to be supported by Indexers on The Graph Network, subgraphs must:
6161

6262
- 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
63+
- NOT use any of the following data source types or features:
64+
- eip155
65+
- near
66+
- cosmos
67+
- arweave
68+
- ipfs.cat in mappings
6769

6870
## Initialize Your Subgraph
6971

0 commit comments

Comments
 (0)