Skip to content

Commit

Permalink
fix: fix
Browse files Browse the repository at this point in the history
  • Loading branch information
PacificYield committed Jan 6, 2025
1 parent 8a74dd2 commit bd4ca3e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/slither.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ jobs:
uses: crytic/[email protected]
with:
target: "contracts/contracts"
ignore-compile: false
ignore-compile: true
slither-config: "contracts/.slither.config.json"
5 changes: 1 addition & 4 deletions contracts/.slither.config.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
{
"solc_remaps": [
"@openzeppelin=/node_modules/@openzeppelin",
"@openzeppelin/contracts-upgradeable/=node_modules/@openzeppelin/contracts-upgradeable/"
]
"solc": "0.8.24"
}

0 comments on commit bd4ca3e

Please sign in to comment.