Skip to content

Commit

Permalink
Merge pull request #945 from makerdao/remove-private
Browse files Browse the repository at this point in the history
remove /private from the urls
  • Loading branch information
tyler17 authored Oct 23, 2024
2 parents 99b3c84 + be84f49 commit aadf438
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions modules/gql/gql.constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ export const TENDERLY_SPOCK_URL = 'https://pollingdb2-tenderly-staging.makerdao.
// const usePrivateSubgraph = process.env.USE_PRIVATE_SUBGRAPH === 'true';
// const permission = usePrivateSubgraph ? 'private' : 'public';
export const TENDERLY_SUBGRAPH_URL =
'https://query-subgraph-staging.sky.money/private/subgraphs/name/jetstreamgg/subgraph-testnet';
'https://query-subgraph-staging.sky.money/subgraphs/name/jetstreamgg/subgraph-testnet';
export const MAINNET_STAGING_SUBGRAPH_URL =
'https://query-subgraph-staging.sky.money/private/subgraphs/name/jetstreamgg/subgraph-mainnet';
'https://query-subgraph-staging.sky.money/subgraphs/name/jetstreamgg/subgraph-mainnet';
export const MAINNET_PROD_SUBGRAPH_URL =
'https://query-subgraph.sky.money/private/subgraphs/name/jetstreamgg/subgraph-mainnet';
'https://query-subgraph.sky.money/subgraphs/name/jetstreamgg/subgraph-mainnet';

export enum QueryFilterNames {
Active = 'active',
Expand Down

0 comments on commit aadf438

Please sign in to comment.