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
address="0x1234567890abcdef1234567890abcdef12345678"
ensImage="avatar.png"
ensName="test.eth"
radius={96}
size={96}
/>