diff --git a/src/config/subgraph.ts b/src/config/subgraph.ts index c8fb50a..e5653e4 100644 --- a/src/config/subgraph.ts +++ b/src/config/subgraph.ts @@ -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" : ""