/** v3-style placeholder for generated .onion URLs until your Tor hostnames materialize. */ export const PLACEHOLDER_ONION_HOST = "111111111111111111111.onion"; export const PLACEHOLDER_ONION_URL = `http://${PLACEHOLDER_ONION_HOST}`;