Skip to content

Commit

Permalink
[gh-851] fix testnet url link. (#852)
Browse files Browse the repository at this point in the history
Co-authored-by: Feliciss <[email protected]>
  • Loading branch information
feliciss and Feliciss authored Sep 24, 2023
1 parent c5ef52a commit 2d20ea1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/rooch-rpc-client/src/client_config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ use serde_with::serde_as;
use std::fmt::{Display, Formatter, Write};

pub const DEFAULT_EXPIRATION_SECS: u64 = 30;
pub const ROOCH_TEST_NET_URL: &str = "https://seed-testnet.rooch.network/";
pub const ROOCH_TEST_NET_URL: &str = "https://dev-seed.rooch.network/";

#[serde_as]
#[derive(Serialize, Deserialize)]
Expand Down

0 comments on commit 2d20ea1

Please sign in to comment.