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
getContract
our e2e tests missed that viem's gas estimation regressed after we bumped versions in #1684 (workaround fix in #1689)
we can probably catch these by making some regular ol' worldContract.write.someFunc() calls and testing that they go through without revert
worldContract.write.someFunc()
The text was updated successfully, but these errors were encountered:
createContract
No branches or pull requests
our e2e tests missed that viem's gas estimation regressed after we bumped versions in #1684 (workaround fix in #1689)
we can probably catch these by making some regular ol'
worldContract.write.someFunc()
calls and testing that they go through without revertThe text was updated successfully, but these errors were encountered: