Skip to content

Commit

Permalink
fix(hardhat): linter errors
Browse files Browse the repository at this point in the history
  • Loading branch information
maurelian committed May 5, 2021
1 parent daf975f commit 7bb1672
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/hardhat-ovm/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,6 @@ extendEnvironment(async (hre) => {
// the gas price is overriden to the user provided gasPrice or to 0.
provider.getGasPrice = async () =>
ethers.BigNumber.from(hre.network.config.gasPrice || 0)

;(hre as any).ethers.provider = provider

// if the node is up, override the getSigners method's signers
Expand Down

0 comments on commit 7bb1672

Please sign in to comment.