Skip to content

Commit 0b4a81c

Browse files
authored
Change migration assumptions about IPFS (#363)
migration ipfs assumption change
1 parent e058ff2 commit 0b4a81c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

website/pages/en/cookbook/migrating-a-subgraph.mdx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ The process of migration is quick and your subgraphs will forever benefit from t
1212

1313
- You have already deployed a subgraph on the hosted service.
1414
- The subgraph is indexing a chain available (or available in beta) on The Graph Network.
15-
- The subgraph does not have IPFS or full-text search dependencies (these are not fully supported on the decentralized network yet).
15+
- The subgraph does not use `ipfs.cat` in handler functions.
16+
- The subgraph does not have full-text search dependencies (it is not fully supported on the decentralized network yet).
1617

1718
## Migrating an Existing Subgraph to The Graph Network
1819

0 commit comments

Comments
 (0)