From 117b6f185b95a65dfd7e2c0f73a9d1c78e6e81d2 Mon Sep 17 00:00:00 2001 From: Noor Date: Wed, 18 Jun 2025 20:21:13 +0530 Subject: [PATCH] switch to new staging brain --- src/global.rs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/global.rs b/src/global.rs index f22ce20..17edacb 100644 --- a/src/global.rs +++ b/src/global.rs @@ -9,9 +9,9 @@ use std::sync::LazyLock; pub const DETEE_ROOT_CA: &str = "/etc/detee/root_ca.pem"; pub(crate) const BRAIN_STAGING_URLS: [&str; 3] = [ - "https://184.107.169.199:49092", - "https://149.22.95.1:47855", - "https://149.36.48.99:48843", + "https://156.146.63.216:31337", + "https://156.146.63.216:31337", + "https://156.146.63.216:31337", ]; pub(crate) const BRAIN_TESTING_URLS: [&str; 3] = [ "https://184.107.169.199:45223",