Add support for eth-gas-reporter (#2501)
Co-authored-by: Francisco Giordano <frangio.1@gmail.com>
Showing
| ... | ... | @@ -24,7 +24,8 @@ |
| "prepack": "scripts/prepack.sh", | ||
| "release": "scripts/release/release.sh", | ||
| "version": "scripts/release/version.sh", | ||
| "test": "hardhat test" | ||
| "test": "hardhat test", | ||
| "gas-report": "env ENABLE_GAS_REPORT=1 npm run test" | ||
| }, | ||
| "repository": { | ||
| "type": "git", | ||
| ... | ... | @@ -64,6 +65,7 @@ |
| "ethereumjs-util": "^7.0.7", | ||
| "ethereumjs-wallet": "^1.0.1", | ||
| "hardhat": "^2.0.6", | ||
| "hardhat-gas-reporter": "^1.0.4", | ||
| "lodash.startcase": "^4.4.0", | ||
| "lodash.zip": "^4.2.0", | ||
| "micromatch": "^4.0.2", | ||
| ... | ... |
Please
register
or
sign in
to comment