Skip to content

Commit

Permalink
Merge branch 'master' into features/expended-storage-slot-v2
Browse files Browse the repository at this point in the history
  • Loading branch information
ernestognw committed Apr 3, 2024
2 parents 023ba89 + 6f4ebf1 commit 70dc2df
Show file tree
Hide file tree
Showing 4 changed files with 180 additions and 99 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ jobs:
- name: Set up environment
uses: ./.github/actions/setup
- run: rm foundry.toml
- uses: crytic/slither-action@v0.3.1
- uses: crytic/slither-action@v0.3.2
with:
node-version: 18.15

Expand Down
1 change: 1 addition & 0 deletions hardhat.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@ module.exports = {
gasReporter: {
enabled: argv.gas,
showMethodSig: true,
includeBytecodeInJSON: true,
currency: 'USD',
coinmarketcap: argv.coinmarketcap,
},
Expand Down
Loading

0 comments on commit 70dc2df

Please sign in to comment.