Ignore reentrancy in`executeBatch` and update Slither config (#3955)
Co-authored-by: Francisco <fg@frang.io>pull/3957/head
parent
d89e51ac42
commit
a5af0adce4
@ -1,4 +1,5 @@ |
||||
{ |
||||
"detectors_to_run": "reentrancy-eth,reentrancy-no-eth,reentrancy-unlimited-gas", |
||||
"filter_paths": "contracts/mocks" |
||||
"filter_paths": "contracts/mocks", |
||||
"compile_force_framework": "hardhat" |
||||
} |
Loading…
Reference in new issue