Skip to content

Commit 5e1d82b

Browse files
committed
fix: config comment of using both queryurl and deployment_id
1 parent 676a437 commit 5e1d82b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

config/maximal-config-example.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,14 +59,15 @@ syncing_interval_secs = 60
5959
recently_closed_allocation_buffer_secs = 3600
6060

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

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

0 commit comments

Comments
 (0)