mirror of
https://github.com/waku-org/waku-rlnv2-contract.git
synced 2025-01-12 08:44:09 +00:00
9 lines
252 B
JSON
9 lines
252 B
JSON
{
|
|
"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/"
|
|
]
|
|
}
|