From 40756da23eb6b9b7062a0c7b9b8dd0035dd8bb9b Mon Sep 17 00:00:00 2001 From: Mike Date: Thu, 21 Dec 2023 14:13:16 -0500 Subject: [PATCH] update slither remaps --- slither.config.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/slither.config.json b/slither.config.json index cdb6bda7..fef4aa7a 100644 --- a/slither.config.json +++ b/slither.config.json @@ -1,6 +1,7 @@ { "filter_paths": "lib", "solc_remaps": [ - "@oz=lib/openzeppelin-contracts/contracts/" + "@oz=lib/openzeppelin-contracts/contracts/", + "@std=lib/forge-std/src/" ] } \ No newline at end of file