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
If you do not add a salt to the hardhat config under the Ignition property:
ignition: { strategyConfig: { create2: { // salt: "0x0000000000000000000000000000000000000000000000000000000000000000", }, }, },
Then run the deploy command with the create2 strategy, you get an internal error.
create2
The internal error is wrapping the true missing config value error, which is not displayed at the cli.
missing config value
The text was updated successfully, but these errors were encountered:
No branches or pull requests
If you do not add a salt to the hardhat config under the Ignition property:
Then run the deploy command with the
create2
strategy, you get an internal error.The internal error is wrapping the true
missing config value
error, which is not displayed at the cli.The text was updated successfully, but these errors were encountered: