Skip to content

Commit

Permalink
fix: failing document validation
Browse files Browse the repository at this point in the history
  • Loading branch information
nhestrompia committed Sep 2, 2023
1 parent d9c3ed1 commit 019c24c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/src/utils/graphqlQueryFnHelper.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ const CHAINID_TO_DISPUTE_TEMPLATE_SUBGRAPH = {
export const graphqlUrl = (isDisputeTemplate = false, chainId = 421613) => {
const coreUrl =
DEPLOYMENTS_TO_KLEROS_CORE_SUBGRAPHS[DEPLOYMENT] ??
"https://api.thegraph.com/subgraphs/name/alcercu/kleroscoretest";
"https://api.thegraph.com/subgraphs/name/nhestrompia/kleros-core-v2-devnet";
return isDisputeTemplate ? CHAINID_TO_DISPUTE_TEMPLATE_SUBGRAPH[chainId] : coreUrl;
};

Expand Down

0 comments on commit 019c24c

Please sign in to comment.