1use alloy::signers::local::PrivateKeySigner; 2 3pub fn generate_local_wallet() -> PrivateKeySigner { 4 PrivateKeySigner::random() 5}