ethers-error-parser icon indicating copy to clipboard operation
ethers-error-parser copied to clipboard

Parse Ethers.js errors with ease 💅🏻

Results 6 ethers-error-parser issues
Sort by recently updated
recently updated
newest added

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...

## Is your pull request closing an issue? ## Please explain the main changes of your pull request Handles [INVALID_ARGUMENT](https://docs.ethers.org/v5/api/utils/logger/#errors--invalid-argument) error type which can be thrown for instance by the...

Hello, while using [Ganache](https://github.com/trufflesuite/ganache) as a development backend, some errors are not handled as expected. For instance with the following one (the context is a call to [ethers _estimateGas_ method](https://docs.ethers.org/v5/api/contract/contract/#contract-estimateGas)...

## Is your pull request closing an issue? No ## Please explain the main changes of your pull request ether.js [Contract.deployed](https://docs.ethers.org/v5/api/contract/contract/#Contract-deployed) function can [throw an error](https://github.com/ethers-io/ethers.js/blob/ec1b9583039a14a0e0fa15d0a2a6082a2f41cf5b/packages/contracts/lib/index.js#L784-L789) about the contract not...

**Describe the feature** We should integrate https://github.com/semantic-release/semantic-release for a quick an easy releasing of the package.

enhancement

**Describe the feature** ``` { code: -32603, data: { code: -32000, message: "err: insufficient funds for gas * price + value: address 0x.... have XXX want XXX (supplied gas XXX)"...

enhancement