Skip to content

Commit

Permalink
Update subgraph.ts
Browse files Browse the repository at this point in the history
Preparing subgraph upgrades
  • Loading branch information
martillansky authored Sep 27, 2024
1 parent e6585ed commit 2654b48
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/config/subgraph.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ export type queryReturnType<Q extends queryType> = Record<
export const subgraph_url = {
[mainnet.id]: (
(configSetSelection.id === configSets.main.id) ?
//"https://api.studio.thegraph.com/query/64099/poh-origin-mainnet/v0.0.1"
"https://api.studio.thegraph.com/query/64099/poh-origin-mainnet/version/latest"
"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"
: (configSetSelection.id === configSets.mainOld.id) ?
"https://api.studio.thegraph.com/query/64099/proof-of-humanity-mainnet/version/latest"
: (configSetSelection.id === configSets.mainPreAudit.id) ?
Expand All @@ -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.1"
"https://api.studio.thegraph.com/query/64099/poh-origin-gnosis/version/latest"
"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"
: (configSetSelection.id === configSets.mainOld.id) ?
"https://api.studio.thegraph.com/query/64099/proof-of-humanity-gnosis/version/latest"
: (configSetSelection.id === configSets.mainPreAudit.id) ?
Expand Down

0 comments on commit 2654b48

Please sign in to comment.