Skip to content

Commit 52574e2

Browse files
committed
chore: update subgraph endpoint for Mainnet
1 parent 1d57e5a commit 52574e2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/data/environments.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ const environments = {
88
deployments: {
99
"0x87aade1067ed0276ec9bef6db8e17abe27a6b454": {
1010
subgraph: {
11-
endpoint: "https://api.thegraph.com/subgraphs/name/proveuswrong/thetruthpost",
11+
endpoint: "https://api.studio.thegraph.com/query/88965/thetruthpost/version/latest",
1212
queries: commonQueries,
1313
},
1414
},
@@ -34,7 +34,7 @@ const environments = {
3434
deployments: {
3535
"0x87aade1067ed0276ec9bef6db8e17abe27a6b454": {
3636
subgraph: {
37-
endpoint: "https://api.thegraph.com/subgraphs/name/proveuswrong/thetruthpost",
37+
endpoint: "https://api.studio.thegraph.com/query/88965/thetruthpost/version/latest",
3838
queries: commonQueries,
3939
},
4040
},

0 commit comments

Comments
 (0)