Skip to content

Commit

Permalink
test: run tests against pathfinder (#635)
Browse files Browse the repository at this point in the history
  • Loading branch information
xJonathanLEI authored Jul 28, 2024
1 parent 02f2209 commit c2a1d43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion starknet-accounts/tests/single_owner_account.rs
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ fn create_sequencer_client() -> SequencerGatewayProvider {

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

Expand Down

0 comments on commit c2a1d43

Please sign in to comment.