From 3eb68db6d813b0896f88073e42091517fb6cb3fc Mon Sep 17 00:00:00 2001 From: Harman-singh-waraich Date: Fri, 17 May 2024 16:19:25 +0530 Subject: [PATCH] chore: migrate-subgraph --- src/standards/Arbitrable.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/standards/Arbitrable.js b/src/standards/Arbitrable.js index da2e2b2..e48f591 100644 --- a/src/standards/Arbitrable.js +++ b/src/standards/Arbitrable.js @@ -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; }