Skip to content

Commit

Permalink
fix(hardhat): set foundry evm_version to shangai
Browse files Browse the repository at this point in the history
  • Loading branch information
xykota committed Dec 14, 2023
1 parent 13c6e12 commit 4007336
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/hardhat/foundry.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ cache_path = 'cache_forge'
allow_paths = ["../../node_modules"]

# See https://github.com/foundry-rs/foundry/issues/4988#issuecomment-1556331314
evm_version = 'paris'
evm_version = 'shanghai'
solc_version = '0.8.19'

[rpc_endpoints]
Expand Down

0 comments on commit 4007336

Please sign in to comment.