diff --git a/src/bg_tasks.rs b/src/bg_tasks.rs index 8634c7a..3323654 100644 --- a/src/bg_tasks.rs +++ b/src/bg_tasks.rs @@ -304,7 +304,7 @@ async fn check_node_bin_version( // Query crates.io to find out latest version available of the node async fn latest_version_available() -> Option { - let url = format!("https://crates.io/api/v1/crates/{}", "sn_node"); + let url = format!("https://crates.io/api/v1/crates/{}", "antnode"); let client = reqwest::Client::new(); const MY_USER_AGENT: &str = "formicaio (https://github.com/bochaco/formicaio)";