Skip to content

cli: add Solana Wormhole transceiver registration to the add-chain command#727

Merged
evgeniko merged 7 commits intomainfrom
add_chain_sol_transceiver
Oct 30, 2025
Merged

cli: add Solana Wormhole transceiver registration to the add-chain command#727
evgeniko merged 7 commits intomainfrom
add_chain_sol_transceiver

Conversation

@evgeniko
Copy link
Copy Markdown
Contributor

@evgeniko evgeniko commented Oct 30, 2025

At the moment the add-chain command does not register a Wormhole transceiver for Solana. As a result, the ntt status command returns the following error, which is confusing:

Solana status:
  Missing Solana wormhole transceiver

This PR moves the Solana transceiver registration into its own function and calls the function at the end of the add-chain command, achieving parity with the behaviour of other chains.
Resulting in ntt status not showing the above error anymore.

@evgeniko evgeniko changed the title add Solana Wormhole transceiver registration to the add-chain command cli: add Solana Wormhole transceiver registration to the add-chain command Oct 30, 2025
@evgeniko evgeniko requested review from kcsongor and nvsriram and removed request for nvsriram October 30, 2025 11:56
Comment thread cli/src/index.ts Outdated
Copy link
Copy Markdown
Contributor

@nvsriram nvsriram left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The changes look good but maybe they should be part of deploySolana where initialization happens. That way, we can avoid the chainToPlatform check and ntt, ctx typecasting.

@evgeniko evgeniko merged commit 8ee41c4 into main Oct 30, 2025
9 of 10 checks passed
@evgeniko evgeniko deleted the add_chain_sol_transceiver branch October 30, 2025 19:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants