Skip to content

Commit

Permalink
chore: debug output by logging it
Browse files Browse the repository at this point in the history
  • Loading branch information
chris13524 committed Mar 26, 2024
1 parent 1eba3f5 commit a9ed09e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions relay_rpc/src/auth/cacao/signature/test_helpers.rs
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ pub async fn deploy_contract(rpc_url: &Url, private_key: &SigningKey) -> Address
.await
.unwrap();
let output = String::from_utf8(output.stdout).unwrap();
println!("forge output: {output:?}");
let (_, [contract_address]) = Regex::new("Deployed to: (0x[0-9a-fA-F]+)")
.unwrap()
.captures(&output)
Expand Down

0 comments on commit a9ed09e

Please sign in to comment.