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
The CowSwap team is having an issue where clicking "swap" using a Safe in read-only mode does never resolve resulting in a bad UX: #301
I believe the core issue here is that we never resolve/reject the promise if the safe is in read-only mode. We should investigate and return an error in this case
Such operations are:
signing
transactions
requesting permissions
The text was updated successfully, but these errors were encountered:
mmv08
changed the title
throw an error when trying to perform write operations with the sdk
throw an error when trying to perform write operations with the safe in read-only mode
Aug 2, 2022
The CowSwap team is having an issue where clicking "swap" using a Safe in read-only mode does never resolve resulting in a bad UX: #301
I believe the core issue here is that we never resolve/reject the promise if the safe is in read-only mode. We should investigate and return an error in this case
Such operations are:
The text was updated successfully, but these errors were encountered: