Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
mtabasco committed Feb 15, 2024
2 parents 71a9cf6 + 748adb0 commit 5612ac3
Show file tree
Hide file tree
Showing 50 changed files with 16,078 additions and 11,674 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/slither.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ jobs:
uses: actions/checkout@v3

- name: Run Slither
uses: crytic/slither-action@v0.2.0
uses: crytic/slither-action@v0.3.0
id: slither
with:
node-version: 16
node-version: 18
fail-on: high
slither-args: --exclude controlled-delegatecall
4 changes: 2 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@ node_modules
.env
.env.prod
.env.stage
#Hardhat files
abis
cache
coverage
coverage.json
artifacts
typechain-types/
.openzeppelin/dev-*.json
.openzeppelin/*.json
.DS_Store
.history
.dccache
Loading

0 comments on commit 5612ac3

Please sign in to comment.