Skip to content

Commit

Permalink
chore: update subgraph endpoint for Mainnet
Browse files Browse the repository at this point in the history
  • Loading branch information
gratestas committed Sep 13, 2024
1 parent 1d57e5a commit 12a63dd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/data/environments.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ const environments = {
deployments: {
"0x87aade1067ed0276ec9bef6db8e17abe27a6b454": {
subgraph: {
endpoint: "https://api.thegraph.com/subgraphs/name/proveuswrong/thetruthpost",
endpoint: "https://api.studio.thegraph.com/query/88965/thetruthpost/version/latest",
queries: commonQueries,
},
},
Expand All @@ -34,7 +34,7 @@ const environments = {
deployments: {
"0x87aade1067ed0276ec9bef6db8e17abe27a6b454": {
subgraph: {
endpoint: "https://api.thegraph.com/subgraphs/name/proveuswrong/thetruthpost",
endpoint: "https://api.studio.thegraph.com/query/88965/thetruthpost/version/latest",
queries: commonQueries,
},
},
Expand Down

0 comments on commit 12a63dd

Please sign in to comment.