selectedNetwork

The user's selected network — the SINGLE durable source every consumer should build its WalletConfig from (#285). Delegates to the process-wide NetworkPreferenceStore so the wallet panel, this provider, and host apps (Kicks, BBoard, …) all read ONE value that survives process death; no per-app SharedPreferences mirror to drift out of sync. Read selectedNetwork.value when building a config, observe it to rebuild on a switch.