Skip to content

Commit

Permalink
refactor: switch to Shanghai EVM
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulRBerg committed May 15, 2024
1 parent 77f8e8d commit baa2fb5
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 @@ -4,7 +4,7 @@
auto_detect_solc = false
block_timestamp = 1_680_220_800 # March 31, 2023 at 00:00 GMT
bytecode_hash = "none"
evm_version = "paris" # See https://www.evmdiff.com/features?name=PUSH0&kind=opcode
evm_version = "shanghai"
fuzz = { runs = 1_000 }
gas_reports = ["*"]
optimizer = true
Expand Down

0 comments on commit baa2fb5

Please sign in to comment.