Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enable Hardhat contract sizer and gas reporter plugins #72

Merged
merged 4 commits into from
Dec 14, 2023

Conversation

nkuba
Copy link
Member

@nkuba nkuba commented Dec 11, 2023

This PR enables two plugins for Hardhat:

To get cost estimates in USD, it is required to define COINMARKETCAP_API_KEY environment variable with a token generated by CoinMarketCap.

nkuba added 3 commits December 8, 2023 15:09
The plugin outputs contract sizes after hardhat contracts compilation.
The plugin outputs gas usage stats after tests execution.
The file can define local environment variables.
@nkuba nkuba self-assigned this Dec 11, 2023
@nkuba nkuba added this to the MVP milestone Dec 11, 2023
@nkuba nkuba requested review from r-czajkowski and dimpar December 11, 2023 12:50
@nkuba nkuba added the 🔗 Solidity Solidity contracts label Dec 11, 2023
@r-czajkowski r-czajkowski merged commit b1fd210 into main Dec 14, 2023
9 checks passed
@r-czajkowski r-czajkowski deleted the hardhat-tools branch December 14, 2023 16:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🔗 Solidity Solidity contracts
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants