{
    "detectors_to_exclude": "incorrect-shift-in-assembly,assembly,timestamp,solc-version,missing-zero-check,immutable-states,arbitrary-send-eth,too-many-digits,divide-before-multiply,conformance-to-solidity-naming-conventions,low-level-calls,reentrancy-events,cache-array-length,unused-return,cyclomatic-complexity,calls-loop,reentrancy-unlimited-gas,reentrancy-eth,reentrancy-benign,costly-loop,events-maths,incorrect-equality",
    "exclude_informational": true,
    "exclude_optimization": true,
    "exclude_low": true,
    "json": "slither-report.json",
    "exclude_medium": false,
    "exclude_high": false,
    "solc_disable_warnings": false,
    "disable_color": false,
    "exclude_dependencies": true,
    "filter_paths": "(lib/|src/vendor|src/cannon/MIPS.sol|src/EAS/EAS.sol)",
    "legacy_ast": false,
    "foundry_out_directory": "artifacts"
}
