Skip to content

Commit

Permalink
chore: migrate-subgraph
Browse files Browse the repository at this point in the history
  • Loading branch information
Harman-singh-waraich committed May 17, 2024
1 parent e487f56 commit 3eb68db
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/standards/Arbitrable.js
Original file line number Diff line number Diff line change
Expand Up @@ -137,11 +137,11 @@ class Arbitrable extends StandardContract {
getSubgraph = (chainID) => {
switch (chainID) {
case 1:
return "https://api.thegraph.com/subgraphs/name/andreimvp/kleros-display-mainnet";
return "https://api.studio.thegraph.com/query/61738/kleros-display-mainnet/version/latest";
case 100:
return "https://api.thegraph.com/subgraphs/name/andreimvp/kleros-display";
return "https://api.studio.thegraph.com/query/61738/kleros-display-gnosis/version/latest";
case 11155111:
return "https://api.studio.thegraph.com/query/50849/kleros-sepolia-ss/version/latest";
return "https://api.studio.thegraph.com/query/61738/kleros-display-sepolia/version/latest";
default:
return null;
}
Expand Down

0 comments on commit 3eb68db

Please sign in to comment.