From 2995a647b34fe019fe18d0a842e5cbdb920f5a4e Mon Sep 17 00:00:00 2001 From: "guillem.cordoba" Date: Thu, 10 Oct 2024 12:17:41 +0200 Subject: [PATCH] Point to new bootstrap --- src-tauri/src/lib.rs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src-tauri/src/lib.rs b/src-tauri/src/lib.rs index e446e409..bd93fc7d 100644 --- a/src-tauri/src/lib.rs +++ b/src-tauri/src/lib.rs @@ -8,7 +8,8 @@ use tauri_plugin_holochain::{HolochainExt, HolochainPluginConfig, WANNetworkConf const APP_ID: &'static str = "relay"; const SIGNAL_URL: &'static str = "wss://sbd.holo.host"; -const BOOTSTRAP_URL: &'static str = "https://bootstrap.holo.host"; +// const BOOTSTRAP_URL: &'static str = "https://bootstrap.holo.host"; +const BOOTSTRAP_URL: &'static str = "https://bootstrap-0.infra.holochain.org"; pub fn happ_bundle() -> anyhow::Result { let bytes = include_bytes!("../../workdir/relay.happ");