Skip to content

Commit

Permalink
Bump solc version
Browse files Browse the repository at this point in the history
  • Loading branch information
jbearer committed Jan 19, 2024
1 parent 35f1323 commit b1f1b2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion foundry.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ broadcast = "contracts/broadcast"
cache_path = "contracts/cache"
# Version should match the solc installed via flake, otherwise the contract
# artifacts may differ slightly.
solc = "0.8.20"
solc = "0.8.23"
# The bytecode hash is no longer deterministic and prevents us from generating
# deterministic bindings. The "none" setting prevents solc from appending the
# IPFS hash to the bytecode.
Expand Down

0 comments on commit b1f1b2b

Please sign in to comment.