From 396e686fda5dceb4be1a45387b1f5fc791eecd37 Mon Sep 17 00:00:00 2001 From: Jean Cvllr <31145285+CJ42@users.noreply.github.com> Date: Thu, 10 Aug 2023 09:56:24 +0100 Subject: [PATCH] build: add slither config at root of repo (#656) --- slither.config.json | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 slither.config.json diff --git a/slither.config.json b/slither.config.json new file mode 100644 index 000000000..049137186 --- /dev/null +++ b/slither.config.json @@ -0,0 +1,4 @@ +{ + "solc_remaps": "@=node_modules/@ solidity-bytes-utils=node_modules/solidity-bytes-utils", + "filter_paths": "node_modules/,contracts/Mocks/" +}