switch to new staging brain

This commit is contained in:
ghe0 2025-06-18 17:46:52 +03:00
parent 9630cd5f95
commit 65ee3231b2
Signed by: ghe0
GPG Key ID: 451028EE56A0FBB4

@ -4,9 +4,9 @@ use std::sync::LazyLock;
pub const HRATLS_APP_PORT: u32 = 34500; pub const HRATLS_APP_PORT: u32 = 34500;
pub const MAX_REDIRECTS: u16 = 3; pub const MAX_REDIRECTS: u16 = 3;
pub const STAGING_BRAIN_URLS: [&str; 3] = [ pub const STAGING_BRAIN_URLS: [&str; 3] = [
"https://184.107.169.199:49092", // staging brain 1 "https://156.146.63.216:31337", // staging brain 1
"https://149.22.95.1:47855", // staging brain 2 "https://156.146.63.216:31337", // staging brain 2
"https://149.36.48.99:48843", // staging brain 3 "https://156.146.63.216:31337", // staging brain 3
]; ];
pub const TESTNET_BRAIN_URLS: [&str; 3] = [ pub const TESTNET_BRAIN_URLS: [&str; 3] = [