Version 3.1.0
Non-breaking changes
- Adds
blockTimeMs
as the average expected block time*
*
See the comments in this PR for caveats around these numbers
Bug fixes
- Updates environment variable names generated from
hardhatConfig.getEnvVariableNames()
to correctly change hyphen (-
) values to underscores (_
). Issue: #46