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
Whenever we call a contract with ethers-rs or alloy, if there's any error we just return it directly without catching possible revert errors. So if a contract reverts we end up with an obscure hex number representing the errors signature, instead of a proper error message.
Whenever we call a contract with ethers-rs or alloy, if there's any error we just return it directly without catching possible revert errors. So if a contract reverts we end up with an obscure hex number representing the errors signature, instead of a proper error message.
Solve #310 first.
The text was updated successfully, but these errors were encountered: