Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Tbaut committed Sep 22, 2024
1 parent db855cb commit cfaa0e2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/ui/.eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"@graphql-eslint/known-type-names": "error"
},
"parserOptions": {
"schema": "http://localhost:4350/graphql"
"schema": "https://chainsafe.squids.live/multix-arrow/v/v4/graphql"
}
}
],
Expand Down
2 changes: 1 addition & 1 deletion packages/ui/graphql.config.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"overwrite": true,
"schema": "https://squid.subsquid.io/multix-arrow/v/v3/graphql",
"schema": "https://chainsafe.squids.live/multix-arrow/v/v4/graphql",
"documents": "src/**/*.graphql",
"generates": {
"src/gql/": {
Expand Down

0 comments on commit cfaa0e2

Please sign in to comment.