Skip to content

Commit

Permalink
fix cli deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
austbot committed Dec 20, 2024
1 parent fdc2471 commit 6071810
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tester/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ use std::env;

#[tokio::main]
async fn main() -> Result<()> {
let rpc_url = "http://localhost:8899".to_string();
let rpc_url = "http://127.0.0.1:8899".to_string();
let rpc_client = RpcClient::new(rpc_url.clone());
let bonsol_client = BonsolClient::new(rpc_url);
let signer = Keypair::new();
Expand Down

0 comments on commit 6071810

Please sign in to comment.