We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Start a node console with the HardhatRuntimeEnvironment initialized and attached to the global scope:
HardhatRuntimeEnvironment
global
hardhat console > console.log(hre.config.solidity) // "0.8.24"
For inspiration consider the HHv2 version of console:
hardhat/packages/hardhat-core/src/builtin-tasks/console.ts
Line 13 in 83721d9
The v3 version of the run task is likely a good comparison for integration testing.
run
We should consider accepting a --config parameter to allow specifying a path to an alternative hardhat.config.{js,ts} file.
hardhat.config.{js,ts}
The text was updated successfully, but these errors were encountered:
galargh
No branches or pull requests
Start a node console with the
HardhatRuntimeEnvironment
initialized and attached to theglobal
scope:For inspiration consider the HHv2 version of console:
hardhat/packages/hardhat-core/src/builtin-tasks/console.ts
Line 13 in 83721d9
The v3 version of the
run
task is likely a good comparison for integration testing.We should consider accepting a --config parameter to allow specifying a path to an alternative
hardhat.config.{js,ts}
file.The text was updated successfully, but these errors were encountered: