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

Ignition config error shows only internal error #6368

Open
kanej opened this issue Feb 20, 2025 · 0 comments
Open

Ignition config error shows only internal error #6368

kanej opened this issue Feb 20, 2025 · 0 comments
Labels
status:ready This issue is ready to be worked on v-next A Hardhat v3 development task

Comments

@kanej
Copy link
Member

kanej commented Feb 20, 2025

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.

Image

The internal error is wrapping the true missing config value error, which is not displayed at the cli.

@kanej kanej added the v-next A Hardhat v3 development task label Feb 20, 2025
@kanej kanej added this to the Public Alpha milestone Feb 20, 2025
@kanej kanej added this to Hardhat Feb 20, 2025
@github-project-automation github-project-automation bot moved this to Backlog in Hardhat Feb 20, 2025
@kanej kanej moved this from Backlog to To-do in Hardhat Feb 20, 2025
@github-actions github-actions bot added the status:ready This issue is ready to be worked on label Feb 20, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status:ready This issue is ready to be worked on v-next A Hardhat v3 development task
Projects
Status: To-do
Development

No branches or pull requests

1 participant