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
Describe the bug
The constructor of the test contract is making use of vm.envAddress in the following way:
vm.envAddress
usdc = IERC20Metadata(vm.envAddress("USDC_ADDRESS"));
When running halmos I get the following error:
halmos
Error: setUp() failed: ValueError: constructor failed, error=Unsupported cheat code: calldata = 0x350d56bf00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000011544553545f555344545f41444452455353000000000000000000000000000000 returndata=None
Environment:
Package Version ------------------------- ----------- halmos 0.1.13 pip 24.3.1 z3-solver 4.13.3.0
Is there a recommended workaround for this?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
The constructor of the test contract is making use of
vm.envAddress
in the following way:When running
halmos
I get the following error:Environment:
Is there a recommended workaround for this?
The text was updated successfully, but these errors were encountered: