Skip to content

Commit

Permalink
Update smart-contracts/advanced/fevm-indexers.md
Browse files Browse the repository at this point in the history
Co-authored-by: Steve Loeppky <[email protected]>
  • Loading branch information
ArseniiPetrovich and BigLep authored Nov 1, 2024
1 parent 62a7f8a commit f13c589
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion smart-contracts/advanced/fevm-indexers.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ Developing a subgraph requires specialized knowledge that can be obtained throug

### Deploying Subgraphs

Just as with database data queried through SQL, subgraphs have to be stored somewhere. You may run a self-hosted instance as described in [The Graph Academy examples](https://thegraph.academy/developers/local-development/) and deploy a subgraph there. However, as with RPC nodes and databases, running subgraphs locally in production is not recommended from an uptime standpoint. For hosting the subgraph, it is reasonable to use online web services such as AWS or refer to professional subgraph providers such as [Protofire (aka Glif Nodes)](https://api.node.glif.io).
Just as with database data queried through SQL, subgraphs have to be stored somewhere. You may run a self-hosted instance as described in [The Graph Academy examples](https://thegraph.academy/developers/local-development/) and deploy a subgraph there. However, as with RPC nodes and databases, running subgraphs locally in production is not recommended from an uptime standpoint. For hosting the subgraph, it is reasonable to use online web services such as AWS or refer to professional subgraph providers such as [Protofire (aka Glif Nodes)](https://api.node.glif.io/graph).

#### Example: Deploying a Subgraph with Glif Nodes (Protofire)

Expand Down

0 comments on commit f13c589

Please sign in to comment.