Skip to content

Commit ec719e8

Browse files
committed
docs: config comment of using both queryurl and deployment_id
1 parent 676a437 commit ec719e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/maximal-config-example.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,14 +59,14 @@ 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`,
6263
# Query URL for the Escrow subgraph.
6364
query_url = "http://example.com/network-subgraph"
6465
# Optional, Auth token will used a "bearer auth"
6566
# query_auth_token = "super-secret"
6667

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

0 commit comments

Comments
 (0)