From 65ee3231b2ee969cef385535ec9b8b907481e38f Mon Sep 17 00:00:00 2001 From: ghe0 Date: Wed, 18 Jun 2025 17:46:52 +0300 Subject: [PATCH] switch to new staging brain --- src/constants.rs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/constants.rs b/src/constants.rs index 83b2e09..f28deeb 100644 --- a/src/constants.rs +++ b/src/constants.rs @@ -4,9 +4,9 @@ use std::sync::LazyLock; pub const HRATLS_APP_PORT: u32 = 34500; pub const MAX_REDIRECTS: u16 = 3; pub const STAGING_BRAIN_URLS: [&str; 3] = [ - "https://184.107.169.199:49092", // staging brain 1 - "https://149.22.95.1:47855", // staging brain 2 - "https://149.36.48.99:48843", // staging brain 3 + "https://156.146.63.216:31337", // staging brain 1 + "https://156.146.63.216:31337", // staging brain 2 + "https://156.146.63.216:31337", // staging brain 3 ]; pub const TESTNET_BRAIN_URLS: [&str; 3] = [