Commit 7bb16724 authored by Maurelian's avatar Maurelian

fix(hardhat): linter errors

parent daf975f4
...@@ -255,7 +255,6 @@ extendEnvironment(async (hre) => { ...@@ -255,7 +255,6 @@ extendEnvironment(async (hre) => {
// the gas price is overriden to the user provided gasPrice or to 0. // the gas price is overriden to the user provided gasPrice or to 0.
provider.getGasPrice = async () => provider.getGasPrice = async () =>
ethers.BigNumber.from(hre.network.config.gasPrice || 0) ethers.BigNumber.from(hre.network.config.gasPrice || 0)
;(hre as any).ethers.provider = provider ;(hre as any).ethers.provider = provider
// if the node is up, override the getSigners method's signers // if the node is up, override the getSigners method's signers
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment