From 41b7a91c3adeda5f2133635b3036a684f64332b6 Mon Sep 17 00:00:00 2001 From: wighawag Date: Sun, 25 Jun 2023 17:39:16 +0100 Subject: [PATCH] add slither config file --- slither.config.json | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 slither.config.json 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" +}