Redirect to pubsub node and some bug fixes #8

Merged
ghe0 merged 7 commits from pubsub_redirect into surreal_brain 2025-06-19 17:39:56 +00:00
Showing only changes of commit 65ee3231b2 - Show all commits

@ -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] = [