Skip to content

Commit 019c24c

Browse files
committed
fix: failing document validation
1 parent d9c3ed1 commit 019c24c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/src/utils/graphqlQueryFnHelper.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ const CHAINID_TO_DISPUTE_TEMPLATE_SUBGRAPH = {
2424
export const graphqlUrl = (isDisputeTemplate = false, chainId = 421613) => {
2525
const coreUrl =
2626
DEPLOYMENTS_TO_KLEROS_CORE_SUBGRAPHS[DEPLOYMENT] ??
27-
"https://api.thegraph.com/subgraphs/name/alcercu/kleroscoretest";
27+
"https://api.thegraph.com/subgraphs/name/nhestrompia/kleros-core-v2-devnet";
2828
return isDisputeTemplate ? CHAINID_TO_DISPUTE_TEMPLATE_SUBGRAPH[chainId] : coreUrl;
2929
};
3030

0 commit comments

Comments
 (0)