From f931744e6f67ab9e2d4a1eb24634c9db55f61a24 Mon Sep 17 00:00:00 2001 From: carlosvdr <131038589+carlosvdr@users.noreply.github.com> Date: Fri, 4 Oct 2024 02:01:55 -0600 Subject: [PATCH] docs: config comment of using both queryurl and deployment_id (#341) --- 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 92ef98a9..a20b683e 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