diff --git a/src/rpcnode_check_alive.rs b/src/rpcnode_check_alive.rs index f5033bc..e83d962 100644 --- a/src/rpcnode_check_alive.rs +++ b/src/rpcnode_check_alive.rs @@ -276,7 +276,7 @@ async fn rpc_get_account_info(rpc_client: Arc) { } async fn rpc_get_token_accounts_by_owner(rpc_client: Arc) { - let owner_pubkey = Pubkey::from_str("SCbotdTZN5Vu9h4PgSAFoJozrALn2t5qMVdjyBuqu2c").unwrap(); + let owner_pubkey = Pubkey::from_str("whirLbMiicVdio4qvUfM5KAg6Ct8VwpYzGff3uctyCc").unwrap(); let mint = Pubkey::from_str("EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v").unwrap(); let token_accounts = rpc_client