Skip to content

Commit

Permalink
deps: upgrade evm_version to shanghai
Browse files Browse the repository at this point in the history
  • Loading branch information
sakulstra committed Sep 23, 2024
1 parent e8d17a5 commit 8d73709
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 @@ -5,7 +5,7 @@ script = 'scripts'
optimizer = true
optimizer_runs = 200
solc = '0.8.20'
evm_version = 'paris'
evm_version = 'shanghai'
bytecode_hash = 'none'
ignored_warnings_from = ["src/periphery/contracts/treasury/RevenueSplitter.sol"]
out = 'out'
Expand Down

0 comments on commit 8d73709

Please sign in to comment.