Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
haydenshively committed Oct 28, 2023
1 parent dda725f commit f3aeaf3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/slither.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,6 @@ jobs:
steps:
- uses: actions/checkout@v3

- name: Hide periphery
run: |
rm -rf periphery
- name: Run Slither
uses: crytic/[email protected]
id: run-slither
Expand Down
1 change: 1 addition & 0 deletions core/foundry.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ libs = ['lib']
out = 'build'
cache_path = 'cache'

solc_version = '0.8.17'
via_ir = true
optimizer = true
optimizer_runs = 4294967295
Expand Down

0 comments on commit f3aeaf3

Please sign in to comment.