We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Currently, ethers is warning with WARNING: Multiple definitions for [method] when wrapping contracts
WARNING: Multiple definitions for [method]
The text was updated successfully, but these errors were encountered:
Fixed by #125
Sorry, something went wrong.
Was ethers giving that warning because we had overriden methods in the ABI?
Yes
Gotcha, this seems like the relevant thread to track then: ethers-io/ethers.js#499
No branches or pull requests
Currently, ethers is warning with
WARNING: Multiple definitions for [method]
when wrapping contractsThe text was updated successfully, but these errors were encountered: