Skip to content

Commit

Permalink
evm-london
Browse files Browse the repository at this point in the history
  • Loading branch information
SurfingNerd committed Dec 1, 2024
1 parent b00f061 commit 4ec232e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion hardhat.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,7 @@ const config: HardhatUserConfig = {
passphrase: "",
},
gasPrice: 1000000000,
hardfork: "london",
},
forked: {
gasPrice: 0,
Expand All @@ -205,7 +206,7 @@ const config: HardhatUserConfig = {
yul: true,
},
},
evmVersion: "istanbul"
evmVersion: "london"
},
},
typechain: {
Expand Down

0 comments on commit 4ec232e

Please sign in to comment.