Skip to content

Commit fd1976a

Browse files
committed
Fix json_rpc_url parsing when building chain driver
1 parent aa9fac1 commit fd1976a

File tree

1 file changed

+1
-1
lines changed
  • relayer/crates/starknet-integration-tests/src/contexts

1 file changed

+1
-1
lines changed

relayer/crates/starknet-integration-tests/src/contexts/bootstrap.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ impl ChainDriverBuilder<StarknetBootstrap> for StarknetBootstrapComponents {
121121
.clone();
122122

123123
let json_rpc_url = Url::parse(&format!(
124-
"{}:{}/",
124+
"http://{}:{}/",
125125
node_config.rpc_addr, node_config.rpc_port
126126
))?;
127127

0 commit comments

Comments
 (0)