import { client } from '@/client'; import { getOffchainAuthKeys } from '@/utils/offchainAuth'; import { useState } from 'react'; import { useAccount } from 'wagmi'; export const BucketQuota = () => { const { address, connector } = useAccount(); const [bucketName, setBucketName] = useState(''); return (