Skip to content

Commit

Permalink
Auto detect shared solc version for shared
Browse files Browse the repository at this point in the history
  • Loading branch information
mohamed-mehany committed Jan 22, 2025
1 parent cb400fc commit ca3ba9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/foundry.toml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ evm_version = 'paris'
optimizer_runs = 1_000_000
src = 'src/v0.8/shared'
test = 'src/v0.8/shared/test'
solc_version = '0.8.20'
auto_detect_solc = true
evm_version = 'paris'

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

0 comments on commit ca3ba9f

Please sign in to comment.