Skip to content

Commit

Permalink
replace broken rpc link
Browse files Browse the repository at this point in the history
Signed-off-by: onur-ozkan <work@onurozkan.dev>
  • Loading branch information
onur-ozkan committed Dec 26, 2024
1 parent ae5c6c1 commit 3d842f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mm2src/coins/tendermint/rpc/tendermint_wasm_rpc.rs
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ mod tests {

#[wasm_bindgen_test]
async fn test_get_abci_info() {
let client = HttpClient::new("https://rpc.sentry-02.theta-testnet.polypore.xyz", None).unwrap();
let client = HttpClient::new("http://34.80.202.172:26657", None).unwrap();
client.abci_info().await.unwrap();
}
}

0 comments on commit 3d842f3

Please sign in to comment.