import { client } from '@/client'; import { parseEther } from 'viem'; import { useAccount } from 'wagmi'; export const MultiMsg = () => { const { address } = useAccount(); return (