From ec719e8ca767555ba1b54cfc75fa4ae9c178641d Mon Sep 17 00:00:00 2001 From: Carlos V Date: Tue, 1 Oct 2024 20:10:14 +0000 Subject: [PATCH] docs: config comment of using both queryurl and deployment_id --- config/maximal-config-example.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/maximal-config-example.toml b/config/maximal-config-example.toml index 92ef98a93..a20b683eb 100644 --- a/config/maximal-config-example.toml +++ b/config/maximal-config-example.toml @@ -59,6 +59,7 @@ 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`, # Query URL for the Escrow subgraph. query_url = "http://example.com/network-subgraph" # Optional, Auth token will used a "bearer auth" @@ -66,7 +67,6 @@ query_url = "http://example.com/network-subgraph" # 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