Skip to content

Commit c2a1d43

Browse files
authored
test: run tests against pathfinder (#635)
1 parent 02f2209 commit c2a1d43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

starknet-accounts/tests/single_owner_account.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ fn create_sequencer_client() -> SequencerGatewayProvider {
3232

3333
fn create_jsonrpc_client() -> JsonRpcClient<HttpTransport> {
3434
let rpc_url = std::env::var("STARKNET_RPC")
35-
.unwrap_or_else(|_| "https://juno.rpc.sepolia.starknet.rs/rpc/v0_7".into());
35+
.unwrap_or_else(|_| "https://pathfinder.rpc.sepolia.starknet.rs/rpc/v0_7".into());
3636
JsonRpcClient::new(HttpTransport::new(url::Url::parse(&rpc_url).unwrap()))
3737
}
3838

0 commit comments

Comments
 (0)