Skip to content

Commit

Permalink
Fix sg url for sepolia
Browse files Browse the repository at this point in the history
  • Loading branch information
Fernando Ramirez committed Sep 19, 2023
1 parent 489e131 commit 5eb024c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/subgraph/endpoints.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { THE_BADGE_THE_GRAPH_BASE_URL } from '../utils/constants'
// subgraph URLs
const GOERLI_SG_URL_DEV = THE_BADGE_THE_GRAPH_BASE_URL + 'develop'
const GOERLI_SG_URL_QA = THE_BADGE_THE_GRAPH_BASE_URL + 'staging'
const SEPOLIA_SG_URL = 'https://api.studio.thegraph.com/query/51391/thebadge-dev/version/latest'
const SEPOLIA_SG_URL = 'https://api.studio.thegraph.com/query/51391/thebadge-sepolia-staging/version/latest'

// TODO replace with PROD url (THE_BADGE_THE_GRAPH_BASE_URL + 'prod') when it is available
const ETH_GRAPH_URL_PROD = GOERLI_SG_URL_QA
Expand Down

0 comments on commit 5eb024c

Please sign in to comment.