-
Notifications
You must be signed in to change notification settings - Fork 5
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: Add contracts from remapping.txt #2
Comments
Please assign this |
remappings is assumed to be located at ./remappings.txt right ? |
Hello @blueh4mster |
Yes, the remappings file is to be included in the foundry project. If not present, the tool does nothing. |
Hi @blueh4mster |
When i use cargo run -- run |
🚀 Feature
Description: Currently, the tool only has the functionality for mutating and testing all the smart contracts in the
\src
directory. Implement a feature such that contracts can be mutated according to the paths in theremappings.txt
file.Objective: Include the mutations and testing function for contracts in accordance with the remappings.
The text was updated successfully, but these errors were encountered: