File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ const CHAIN_ID: Felt = Felt::from_raw([
1717#[ tokio:: test]
1818async fn can_deploy_contract_to_alpha_sepolia_with_invoke_v1 ( ) {
1919 let rpc_url = std:: env:: var ( "STARKNET_RPC" )
20- . unwrap_or_else ( |_| "https://pathfinder.rpc.sepolia.starknet.rs/rpc/v0_6 " . into ( ) ) ;
20+ . unwrap_or_else ( |_| "https://pathfinder.rpc.sepolia.starknet.rs/rpc/v0_7 " . into ( ) ) ;
2121 let provider = JsonRpcClient :: new ( HttpTransport :: new ( Url :: parse ( & rpc_url) . unwrap ( ) ) ) ;
2222 let signer = LocalWallet :: from ( SigningKey :: from_secret_scalar (
2323 Felt :: from_hex ( "00ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff" ) . unwrap ( ) ,
@@ -55,7 +55,7 @@ async fn can_deploy_contract_to_alpha_sepolia_with_invoke_v1() {
5555#[ tokio:: test]
5656async fn can_deploy_contract_to_alpha_sepolia_with_invoke_v3 ( ) {
5757 let rpc_url = std:: env:: var ( "STARKNET_RPC" )
58- . unwrap_or_else ( |_| "https://pathfinder.rpc.sepolia.starknet.rs/rpc/v0_6 " . into ( ) ) ;
58+ . unwrap_or_else ( |_| "https://pathfinder.rpc.sepolia.starknet.rs/rpc/v0_7 " . into ( ) ) ;
5959 let provider = JsonRpcClient :: new ( HttpTransport :: new ( Url :: parse ( & rpc_url) . unwrap ( ) ) ) ;
6060 let signer = LocalWallet :: from ( SigningKey :: from_secret_scalar (
6161 Felt :: from_hex ( "00ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff" ) . unwrap ( ) ,
You can’t perform that action at this time.
0 commit comments