Skip to content
This repository has been archived by the owner on Sep 9, 2024. It is now read-only.

Commit

Permalink
Merge pull request #16 from trevorgjohnson/patch-1
Browse files Browse the repository at this point in the history
Upgrade 'solc_version' to `0.8.20` and set 'evm_version' to `shanghai`
  • Loading branch information
Maddiaa0 committed Aug 10, 2023
2 parents 12b09e4 + f70b725 commit b7775b7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion foundry.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@

[profile.default]
solc_version = '0.8.15'
solc_version = '0.8.20'
evm_version = 'shanghai'
auto_detect_solc = false
optimizer = true
optimizer_runs = 200 # Default amount
Expand Down

0 comments on commit b7775b7

Please sign in to comment.