diff --git a/l1-contracts/slither.config.json b/l1-contracts/slither.config.json index 1f6c3473b..439388c25 100644 --- a/l1-contracts/slither.config.json +++ b/l1-contracts/slither.config.json @@ -4,8 +4,9 @@ "exclude_dependencies": true, "compile_force_framework": "foundry", "exclude_medium": true, - "exclude_high": true, + "exclude_high": false, "exclude_low": true, "exclude_informational": true, "exclude_optimization": true } +g