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
Right now, the TransactionStatusLabel and TransactionStatusAction components display the text "Something went wrong. Please try again." regardless of the type of error encountered.
It would be nice if it could be updated to automatically handle common error cases/codes, such as this error message when the account does not have enough ETH to cover the expected cost of gas + value for the transaction:
There's probably others too I'll run into as I use this more!
Describe alternatives you've considered.
No response
The text was updated successfully, but these errors were encountered:
Describe the solution you'd like
Right now, the TransactionStatusLabel and TransactionStatusAction components display the text "Something went wrong. Please try again." regardless of the type of error encountered.
It would be nice if it could be updated to automatically handle common error cases/codes, such as this error message when the account does not have enough ETH to cover the expected cost of gas + value for the transaction:
There's probably others too I'll run into as I use this more!
Describe alternatives you've considered.
No response
The text was updated successfully, but these errors were encountered: