Refactor register node: returns deleted contracts #5

Merged
ghe0 merged 3 commits from new_list_of_brain_urls into main 2025-06-19 17:48:21 +00:00
Showing only changes of commit 117b6f185b - Show all commits

@ -9,9 +9,9 @@ use std::sync::LazyLock;
pub const DETEE_ROOT_CA: &str = "/etc/detee/root_ca.pem"; pub const DETEE_ROOT_CA: &str = "/etc/detee/root_ca.pem";
pub(crate) const BRAIN_STAGING_URLS: [&str; 3] = [ pub(crate) const BRAIN_STAGING_URLS: [&str; 3] = [
"https://184.107.169.199:49092", "https://156.146.63.216:31337",
"https://149.22.95.1:47855", "https://156.146.63.216:31337",
"https://149.36.48.99:48843", "https://156.146.63.216:31337",
]; ];
pub(crate) const BRAIN_TESTING_URLS: [&str; 3] = [ pub(crate) const BRAIN_TESTING_URLS: [&str; 3] = [
"https://184.107.169.199:45223", "https://184.107.169.199:45223",