Skip to content

Commit

Permalink
add slither config file
Browse files Browse the repository at this point in the history
  • Loading branch information
wighawag committed Jun 25, 2023
1 parent f3487e6 commit 41b7a91
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions slither.config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"filter_paths": "(mocks/|test/|@openzeppelin/)",
"solc_remaps": "@=node_modules/@",
"solc_args": "optimize optimize-runs=200 --via-ir"
}

0 comments on commit 41b7a91

Please sign in to comment.