From 85d4f3a814d3bfadd3379cf8960c9f6661608575 Mon Sep 17 00:00:00 2001 From: Jose Javier Alvarez Rodriguez Date: Mon, 2 Sep 2024 14:10:58 +0200 Subject: [PATCH] Testing new endpoint Updating new endpoint to be able to query to thegraph --- 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 0a4d5cda8..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://api.thegraph.com/subgraphs/name/aragon/aragon-mainnet', + 'https://gateway.thegraph.com/api/2beceb14035d698246ab171cdf757fb1/subgraphs/id/4yGHqv2uE7zDNxkZcevTMBzwzXKpMm3FGJRJ3c3r5Qw8', settings: { chainId: 1, testnet: false,