-
Notifications
You must be signed in to change notification settings - Fork 11
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
✨ network: auto switch network on CTA #1364
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
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.
LGTM. left a comment for a future improvement
const { isConnected, chain: displayNetwork, connect, impersonateActive, exitImpersonate } = useWeb3(); | ||
const { chain } = useNetwork(); | ||
const { switchNetworkAsync, isLoading } = useSwitchNetwork(); | ||
const { close } = useModal('rollover'); |
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.
future improvement: to close any modal, we should be able to pass undefined
. Although is not part of this PR change we should change this in the useModal
hook in the future or at least add a TODO
comment now
No description provided.