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

Hyperlane CLI: prompts for private key multiple times instead of once #5355

Open
k4ctuss opened this issue Jan 31, 2025 · 0 comments
Open

Hyperlane CLI: prompts for private key multiple times instead of once #5355

k4ctuss opened this issue Jan 31, 2025 · 0 comments

Comments

@k4ctuss
Copy link

k4ctuss commented Jan 31, 2025

Summary

When using the hyperlane core deploy command without setting the HYP_KEY environment variable, the CLI prompts for the private key for each chain individually instead of just once. Since there are over 120 chains, this makes the deployment process extremely tedious.

Expected Behavior

The CLI should ask for the private key once and reuse it for all chains during deployment.

Actual Behavior

The CLI repeatedly asks for the private key for every chain in the deployment process.

Steps to Reproduce

  1. Run hyperlane core deploy without setting the HYP_KEY environment variable.
  2. Observe that the CLI prompts for the private key for every chain individually.

Additional Context

  • If HYP_KEY is set, the deployment works as expected, without prompting for multiple private key entries.
  • This behavior significantly slows down the deployment process when manually entering the private key.

Attachments

  • Screenshot of the issue:
Image
  • Expected behavior (when HYP_KEY is set):
Image

Would be great to know if this is the intended behavior or if a fix is planned! 🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: No status
Development

No branches or pull requests

1 participant