File tree 2 files changed +3
-2
lines changed
2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ import type { CodegenConfig } from "@graphql-codegen/cli";
2
2
3
3
const config : CodegenConfig = {
4
4
overwrite : true ,
5
- schema : [ "https://api.thegraph.com/subgraphs/name/alcercu/kleroscoretest " ] ,
5
+ schema : [ "https://api.thegraph.com/subgraphs/name/kleros/kleros-v2-core-arbitrum-goerli " ] ,
6
6
documents : "./src/hooks/queries/*.ts" ,
7
7
generates : {
8
8
"./src/graphql/" : {
Original file line number Diff line number Diff line change @@ -25,7 +25,8 @@ const App: React.FC = () => {
25
25
< SWRConfig
26
26
value = { {
27
27
fetcher : fetcherBuilder (
28
- process . env . REACT_APP_SUBGRAPH_ENDPOINT ?? "https://api.thegraph.com/subgraphs/name/alcercu/kleroscoretest"
28
+ process . env . REACT_APP_SUBGRAPH_ENDPOINT ??
29
+ "https://api.thegraph.com/subgraphs/name/kleros/kleros-v2-core-arbitrum-goerli"
29
30
) ,
30
31
} }
31
32
>
You can’t perform that action at this time.
0 commit comments