Skip to content

Commit

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

0 comments on commit b0737d2

Please sign in to comment.