import { client, selectSp } from '@/client'; import { useAccount } from 'wagmi'; export const VirtualGroup = () => { const { address, connector } = useAccount(); return (