You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At the moment, it's not possible to easily deploy a contract which requires a different solidity version than the one used by the medusa tests/fuzzing without hardcoding the bytecode in the file.
Adding the vm.getCode cheatcode (from Foundry) would allow to dynamically fetch the creation code and we could deploy it with create.
The text was updated successfully, but these errors were encountered:
At the moment, it's not possible to easily deploy a contract which requires a different solidity version than the one used by the medusa tests/fuzzing without hardcoding the bytecode in the file.
Adding the
vm.getCode
cheatcode (from Foundry) would allow to dynamically fetch the creation code and we could deploy it withcreate
.The text was updated successfully, but these errors were encountered: