Skip to content

Commit 2e25d50

Browse files
committed
chore: specify paris hardfork explicitly
Although hardhat uses paris by default for solc >=0.8.20, this might not be the case in future versions of hardhat. It's better to specify the hardfork explicitly, and update it when the chains are ready.
1 parent c2a83a6 commit 2e25d50

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

hardhat.config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ const config: HardhatUserConfig = {
6262
yul: !process.env.CI,
6363
},
6464
},
65+
evmVersion: "paris",
6566
outputSelection: {
6667
"*": {
6768
"*": ["storageLayout"],

0 commit comments

Comments
 (0)