Skip to content

Commit

Permalink
troubleshooting
Browse files Browse the repository at this point in the history
  • Loading branch information
Rashmi-278 committed Oct 29, 2023
1 parent ab6594b commit 6a2b03e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion daostar-website/src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ function App() {
});
const mainnetv0Res = useQuery(queries.REGISTRATIONS, {
context: { apiName: "mainnetOld" },
variables: { id: "mainnet" },
variables: { id: "mainnetOld" },
});
const goerliRes = useQuery(queries.REGISTRATIONS, {
context: { apiName: "goerli" },
Expand Down

0 comments on commit 6a2b03e

Please sign in to comment.