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
kwargs
at
VyperDeployer
You can see in the code here:
# TODO: allow `env=` kwargs and so on def at(self, address: Any) -> "VyperContract":
This would be great to allow me to pass things like skip_initcode=False and such
skip_initcode=False
The text was updated successfully, but these errors were encountered:
hm, why do you want to set skip_initcode to False?
skip_initcode
Sorry, something went wrong.
No branches or pull requests
You can see in the code here:
This would be great to allow me to pass things like
skip_initcode=False
and suchThe text was updated successfully, but these errors were encountered: