From ad57037904270f8c7185c8e35930e9d98b3abfa1 Mon Sep 17 00:00:00 2001 From: snowwhitedev Date: Tue, 17 Jan 2023 14:52:52 +0700 Subject: [PATCH] chore: add some exclude options for slither --- slither.config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/slither.config.json b/slither.config.json index 6a31ad0..9532009 100644 --- a/slither.config.json +++ b/slither.config.json @@ -1,4 +1,4 @@ { - "detectors_to_exclude": "block-timestamp", + "detectors_to_exclude": "block-timestamp, reentrancy-events, solc-version", "filter_paths": "(helpers/|node_modules/)" } \ No newline at end of file