-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
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
feat: auto cheatcodes #8
Conversation
Co-authored-by: Gas <[email protected]>
BES-108 Automatically allow cheatcodes
In solidity you can get the bytecode of a contract that has not yet been deployed via https://docs.soliditylang.org/en/latest/units-and-global-variables.html#type-information We could make a helper for mocks. It would be used like this:
The helper will be:
Inside the helper we can:
|
Closes BES-108