Skip to content

Commit

Permalink
Update squid version (#71)
Browse files Browse the repository at this point in the history
  • Loading branch information
henrypalacios authored Nov 10, 2023
1 parent 2d02499 commit 066f0f6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion src/components/TxFunctionsForm/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ export function TxFunctionsForm() {

const handleSubmit = (e: React.FormEvent<HTMLFormElement>) => {
e.preventDefault();
// Handle form submission
};

const _onRemove = () => {
Expand Down
2 changes: 1 addition & 1 deletion src/pages/_app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Router.events.on("routeChangeComplete", () => {
});

export const squidClient = new ApolloClient({
uri: "https://squid.subsquid.io/ink-multisig-shibuya/v/v2/graphql",
uri: "https://squid.subsquid.io/ink-multisig-shibuya/v/v5/graphql",
cache: new InMemoryCache(),
});

Expand Down

0 comments on commit 066f0f6

Please sign in to comment.