From 960071e192f6ff79aa4eea287aa389252e007a46 Mon Sep 17 00:00:00 2001 From: Martin Date: Thu, 10 Oct 2024 16:03:27 -0300 Subject: [PATCH] Update subgraph.ts --- src/config/subgraph.ts | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/config/subgraph.ts b/src/config/subgraph.ts index cfd0462..0ae6ad4 100644 --- a/src/config/subgraph.ts +++ b/src/config/subgraph.ts @@ -14,8 +14,8 @@ export type queryReturnType = Record< export const subgraph_url = { [mainnet.id]: ( (configSetSelection.id === configSets.main.id) ? - //"https://api.studio.thegraph.com/query/64099/poh-origin-mainnet/v0.0.2" - "https://api.studio.thegraph.com/query/64099/poh-origin-mainnet/version/latest" + "https://api.studio.thegraph.com/query/64099/poh-origin-mainnet/v0.0.4" + //"https://api.studio.thegraph.com/query/64099/poh-origin-mainnet/version/latest" : (configSetSelection.id === configSets.mainOld.id) ? "https://api.studio.thegraph.com/query/64099/proof-of-humanity-mainnet/version/latest" : (configSetSelection.id === configSets.mainPreAudit.id) ? @@ -24,8 +24,8 @@ export const subgraph_url = { ), [gnosis.id]: ( (configSetSelection.id === configSets.main.id) ? - //"https://api.studio.thegraph.com/query/64099/poh-origin-gnosis/v0.0.2" - "https://api.studio.thegraph.com/query/64099/poh-origin-gnosis/version/latest" + "https://api.studio.thegraph.com/query/64099/poh-origin-gnosis/v0.0.4" + //"https://api.studio.thegraph.com/query/64099/poh-origin-gnosis/version/latest" : (configSetSelection.id === configSets.mainOld.id) ? "https://api.studio.thegraph.com/query/64099/proof-of-humanity-gnosis/version/latest" : (configSetSelection.id === configSets.mainPreAudit.id) ?