Skip to content

Commit

Permalink
Update subgraph.ts
Browse files Browse the repository at this point in the history
Deploying new subgraph version, avoid affecting testnets
  • Loading branch information
martillansky authored Sep 24, 2024
1 parent 50ab963 commit 6de41d2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/config/subgraph.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ export const subgraph_url = {
),
[sepolia.id]: (
(configSetSelection.id === configSets.testOld.id) ?
//"https://api.studio.thegraph.com/query/64099/proof-of-humanity-sepolia-test/v0.0.5" // OLD
"https://api.studio.thegraph.com/query/64099/proof-of-humanity-sepolia-test/version/latest" // OLD
"https://api.studio.thegraph.com/query/64099/proof-of-humanity-sepolia-test/v0.0.14" // OLD
//"https://api.studio.thegraph.com/query/64099/proof-of-humanity-sepolia-test/version/latest" // OLD
: (configSetSelection.id === configSets.testNew.id) ?
"https://api.studio.thegraph.com/query/64099/proof-of-humanity-sepolia/version/latest"
: ""
Expand Down

0 comments on commit 6de41d2

Please sign in to comment.