https://github.com/sebastiantf/ethers-errors
https://github.com/sebastiantf/ethers-errors
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/sebastiantf/ethers-errors
- Owner: sebastiantf
- Created: 2022-09-12T03:17:37.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-09-22T06:37:02.000Z (over 2 years ago)
- Last Synced: 2025-01-01T19:23:35.513Z (5 months ago)
- Language: TypeScript
- Size: 938 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ethers-errors
Dealing with errors from Ethers.js is a pain. This is mostly due to the differences and constant changes of the return values from different Ethereum clients like Parity, Geth, etc.
`ethers-errors` is a WIP attempt at trying to parse errors thrown by Ethers.js