smartcontractkit / hardhat-starter-kit

A repo for boilerplate code for testing, deploying, and shipping chainlink solidity code.
MIT License
1.22k stars 492 forks source link

Add hardhat-gas-reporter plugin [Fixes #57] #76

Closed andrejrakic closed 2 years ago

andrejrakic commented 2 years ago

Added hardhat-gas-reporter plugin. To enable it, as stated in both README.md and .env.example, one needs to add the following line.

REPORT_GAS=true

Description

Related issue

The related issue is #57