dAppBooster
    Preparing search index...
    Avatar: FC<AvatarProps> = ...

    Avatar component, displays an avatar with an ENS image or Jazzicon based on the provided props.

    If an ENS image is provided, it will be displayed, otherwise a Jazzicon will be displayed based on the address. This component is used as a custom avatar for the WalletProvider.

    Avatar component props.

    The address to infer the avatar from

    The ENS image URL for the avatar

    The ENS name

    The size of the avatar

    <Avatar
    address="0x1234567890abcdef1234567890abcdef12345678"
    ensImage="avatar.png"
    ensName="test.eth"
    radius={96}
    size={96}
    />