Skip to content

Commit 41b7a91

Browse files
committed
add slither config file
1 parent f3487e6 commit 41b7a91

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

slither.config.json

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"filter_paths": "(mocks/|test/|@openzeppelin/)",
3+
"solc_remaps": "@=node_modules/@",
4+
"solc_args": "optimize optimize-runs=200 --via-ir"
5+
}

0 commit comments

Comments
 (0)