Skip to content

Commit

Permalink
Merge pull request #649 from kernel-community/r2d
Browse files Browse the repository at this point in the history
update subgraph
  • Loading branch information
andytudhope committed Jul 29, 2024
2 parents 0b9c6b5 + b5ac645 commit d405978
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/honour/constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -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: `[
Expand Down
2 changes: 1 addition & 1 deletion src/modules/web3/constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit d405978

Please sign in to comment.