Skip to content

Commit e4c4edb

Browse files
committed
add readme for alloy task
1 parent 59ff723 commit e4c4edb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

basic/38-alloy-rust/src/main.rs

+1
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ async fn main() -> Result<(), Box<dyn std::error::Error>> {
2525

2626
let signer: PrivateKeySigner = private_key.parse().expect("Failed to parse private key");
2727
let address = signer.address();
28+
info!("Using address: {}", address);
2829
let wallet = EthereumWallet::from(signer);
2930
let provider =
3031
ProviderBuilder::new().with_recommended_fillers().wallet(wallet).on_http(rpc_url);

0 commit comments

Comments
 (0)