Skip to content

Commit

Permalink
Add SUBGRAPH_API_URL
Browse files Browse the repository at this point in the history
  • Loading branch information
xavikh authored Feb 25, 2025
1 parent 2a474c4 commit f68c4a1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/network-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,7 @@ export const networkConfigs = {
nodes: {
defaultEth: 'wss://mainnet.eth.aragon.network/ws',
},
connectGraphEndpoint:
'https://gateway.thegraph.com/api/2beceb14035d698246ab171cdf757fb1/subgraphs/id/4yGHqv2uE7zDNxkZcevTMBzwzXKpMm3FGJRJ3c3r5Qw8',
connectGraphEndpoint: process.env.SUBGRAPH_API_URL,
settings: {
chainId: 1,
testnet: false,
Expand Down

0 comments on commit f68c4a1

Please sign in to comment.