Skip to content

Commit

Permalink
chore: use only london hardfork for coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulRBerg committed Sep 2, 2021
1 parent 624f009 commit 546076a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions hardhat.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,6 @@ const config: HardhatUserConfig = {
mnemonic,
},
chainId: chainIds.hardhat,
// See https://github.com/sc-forks/solidity-coverage/issues/652
hardfork: process.env.CODE_COVERAGE ? "berlin" : "london",
},
goerli: getChainConfig("goerli"),
kovan: getChainConfig("kovan"),
Expand Down

0 comments on commit 546076a

Please sign in to comment.