Closed zgorizzo69 closed 8 months ago
Hi! eth-gas-reporter
is being deprecated in favor of hardhat-gas-reporter
.
In the latest version at Hardhat, the reporter has been completely decoupled from mocha and this conflict should be resolved.
https://github.com/cgewecke/hardhat-gas-reporter/releases/tag/v2.0.0
Steps to reproduce: add a delayed test like described in mocha doc here add this to your hardhat config to take the delay into acount
If you run hardhat test it will fail with
it seems that the provider is null due to the delay
version: "chai": "4.3.4", "hardhat": "2.6.1", "hardhat-gas-reporter": "1.0.4", "mocha": "9.1.0",