Skip to content

feat: configurable Radix Connect Relay server URL#326

Open
xstelea wants to merge 1 commit intomainfrom
configurable-rcr-server
Open

feat: configurable Radix Connect Relay server URL#326
xstelea wants to merge 1 commit intomainfrom
configurable-rcr-server

Conversation

@xstelea
Copy link
Copy Markdown
Collaborator

@xstelea xstelea commented Mar 24, 2026

Summary

  • Add radixConnectRelay?: { baseUrl, walletUrl } config option to RadixDappToolkitOptions
  • Include relayUrl in wallet request Metadata so the wallet knows which relay server to post responses to
  • Replace hardcoded relay URLs with configurable values, defaulting to existing URLs for backward compatibility

Closes #325

Test Plan

  • Metadata schema validates with relayUrl present
  • Metadata schema rejects without relayUrl
  • Custom relayUrl appears in WalletInteraction metadata
  • Default relayUrl used when no config provided
  • All 68 existing tests pass

🤖 Generated with Claude Code

Add `radixConnectRelay` config option to RadixDappToolkitOptions,
allowing developers to specify custom relay server and wallet deep
link URLs. The configured relay base URL is included in wallet
request metadata as `relayUrl` so the wallet knows where to post
its encrypted responses.

Closes #325

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

Configurable Radix Connect Relay server URL

1 participant