Skip to content

Commit cf13ad1

Browse files
committed
update endpoint
1 parent 1588f68 commit cf13ad1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

codegen.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
overwrite: true
2-
schema: "https://subgraph.satsuma-prod.com/e5007231a1eb/noteam--129139/dappnode-explorer/version/v0.1.2/api"
2+
schema: "https://api.studio.thegraph.com/query/90626/dapp-explorer/version/latest"
33
documents: "src/**/*.ts"
44
generates:
55
src/generated/graphql.tsx:

src/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import * as serviceWorker from "./serviceWorker";
1111

1212
const client = new ApolloClient({
1313
uri:
14-
"https://subgraph.satsuma-prod.com/e5007231a1eb/noteam--129139/dappnode-explorer/version/v0.1.2/api",
14+
"https://api.studio.thegraph.com/query/90626/dapp-explorer/version/latest",
1515
});
1616

1717
ReactDOM.render(

0 commit comments

Comments
 (0)