Skip to content

Commit

Permalink
Fix rpc url
Browse files Browse the repository at this point in the history
  • Loading branch information
raynaudoe committed Aug 5, 2024
1 parent 627f06b commit f5d520a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion relay/paseo/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3210,7 +3210,7 @@ mod remote_tests {
async fn try_fast_unstake_all() {
sp_tracing::try_init_simple();
let transport: Transport =
var("WS").unwrap_or("wss://rpc.paseo.io:443".to_string()).into();
var("WS").unwrap_or("wss://paseo.rpc.amforc.com:443".to_string()).into();
let maybe_state_snapshot: Option<SnapshotConfig> = var("SNAP").map(|s| s.into()).ok();
let mut ext = Builder::<Block>::default()
.mode(if let Some(state_snapshot) = maybe_state_snapshot {
Expand Down

0 comments on commit f5d520a

Please sign in to comment.