File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -17,11 +17,11 @@ export const TENDERLY_SPOCK_URL = 'https://pollingdb2-tenderly-staging.makerdao.
17
17
// const usePrivateSubgraph = process.env.USE_PRIVATE_SUBGRAPH === 'true';
18
18
// const permission = usePrivateSubgraph ? 'private' : 'public';
19
19
export const TENDERLY_SUBGRAPH_URL =
20
- 'https://query-subgraph-staging.sky.money/private/ subgraphs/name/jetstreamgg/subgraph-testnet' ;
20
+ 'https://query-subgraph-staging.sky.money/subgraphs/name/jetstreamgg/subgraph-testnet' ;
21
21
export const MAINNET_STAGING_SUBGRAPH_URL =
22
- 'https://query-subgraph-staging.sky.money/private/ subgraphs/name/jetstreamgg/subgraph-mainnet' ;
22
+ 'https://query-subgraph-staging.sky.money/subgraphs/name/jetstreamgg/subgraph-mainnet' ;
23
23
export const MAINNET_PROD_SUBGRAPH_URL =
24
- 'https://query-subgraph.sky.money/private/ subgraphs/name/jetstreamgg/subgraph-mainnet' ;
24
+ 'https://query-subgraph.sky.money/subgraphs/name/jetstreamgg/subgraph-mainnet' ;
25
25
26
26
export enum QueryFilterNames {
27
27
Active = 'active' ,
You can’t perform that action at this time.
0 commit comments