Point bridge claim wallet setup at SubWallet / polkadot.js - #514
Merged
Conversation
The claim flow's "Set up a Torus mainnet wallet" link pointed at docs.torus.network, which is down (404), leaving claimants with no way to learn how to create a mainnet address. Link straight to the official SubWallet site and polkadot.js extension instead - any Substrate wallet works with Torus - and tie the copy to the two existing input modes (paste or connect). Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes the user report that the "set up a Torus wallet" link on bridge.torus.network 404s — it pointed at docs.torus.network, which is taken down, stranding claimants who need a mainnet address.
The claim step-two hint now links directly to the official wallets instead of the dead docs:
Copy: "Need a mainnet wallet? Create one with SubWallet or the polkadot.js extension, then paste its address here or connect it below." — tying into the existing paste/connect input modes.
Note: the same dead docs URL also lives in the shared
links.setup_a_wallet(used byno-wallet-extension-displayin @torus-ts/ui and a portal tutorial dialog) — left out of this PR's scope, flagged separately.🤖 Generated with Claude Code