logos-messaging-rlnv2-contract/slither.config.json

9 lines
252 B
JSON
Raw Permalink Normal View History

2024-05-21 06:16:07 +05:30
{
"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/"
]
}