Skip to content

feat: enable Starknet wallet & message ID parsing on UI #505

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

Open
wants to merge 12 commits into
base: main
Choose a base branch
from

Conversation

ljankovic-txfusion
Copy link
Collaborator

@ljankovic-txfusion ljankovic-txfusion commented Apr 8, 2025

This enables users to connect Starknet wallets and parse Hyperlane message IDs

Important: Merging available after adding at lease one starknet chain to registry!

Copy link

vercel bot commented Apr 8, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
hyperlane-warp-template ✅ Ready (Inspect) Visit Preview 💬 Add feedback May 1, 2025 2:40pm
5 Skipped Deployments
Name Status Preview Comments Updated (UTC)
injective-bridge ⬜️ Ignored (Inspect) May 1, 2025 2:40pm
nexus-bridge ⬜️ Ignored (Inspect) May 1, 2025 2:40pm
ousdt-bridge ⬜️ Ignored (Inspect) Visit Preview May 1, 2025 2:40pm
renzo-bridge ⬜️ Ignored (Inspect) Visit Preview May 1, 2025 2:40pm
trump-bridge ⬜️ Ignored (Inspect) Visit Preview May 1, 2025 2:40pm

return (
<StarknetConfig chains={[sepolia]} provider={publicProvider()} explorer={voyager}>
<StarknetConfig
chains={chains}
Copy link
Collaborator

@Xaroz Xaroz Apr 8, 2025

Choose a reason for hiding this comment

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

hyperlane packages update needed? if you visit the preview the UI will break since the context expects at least one chain

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Yup, that is why I put do not merge label. There should be a preceding PR to Registry to add at least one starknet chain. Will include it in the PR desc

Copy link
Collaborator

@Xaroz Xaroz left a comment

Choose a reason for hiding this comment

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

At least one chain needed for the wallet context

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
DO NOT MERGE Just don't
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants