Skip to content

Commit

Permalink
Add ALCHEMY_API_KEY (#1828)
Browse files Browse the repository at this point in the history
  • Loading branch information
xavikh authored Feb 25, 2025
1 parent b286dcc commit 7b93545
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 @@ -21,7 +21,7 @@ export const networkConfigs = {
defaultEth: 'wss://mainnet.eth.aragon.network/ws',
},
connectGraphEndpoint:
'https://gateway.thegraph.com/api/2beceb14035d698246ab171cdf757fb1/subgraphs/id/4yGHqv2uE7zDNxkZcevTMBzwzXKpMm3FGJRJ3c3r5Qw8',
`https://gateway.thegraph.com/api/${process.env.SUBGRAPH_API_KEY}/subgraphs/id/4yGHqv2uE7zDNxkZcevTMBzwzXKpMm3FGJRJ3c3r5Qw8`,
settings: {
chainId: 1,
testnet: false,
Expand Down Expand Up @@ -174,7 +174,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 7b93545

Please sign in to comment.