Skip to content

Commit 09759ac

Browse files
authored
Merge pull request #184 from VenusProtocol/chore/use-paris
chore: specify paris hardfork explicitly
2 parents c2a83a6 + 2e25d50 commit 09759ac

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)