diff --git a/core/slither.config.json b/core/slither.config.json index 684a9b7cb..fed211ee1 100644 --- a/core/slither.config.json +++ b/core/slither.config.json @@ -1,4 +1,5 @@ { + "detectors_to_exclude": "assembly,naming-convention,timestamp,pragma,solc-version", "hardhat_artifacts_directory": "build", "filter_paths": "node_modules/.*" }