import foundry template (#1)

This commit is contained in:
Andrea Franz
2024-09-25 09:39:14 +02:00
committed by GitHub
parent 197262ba79
commit 4ef75621a3
27 changed files with 2367 additions and 116 deletions

8
slither.config.json Normal file
View File

@@ -0,0 +1,8 @@
{
"detectors_to_exclude": "naming-convention,reentrancy-events,solc-version,timestamp",
"filter_paths": "(lib|test)",
"solc_remaps": [
"@openzeppelin/contracts=lib/openzeppelin-contracts/contracts/",
"forge-std/=lib/forge-std/src/"
]
}