Skip to content

Commit

Permalink
update slither remaps
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike committed Dec 21, 2023
1 parent 3e1b03f commit 40756da
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion slither.config.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"filter_paths": "lib",
"solc_remaps": [
"@oz=lib/openzeppelin-contracts/contracts/"
"@oz=lib/openzeppelin-contracts/contracts/",
"@std=lib/forge-std/src/"
]
}

0 comments on commit 40756da

Please sign in to comment.