import { client } from '@/client'; import { getOffchainAuthKeys } from '@/utils/offchainAuth'; import { Long } from '@bnb-chain/greenfield-js-sdk'; import { useAccount } from 'wagmi'; export const QueryComponent = () => { const { address, connector } = useAccount(); return ( <>

open console panel

account

tx

sp

); };