Skip to content

Commit

Permalink
chore: replace VESTINGS_QUERY_ENDPOINT with published version
Browse files Browse the repository at this point in the history
  • Loading branch information
1emu committed Aug 5, 2024
1 parent 65f467d commit 7a9c8a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/entities/Snapshot/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ export const SNAPSHOT_DURATION = Number(process.env.GATSBY_SNAPSHOT_DURATION ||
export const SNAPSHOT_URL = process.env.GATSBY_SNAPSHOT_URL || 'https://testnet.snapshot.org/'
export const SNAPSHOT_QUERY_ENDPOINT = `https://gateway-arbitrum.network.thegraph.com/api/${process.env.THE_GRAPH_API_KEY}/subgraphs/id/4YgtogVaqoM8CErHWDK8mKQ825BcVdKB8vBYmb4avAQo`
export const SNAPSHOT_API = process.env.GATSBY_SNAPSHOT_API || ''
export const VESTINGS_QUERY_ENDPOINT = 'https://api.studio.thegraph.com/query/84687/dcl-vestings/version/latest' //TODO: publish subgraph and use prod endpoint
export const VESTINGS_QUERY_ENDPOINT = `https://gateway-arbitrum.network.thegraph.com/api/${process.env.THE_GRAPH_API_KEY}/subgraphs/id/Dek4AeCYyGQ8Y2yeVNb2N7cfQDy7Pinka1jD5uWvRCxG`

0 comments on commit 7a9c8a5

Please sign in to comment.