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

bug: Re-running npx hardhat lz:oapp:init:solana returns "OApp is wired, no action is necessary" when it's in fact not wired. #1155

Open
lzdane opened this issue Jan 9, 2025 · 0 comments
Labels
bug Something isn't working

Comments

@lzdane
Copy link

lzdane commented Jan 9, 2025

Describe the bug
When deploying a Solana OFT, if you re-run the npx hardhat lz:oapp:init:solana command it returns info: The OApp is wired, no action is necessary, this is confusing because the OApp isn't actually wired yet, that's the subsequent command that needs to be run. This leads people to think that the OApp is already wired and the issue they're experiencing is unrelated to wiring.

To Reproduce
Steps to reproduce the behavior:

  1. Go through the Solana OFT example
  2. Run npx hardhat lz:oapp:init:solana twice

Expected behavior
The error should return something like `info: The OApp is initiated but perhaps not wired"

Screenshots
If applicable, add screenshots to help explain your problem.
image

@lzdane lzdane added the bug Something isn't working label Jan 9, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant