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
If an invalid address is used we currently catch the error and show the user "User has rejected the transaction" which leads to all sort of confusion.
We should instead catch this specific error and alert the user with "Address 0x123 not supported" on the toast. This will help us and operations to better triage issues of this sort.
The text was updated successfully, but these errors were encountered:
If an invalid address is used we currently catch the error and show the user "User has rejected the transaction" which leads to all sort of confusion.
We should instead catch this specific error and alert the user with "Address 0x123 not supported" on the toast. This will help us and operations to better triage issues of this sort.
The text was updated successfully, but these errors were encountered: