Create mythril.config.json:
mythril.config.json:
{ "remappings": [ "ds-test/=lib/ds-test/src/", "forge-std/=lib/forge-std/src/" ], "optimizer": { "enabled": true, "runs": 200 } }
Last updated 1 year ago