Skip to content

Commit 33dafc0

Browse files
committed
updating
1 parent ecb4af6 commit 33dafc0

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

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

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -57,15 +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-
- NOT use any of the following data source types or features:
64-
- eip155
65-
- near
66-
- cosmos
67-
- arweave
68-
- ipfs.cat in mappings
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.
6961

7062
## Initialize Your Subgraph
7163

0 commit comments

Comments
 (0)