Skip to content

Commit

Permalink
fix: config comment of using both queryurl and deployment_id
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosvdr committed Oct 1, 2024
1 parent 676a437 commit 5e1d82b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion config/maximal-config-example.toml
Original file line number Diff line number Diff line change
Expand Up @@ -59,14 +59,15 @@ syncing_interval_secs = 60
recently_closed_allocation_buffer_secs = 3600

[subgraphs.escrow]
# NOTE: It is heavily recomended to use both `query_url` and `deployment_id`,
# however it can work with either one.
# Query URL for the Escrow subgraph.
query_url = "http://example.com/network-subgraph"
# Optional, Auth token will used a "bearer auth"
# query_auth_token = "super-secret"

# Optional, deployment to look for in the local `graph-node`, if locally indexed.
# Locally indexing the subgraph is recommended.
# NOTE: Use `query_url` or `deployment_id` only
deployment_id = "Qmaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa"
# Refreshing interval for the Escrow contracts information from the Escrow subgraph.
syncing_interval_secs = 60
Expand Down

0 comments on commit 5e1d82b

Please sign in to comment.