Skip to content

Commit

Permalink
Merge pull request #412 from kleros/chore/migrate-subgraph
Browse files Browse the repository at this point in the history
chore: update-subgraph-endpoints
  • Loading branch information
jaybuidl authored May 20, 2024
2 parents 666dec5 + 9f55054 commit 231d7f3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions src/bootstrap/subgraph.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
export const displaySubgraph = {
1: "https://api.thegraph.com/subgraphs/name/kleros/kleros-display-mainnet",
1: "https://api.studio.thegraph.com/query/61738/kleros-display-mainnet/version/latest",
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.thegraph.com/subgraphs/name/kleros/kleros-display-sepolia",
100: "https://api.studio.thegraph.com/query/61738/kleros-display-gnosis/version/latest",
11155111: "https://api.studio.thegraph.com/query/61738/kleros-display-sepolia/version/latest",
};
4 changes: 2 additions & 2 deletions src/components/claim-modal.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ const chainIdToParams = {
"https://cdn.kleros.link/ipfs/QmbJ3tiiH7pRB6iLfSoJVtEG2dx7pY7YHCqc13y3FeekZQ/snapshot-2024-04.json",
],
blockExplorerBaseUrl: "https://etherscan.io",
klerosboard: "https://api.thegraph.com/subgraphs/name/salgozino/klerosboard",
klerosboard: "https://api.studio.thegraph.com/query/66145/klerosboard-mainnet/version/latest",
},
100: {
contractAddress: "0xf1A9589880DbF393F32A5b2d5a0054Fa10385074",
Expand Down Expand Up @@ -95,7 +95,7 @@ const chainIdToParams = {
"https://cdn.kleros.link/ipfs/QmUYBkvBEDXLvLtnKBvPCj6fJgTJ9nDQYseU4f1Wo33AY2/xdai-snapshot-2024-04.json",
],
blockExplorerBaseUrl: "https://blockscout.com/poa/xdai/",
klerosboard: "https://api.thegraph.com/subgraphs/name/salgozino/klerosboard-xdai",
klerosboard: "https://api.studio.thegraph.com/query/66145/klerosboard-gnosis/version/latest",
},
};

Expand Down

0 comments on commit 231d7f3

Please sign in to comment.