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

Commit 396e474

Browse files
committed
merge commit history from utils, lockup, flow and airdrops
1 parent 30bfde5 commit 396e474

3 files changed

Lines changed: 11 additions & 837 deletions

File tree

lockup/slither.config.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
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+
}

scripts/INSTRUCTIONS.md

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

0 commit comments

Comments
 (0)