Skip to content

Commit

Permalink
bump to 0.8.20
Browse files Browse the repository at this point in the history
  • Loading branch information
pscott committed May 20, 2024
1 parent bd83ed8 commit d65c63b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ethereum/foundry.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
src = 'src'
out = 'out'
libs = ['lib']
solc = "0.8.19"
solc = "0.8.20"

# See more config options https://github.com/foundry-rs/foundry/tree/master/config
2 changes: 1 addition & 1 deletion hardhat.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ const config: HardhatUserConfig = {
},
},
{
version: '0.8.19',
version: '0.8.20',
settings: {
optimizer: {
enabled: true,
Expand Down

0 comments on commit d65c63b

Please sign in to comment.