-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Add Deregister ParaId component and integrate into Actions #11499
8000New 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
Conversation
Based on the implications of this action and the fact that once the button is clicked the UI is the same as any other transaction signing action, I’d advise adding some kind of extra confirmation before sending. Something like:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 🔥
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice job, 👍
This pull request has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
📝 Description
This PR aims to add the component for deregister a reserved parachain ID (paraID).
Screen.Recording.2025-04-22.at.10.14.55.mov
✨ What's New
registrar.reserve
) are now visible in the UI.🎯 Why
Users previously had no clear way to cancel a reserved paraID, leading to confusion and frustration over "locked" DOT/KSM deposits. This improves visibility and control during the parathread onboarding process.