Replies: 1 comment 1 reply
-
Are you using v5 or v6? In v6, more effort has been made to extract the error. You can also use |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi @zemse @ricmoo
I'm creating this issue once more as it's been hell dealing with this.
I'm using ethers.js and RPC provider is ganache on localhost.
When I do the below(note that I intentionally revert in
function()
with custom error:revert Blabla()
The only defined thing is
err
which only sayserror: Error: VM Exception while processing transaction: revert
I can't seem to get the revert message which is
Blabla
.It could be ganache endpoint, but not really sure. Thoughts ?
Beta Was this translation helpful? Give feedback.
All reactions