You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add the ability to save and import custom Horizon server configurations (name, base URL, network passphrase, friendbot URL) so users can target alternate networks (public, testnet, futurenet, or a custom/private chain) without re-entering settings each session.
Motivation
Users switch between public, testnet, futurenet, and private/custom Stellar networks. Today there's no way to save a named network profile, so users must reconfigure the network each time, and there's no validation that a chosen Horizon URL matches the expected network passphrase, which can silently cause confusing failures.
Overview
Add the ability to save and import custom Horizon server configurations (name, base URL, network passphrase, friendbot URL) so users can target alternate networks (public, testnet, futurenet, or a custom/private chain) without re-entering settings each session.
Motivation
Users switch between public, testnet, futurenet, and private/custom Stellar networks. Today there's no way to save a named network profile, so users must reconfigure the network each time, and there's no validation that a chosen Horizon URL matches the expected network passphrase, which can silently cause confusing failures.
Proposed Design
network_profilestable: id, owner_id, name, horizon_url, network_passphrase, friendbot_url (optional), is_defaultAcceptance Criteria