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
For now we only have a separate processing for reverted transaction errors (special code 3, which is not standard, but seems to be shared at least by Infura and Alchemy). Alchemy has a description of all its error codes (https://docs.alchemy.com/alchemy/documentation/error-reference), but many of them are not standard. Should we add more items to RPCErrorCode enum?
The text was updated successfully, but these errors were encountered:
For now we only have a separate processing for reverted transaction errors (special code 3, which is not standard, but seems to be shared at least by Infura and Alchemy). Alchemy has a description of all its error codes (https://docs.alchemy.com/alchemy/documentation/error-reference), but many of them are not standard. Should we add more items to
RPCErrorCode
enum?The text was updated successfully, but these errors were encountered: