Skip to content

Commit

Permalink
Merge pull request #88 from VenusProtocol/chore/use-paris
Browse files Browse the repository at this point in the history
chore: specify paris hardfork explicitly
  • Loading branch information
kkirka authored Apr 19, 2024
2 parents 2074507 + 31a40ef commit c3088ba
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions hardhat.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ const config: HardhatUserConfig = {
enabled: true,
runs: 10000,
},
evmVersion: "paris",
outputSelection: {
"*": {
"*": ["storageLayout"],
Expand Down

0 comments on commit c3088ba

Please sign in to comment.