Skip to content
This repository has been archived by the owner on Mar 17, 2024. It is now read-only.

@ethersproject/abi minimum version is too low #276

Closed
aprothman opened this issue Feb 1, 2022 · 1 comment · Fixed by #301
Closed

@ethersproject/abi minimum version is too low #276

aprothman opened this issue Feb 1, 2022 · 1 comment · Fixed by #301
Labels

Comments

@aprothman
Copy link

The minimum required version of @ethersproject/abi is currently set to "^5.0.0-beta.146". Starting in ethers 5.2, the ABI parser was first able to parse solidity's custom error objects. eth-gas-reporter fails process test output for methods that include custom errors if the installed version of @ethersproject/abi is below 5.2. In order to support modern solidity code, the minimum version should be updated to at least 5.2.

@cgewecke
Copy link
Owner

Apologies for this, fixed in 0.2.27

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants