Many stacks apps use query string like ?chain=testnet, like stacks explorer, sendmany, minecitycoins, ..
The bridge should use the same.
Alternatively, there should be a call for changing the query string.
Definition of Done
Users can switch between testnet or mainnet by adding query parameter chain=testnet or chain=mainnet or alternatively, a link is provided describing how to switch the networks on a network agnostic UI web app.
Many stacks apps use query string like
?chain=testnet
, like stacks explorer, sendmany, minecitycoins, .. The bridge should use the same.Alternatively, there should be a call for changing the query string.
Definition of Done
Users can switch between testnet or mainnet by adding query parameter
chain=testnet
orchain=mainnet
or alternatively, a link is provided describing how to switch the networks on a network agnostic UI web app.