From 5e1d82b153085dad7249a5f644e665955299078e Mon Sep 17 00:00:00 2001 From: Carlos V Date: Tue, 1 Oct 2024 20:10:14 +0000 Subject: [PATCH] fix: config comment of using both queryurl and deployment_id --- config/maximal-config-example.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/config/maximal-config-example.toml b/config/maximal-config-example.toml index 92ef98a9..216118e7 100644 --- a/config/maximal-config-example.toml +++ b/config/maximal-config-example.toml @@ -59,6 +59,8 @@ 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" @@ -66,7 +68,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