From 6cdecdcf5d39a917d49d0765af5d072705ab9478 Mon Sep 17 00:00:00 2001 From: Harman-singh-waraich Date: Fri, 17 May 2024 13:18:36 +0530 Subject: [PATCH 1/2] chore: update-subgraph-endpoints --- src/bootstrap/subgraph.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/bootstrap/subgraph.js b/src/bootstrap/subgraph.js index 4c32543..a9f07a0 100644 --- a/src/bootstrap/subgraph.js +++ b/src/bootstrap/subgraph.js @@ -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", }; From f7fe887310f48e87a61a26f09550596840ffcfb1 Mon Sep 17 00:00:00 2001 From: Harman-singh-waraich Date: Fri, 17 May 2024 19:18:18 +0530 Subject: [PATCH 2/2] chore: migrate-klerosboard-subgraph-endpoint --- src/components/claim-modal.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/claim-modal.js b/src/components/claim-modal.js index 20b0eba..cc46ca3 100644 --- a/src/components/claim-modal.js +++ b/src/components/claim-modal.js @@ -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", @@ -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", }, };