Commit 96bc685 1 parent 549b639 commit 96bc685 Copy full SHA for 96bc685
File tree 1 file changed +2
-2
lines changed
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([
17
17
#[ tokio:: test]
18
18
async fn can_deploy_contract_to_alpha_sepolia_with_invoke_v1 ( ) {
19
19
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 ( ) ) ;
21
21
let provider = JsonRpcClient :: new ( HttpTransport :: new ( Url :: parse ( & rpc_url) . unwrap ( ) ) ) ;
22
22
let signer = LocalWallet :: from ( SigningKey :: from_secret_scalar (
23
23
Felt :: from_hex ( "00ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff" ) . unwrap ( ) ,
@@ -55,7 +55,7 @@ async fn can_deploy_contract_to_alpha_sepolia_with_invoke_v1() {
55
55
#[ tokio:: test]
56
56
async fn can_deploy_contract_to_alpha_sepolia_with_invoke_v3 ( ) {
57
57
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 ( ) ) ;
59
59
let provider = JsonRpcClient :: new ( HttpTransport :: new ( Url :: parse ( & rpc_url) . unwrap ( ) ) ) ;
60
60
let signer = LocalWallet :: from ( SigningKey :: from_secret_scalar (
61
61
Felt :: from_hex ( "00ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff" ) . unwrap ( ) ,
You can’t perform that action at this time.
0 commit comments