From 2a474c4f00b90f672e7361b581fb5cab3c6e4441 Mon Sep 17 00:00:00 2001 From: Jose Javier Alvarez Rodriguez Date: Mon, 2 Sep 2024 16:02:18 +0200 Subject: [PATCH] setting up the correct subgraph id --- src/network-config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/network-config.js b/src/network-config.js index 3ecbeda46..61b0a4ca2 100644 --- a/src/network-config.js +++ b/src/network-config.js @@ -21,7 +21,7 @@ export const networkConfigs = { defaultEth: 'wss://mainnet.eth.aragon.network/ws', }, connectGraphEndpoint: - 'https://gateway.thegraph.com/api/2beceb14035d698246ab171cdf757fb1/subgraphs/id/2FimrYNeZ58czJkUqpBpEWPwYqBs1Duv29hXPyUmAre4', + 'https://gateway.thegraph.com/api/2beceb14035d698246ab171cdf757fb1/subgraphs/id/4yGHqv2uE7zDNxkZcevTMBzwzXKpMm3FGJRJ3c3r5Qw8', settings: { chainId: 1, testnet: false,