You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, we are automatically requesting a signature from the user when connecting a EVM/SVM wallet.
Improve the flow by adding a pre-signature dialog that informs the user about the purpose of the signature.
The dialog should display a message like: “Sign this message to prove you own this wallet and proceed. Canceling will disconnect you.”
If the user cancels, the wallet should disconnect. This update improves the user experience and minimizes the risk of race conditions during wallet requests.
The text was updated successfully, but these errors were encountered:
Currently, we are automatically requesting a signature from the user when connecting a EVM/SVM wallet.
Improve the flow by adding a pre-signature dialog that informs the user about the purpose of the signature.
The dialog should display a message like:
“Sign this message to prove you own this wallet and proceed. Canceling will disconnect you.”
If the user cancels, the wallet should disconnect. This update improves the user experience and minimizes the risk of race conditions during wallet requests.
The text was updated successfully, but these errors were encountered: