Skip to content

Commit

Permalink
feat: update Foundry config for Solidity version
Browse files Browse the repository at this point in the history
  • Loading branch information
James Farrell committed Apr 29, 2024
1 parent 4c16118 commit a5c656a
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions packages/foundry/foundry.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
[profile.default]
solc_version = "0.8.20"
src = 'contracts'
out = 'out'
libs = ['lib']
Expand Down Expand Up @@ -37,7 +38,4 @@ sepolia = { key = "${ETHERSCAN_API_KEY}" }
line_length = 80
multiline_func_header = "params_first"

# See more config options https://github.com/foundry-rs/foundry/tree/master/config

[default]
solc_version = "0.8.20"
# See more config options https://github.com/foundry-rs/foundry/tree/master/config

0 comments on commit a5c656a

Please sign in to comment.