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