From 0d321376b13801baf7653e0cde8602d3170fc20d Mon Sep 17 00:00:00 2001 From: Ahmed Ihsan Tawfeeq Date: Fri, 30 Jun 2023 14:50:50 -0600 Subject: [PATCH] chore: fix solc remap path in slither config --- slither.config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/slither.config.json b/slither.config.json index 33d023000..83b62daf3 100644 --- a/slither.config.json +++ b/slither.config.json @@ -2,7 +2,7 @@ "detectors_to_exclude": "naming-convention,reentrancy-events,solc-version,timestamp", "filter_paths": "(lib|test)", "solc_remaps": [ - "@openzeppelin/contracts=lib/openzeppelin-contracts/contracts/", + "@openzeppelin/contracts/=lib/openzeppelin-contracts/contracts/", "@prb/math/=lib/prb-math/src/", "@prb/test/=lib/prb-test/src/", "forge-std/=lib/forge-std/src/",