Skip to content
Merged
Changes from all commits
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
3 changes: 2 additions & 1 deletion website/pages/en/cookbook/migrating-a-subgraph.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ The process of migration is quick and your subgraphs will forever benefit from t

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

## Migrating an Existing Subgraph to The Graph Network

Expand Down