Skip to content

Commit

Permalink
Merge pull request #406 from kleros/fix/sepolia-subgraph
Browse files Browse the repository at this point in the history
Fix for the Sepolia subgraph URL
  • Loading branch information
jaybuidl authored Apr 15, 2024
2 parents 5b9997b + 3ba0f88 commit db243d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bootstrap/subgraph.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ export const displaySubgraph = {
1: "https://api.thegraph.com/subgraphs/name/kleros/kleros-display-mainnet",
5: "https://api.thegraph.com/subgraphs/name/andreimvp/kleros-display-goerli",
100: "https://api.thegraph.com/subgraphs/name/kleros/kleros-display-gnosis",
11155111: "https://api.studio.thegraph.com/query/50849/kleros-sepolia-gf/version/latest",
11155111: "https://api.thegraph.com/subgraphs/name/kleros/kleros-display-sepolia",
};

0 comments on commit db243d3

Please sign in to comment.