Skip to content

Commit 73425c2

Browse files
Update lockfile (OpenZeppelin#2787)
Co-authored-by: Renovate Bot <[email protected]>
1 parent 832ff3b commit 73425c2

File tree

4 files changed

+1021
-21044
lines changed

4 files changed

+1021
-21044
lines changed

hardhat.config.js

+1
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ module.exports = {
5959
},
6060
networks: {
6161
hardhat: {
62+
hardfork: process.env.COVERAGE ? 'berlin' : 'london',
6263
blockGasLimit: 10000000,
6364
allowUnlimitedContractSize: !withOptimizations,
6465
},

0 commit comments

Comments
 (0)