-
Notifications
You must be signed in to change notification settings - Fork 42
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
Add signature modal and signature functionality #549
Conversation
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.
I noticed one issue where the account doesn't switch anymore and no signature is asked.
- Connect Wallet A
- Sign with Wallet A
- Go in the wallet app (eg Metamask)
- Switch account to account B
Result: Nothing happen
Expected: We should connect this wallet and reopen the signature modal like we do right now
The issue with changing account should be fixed with the latest commit. |
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.
Pretty good, the flow is much nicer like that
Project organization
Description
Added “custom modal” asking the user to sign the message in its wallet, no more auto opening of Metamask
Checklist
dev