slither.config.json 168 B

12345
  1. {
  2. "detectors_to_run": "reentrancy-eth,reentrancy-no-eth,reentrancy-unlimited-gas",
  3. "filter_paths": "contracts/mocks",
  4. "compile_force_framework": "hardhat"
  5. }