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
Is your feature request related to a problem? Please describe.
Add Error hash to transaction status. Which can be used for custom error message throwing from solidity.
Describe the solution you'd like
const errorHash = parseInt(e.error?.data?.data ?? e.error?.data ?? e.data?.data ?? e.data)
Is your feature request related to a problem? Please describe.
Add Error hash to transaction status. Which can be used for custom error message throwing from solidity.
Describe the solution you'd like
const errorHash = parseInt(e.error?.data?.data ?? e.error?.data ?? e.data?.data ?? e.data)
I have raised a PR for this: #855
The text was updated successfully, but these errors were encountered: