-
Problem DescriptionWhile I'm testing the program, it's normal when just running testing file. But if I enable the gasReporter in config, the test will directly get stuck and nothing will be returned. This is what I get when running the testing command: As the showing, the program just stuck there. Additional Information1. Gas Reporter SetupI setup the reporter with this command: yarn add hardhat-gas-reporter --dev 2. Config SettingsIn require("hardhat-gas-reporter")
module.exports = {
gasReporter: {
enabled: true,
}
} So why the program will get stuck when enable the gas reporter? And how can we solve it? Any reply would be greatly appreciated! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Maybe it's network issue. It took me 4 minutes to return the gas report. |
Beta Was this translation helpful? Give feedback.
Maybe it's network issue. It took me 4 minutes to return the gas report.