chore: remove beta stats link (#22)

This commit is contained in:
Collin Jackson 2024-10-27 11:13:56 -07:00 committed by GitHub
parent f6d168cd7c
commit b0b1c6fd1e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 1 additions and 4 deletions

View File

@ -1,6 +1,6 @@
[package]
name = "nexus-network"
version = "0.3.1"
version = "0.3.2"
edition = "2021"
[[bin]]

View File

@ -150,9 +150,6 @@ async fn main() {
&ws_addr_string,
json!({"ws_addr_string": ws_addr_string, "prover_id": prover_id}),
);
println!(
"Network stats are available at https://beta.nexus.xyz/."
);
loop {
let program_message = match client.next().await.unwrap().unwrap() {
Message::Binary(b) => b,