You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
Go through the Solana OFT example
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.
The text was updated successfully, but these errors were encountered:
Describe the bug
When deploying a Solana OFT, if you re-run the
npx hardhat lz:oapp:init:solana
command it returnsinfo: 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:
npx hardhat lz:oapp:init:solana
twiceExpected 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.
The text was updated successfully, but these errors were encountered: