Skip to content

Commit

Permalink
change schemaID
Browse files Browse the repository at this point in the history
  • Loading branch information
Rashmi-278 committed Apr 4, 2024
1 parent 6209e67 commit 57b191b
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 @@ -250,7 +250,7 @@ function App() {
const EASOptimismGoerliRes = useQuery(queries.ATTESTATIONS_BY_SCHEMA, {
context: { apiName: "easOptimismGoerli" },
variables: {
schemaId: "0xf90c716cef83b64e4b9cbf5babeb4ee65662e2081535afd76cad37dde744c2dd",
schemaId: "0x306fda1c3128d08699d4c5b4e3f397fa31c8f5927b0e751f40f45ee1273ac504",
},
});
const {
Expand Down

0 comments on commit 57b191b

Please sign in to comment.