File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -20,8 +20,7 @@ export const networkConfigs = {
2020 nodes : {
2121 defaultEth : 'wss://mainnet.eth.aragon.network/ws' ,
2222 } ,
23- connectGraphEndpoint :
24- 'https://gateway.thegraph.com/api/2beceb14035d698246ab171cdf757fb1/subgraphs/id/4yGHqv2uE7zDNxkZcevTMBzwzXKpMm3FGJRJ3c3r5Qw8' ,
23+ connectGraphEndpoint : `https://gateway.thegraph.com/api/${ process . env . SUBGRAPH_API_KEY } /subgraphs/id/4yGHqv2uE7zDNxkZcevTMBzwzXKpMm3FGJRJ3c3r5Qw8` ,
2524 settings : {
2625 chainId : 1 ,
2726 testnet : false ,
@@ -174,7 +173,7 @@ export const networkConfigs = {
174173 } ,
175174 nodes : {
176175 defaultEth :
177- ' wss://polygon-mumbai.g.alchemy.com/v2/wgOXirpZVAKhsdwji9jzIE2rax8BsmHT' ,
176+ ` wss://polygon-mumbai.g.alchemy.com/v2/${ process . env . ALCHEMY_API_KEY } ` ,
178177 } ,
179178 connectGraphEndpoint : null ,
180179 settings : {
You can’t perform that action at this time.
0 commit comments