From 8a655207d18209710248833c0a1086a6322d3bd8 Mon Sep 17 00:00:00 2001 From: Liu <57480598+liu-zhipeng@users.noreply.github.com> Date: Mon, 30 Oct 2023 17:23:27 +0800 Subject: [PATCH] fix: restore gnosis subgraph comment --- packages/adapters/subgraph/.graphclientrc.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/adapters/subgraph/.graphclientrc.yml b/packages/adapters/subgraph/.graphclientrc.yml index 2d164cebd5..4d63298897 100644 --- a/packages/adapters/subgraph/.graphclientrc.yml +++ b/packages/adapters/subgraph/.graphclientrc.yml @@ -455,9 +455,9 @@ sources: graphql: strategy: fallback sources: - #- endpoint: "https://gateway.thegraph.com/api/{env.GRAPH_API_KEY}/subgraphs/id/EdS5b1Zbw8A5KHs4JRnWDKdM5K2Hnq97UuE8RG9b61Ey" - # retry: 2 - # timeout: 30000 # 30 seconds + - endpoint: "https://gateway.thegraph.com/api/{env.GRAPH_API_KEY}/subgraphs/id/EdS5b1Zbw8A5KHs4JRnWDKdM5K2Hnq97UuE8RG9b61Ey" + retry: 2 + timeout: 30000 # 30 seconds - endpoint: "https://api.thegraph.com/subgraphs/name/connext/amarok-runtime-v0-gnosis" retry: 5 timeout: 30000 # 30 seconds