Skip to content

Commit

Permalink
fix: fix
Browse files Browse the repository at this point in the history
  • Loading branch information
PacificYield committed Jan 9, 2025
1 parent b03069f commit 14f3bbf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/slither.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ jobs:
- name: Run Slither
uses: crytic/slither-action@v0.4.0
with:
target: "contracts/finance|contracts/governance"
node-version: 20
ignore-compile: false
solc-version: "0.8.24"
Expand Down
3 changes: 2 additions & 1 deletion .slither.config.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
{
"solc_remaps": ["@openzeppelin/=node_modules/@openzeppelin/", "fhevm/=node_modules/fhevm/"]
"solc_remaps": ["@openzeppelin/=node_modules/@openzeppelin/", "fhevm/=node_modules/fhevm/"],
"filter_paths": "lib/|test/"
}

0 comments on commit 14f3bbf

Please sign in to comment.