Skip to content

Commit

Permalink
build: Set EVM version to shanghai
Browse files Browse the repository at this point in the history
  • Loading branch information
0xhiroshi committed Apr 25, 2024
1 parent bce7137 commit 4774ad5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion foundry.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ block_number = 0
block_timestamp = 0
cache = true
cache_path = 'cache'
evm_version = 'paris'
evm_version = 'shanghai'
extra_output = []
extra_output_files = []
ffi = false
Expand Down
2 changes: 1 addition & 1 deletion hardhat.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ const config: HardhatUserConfig = {
networks: {
hardhat: {
allowUnlimitedContractSize: false,
hardfork: "paris",
hardfork: "shanghai",
mining: {
auto: true,
interval: 50000,
Expand Down

0 comments on commit 4774ad5

Please sign in to comment.