feat: add Dapp API URL copy action in Wallet Gateway header - #2240
Open
dhru7777 wants to merge 4 commits into
Open
feat: add Dapp API URL copy action in Wallet Gateway header#2240dhru7777 wants to merge 4 commits into
dhru7777 wants to merge 4 commits into
Conversation
Signed-off-by: dhru7777 <dheerajinnyc@gmail.com>
Signed-off-by: dhru7777 <dheerajinnyc@gmail.com>
Co-authored-by: Cursor <cursoragent@cursor.com> Signed-off-by: dhru7777 <dheerajinnyc@gmail.com>
…tooltip Co-authored-by: Cursor <cursoragent@cursor.com> Signed-off-by: dhru7777 <dheerajinnyc@gmail.com>
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.
Summary
dappApiUrlonGET /.well-known/wallet-gateway-config(publicUrl+server.dappPath)title/aria-labelWhy
The Wallet Picker often needs a custom Wallet API URL. Users can see the host in the address bar but may not know the API path (default
/api/v0/dapp). This makes the correct instance URL discoverable from the WG UI.Notes
http://localhost:3030/api/v0/dappTest plan
app-headercopy event + hover title;fetchDappApiUrl; UserApp clipboard/toast + passes URL into layoutcurl -s http://localhost:3030/.well-known/wallet-gateway-configincludesdappApiUrlhttp://localhost:3030/api/v0/dapp