WalletWeb3Status: {
    address: Address | undefined;
    balance?: UseBalanceReturnType["data"];
    connectingWallet: boolean;
    isWalletConnected: boolean;
    isWalletSynced: boolean;
    switchingChain: boolean;
    walletChainId: Chain["id"] | undefined;
    walletClient: UseWalletClientReturnType["data"];
}