-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Enable Hardhat contract sizer and gas reporter plugins (#72)
This PR enables two plugins for Hardhat: - [Hardhat Gas Reporter](https://github.com/cgewecke/hardhat-gas-reporter) - [Hardhat Contract Sizer](https://github.com/ItsNickBarry/hardhat-contract-sizer) To get cost estimates in USD, it is required to define `COINMARKETCAP_API_KEY` environment variable with a token generated by [CoinMarketCap](https://coinmarketcap.com/).
- Loading branch information
Showing
4 changed files
with
46 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,3 +10,6 @@ pnpm-debug.log* | |
|
||
# Temporary directory | ||
tmp/ | ||
|
||
# Environment configuration files | ||
.envrc |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.