We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9c3ed1 commit 019c24cCopy full SHA for 019c24c
web/src/utils/graphqlQueryFnHelper.ts
@@ -24,7 +24,7 @@ const CHAINID_TO_DISPUTE_TEMPLATE_SUBGRAPH = {
24
export const graphqlUrl = (isDisputeTemplate = false, chainId = 421613) => {
25
const coreUrl =
26
DEPLOYMENTS_TO_KLEROS_CORE_SUBGRAPHS[DEPLOYMENT] ??
27
- "https://api.thegraph.com/subgraphs/name/alcercu/kleroscoretest";
+ "https://api.thegraph.com/subgraphs/name/nhestrompia/kleros-core-v2-devnet";
28
return isDisputeTemplate ? CHAINID_TO_DISPUTE_TEMPLATE_SUBGRAPH[chainId] : coreUrl;
29
};
30
0 commit comments