import { truncate } from '@/utils/HelperUtil' import { Avatar, Button, Card, Text } from '@nextui-org/react' import { Paper } from 'react-iconly' interface Props { name: string logo: string rgb: string address: string } export default function AccountCard({ name, logo, rgb, address }: Props) { return (
{name} {truncate(address, 19)}