-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Import Multisig] Added import multisig data logic #36
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
@@ -16,6 +17,11 @@ import { PolkadotContextProvider } from "@/context/usePolkadotContext"; | |||
import ThemeCustomization from "@/themes"; | |||
import createEmotionCache from "@/utils/createEmotionCache"; | |||
|
|||
export const squidClient = new ApolloClient({ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@0xLucca We need to define the URL's by each network for squid.
TODO
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
For now we only have the Shibuya endpoint and its not final. Once we have a release we will deploy the squids to multiple networks.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It is almost ready to go,
I only ask you to once the wallet has been raised, to press confirm before sending to the App dashboard set this wallet as selected with setXsigner
This PR has the following changes:
useFetchSignersAccount
hook to query graphql multisigs data.handleOwners
method to check for duplicated addresses.