Skip to content

Commit

Permalink
pin solc to 0.8.25 to avoid stack too deep errors
Browse files Browse the repository at this point in the history
  • Loading branch information
karmacoma-eth committed May 22, 2024
1 parent 8742d6b commit bb592cc
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion foundry.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,7 @@ out = 'out'
libs = ['lib']
via_ir = true

# See more config options https://github.com/foundry-rs/foundry/tree/master/config
# workaround for stack too deep errors with 0.8.26 https://github.com/ethereum/solidity/issues/14358
solc = "0.8.25"

# See more config options https://github.com/foundry-rs/foundry/blob/master/crates/config/README.md#all-options

0 comments on commit bb592cc

Please sign in to comment.