diff --git a/slither.config.json b/slither.config.json new file mode 100644 index 0000000..c8ab2da --- /dev/null +++ b/slither.config.json @@ -0,0 +1,5 @@ +{ + "filter_paths": "(mocks/|test/|@openzeppelin/)", + "solc_remaps": "@=node_modules/@", + "solc_args": "optimize optimize-runs=200 --via-ir" +}