From b5ac6458d870429bd22b85abf98e834257bef12f Mon Sep 17 00:00:00 2001 From: andytudhope <13001517+andytudhope@users.noreply.github.com> Date: Mon, 29 Jul 2024 21:46:22 +0200 Subject: [PATCH] update subgraph --- src/honour/constants.js | 2 +- src/modules/web3/constants.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/honour/constants.js b/src/honour/constants.js index 8292c80aa..03db211f6 100644 --- a/src/honour/constants.js +++ b/src/honour/constants.js @@ -9,7 +9,7 @@ export const apiUrl = 'https://propose.honour.community' // The subgraph url to fetch proposalIDs from export const graphUrl = - 'https://api.studio.thegraph.com/query/24825/honour-goerli/0.1.1' + 'https://api.studio.thegraph.com/query/24825/honour/version/latest' const abis = { honour: `[ diff --git a/src/modules/web3/constants.js b/src/modules/web3/constants.js index f27f1ce6a..269751f70 100644 --- a/src/modules/web3/constants.js +++ b/src/modules/web3/constants.js @@ -5,7 +5,7 @@ const proposer = '0x4Daf7C338134C0Bf9aaB7C4D7dEa6e8418385c29' const apiUrl = 'https://propose.honour.community' // The subgraph url to fetch proposalIDs from -const graphUrl = 'https://api.studio.thegraph.com/query/24825/honour/0.0.1' +const graphUrl = 'https://api.studio.thegraph.com/query/24825/honour/version/latest' const goerli = '0x80c25Df6014253FE78f4Ec6258F73855dEe09A6c' const optimism = '0xB123B2d5C0932F2B13Fcf03763004f0800fF29dD'