ethers-error-parser
ethers-error-parser copied to clipboard
Ethers v6 support
This library is very much needed! Awesome project. Thank you!
Do you plan to add Ethers V6 support soon ? Is there anything to take into account if we use ethers v6 in our project ?
Thanks for the energy you put in this 🙏
Hi @DavNej!
Ethers v6 brought a big series of changes with error handling. As you can see on the docs, most of the error cases are being handled by the library itself.
I have personally not used Ethers v6 on any project yet because the migration cost was a bit too high. Have you identified places where their error handling falls-off short? I guess now that they actually have some kind of error handling, we might just contribute to the library itself to round the corners.