Skip to content
This repository was archived by the owner on Apr 3, 2026. It is now read-only.

Commit adcbd7b

Browse files
committed
merge commits
1 parent 30bfde5 commit adcbd7b

4 files changed

Lines changed: 13 additions & 837 deletions

File tree

lockup/slither.config.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
{
2+
"detectors_to_exclude": "naming-convention,reentrancy-events,solc-version,timestamp",
3+
"filter_paths": "(node_modules/,tests/)",
4+
"solc_remaps": [
5+
"@openzeppelin/contracts/=node_modules/@openzeppelin/contracts/",
6+
"@prb/math/=node_modules/@prb-math/",
7+
"forge-std/=node_modules/forge-std/",
8+
"solady/=node_modules/solady/",
9+
"solarray/=node_modules/solarray/"
10+
]
11+
}
12+

scripts/INSTRUCTIONS.md

Lines changed: 0 additions & 65 deletions
This file was deleted.

0 commit comments

Comments
 (0)