Custom Avatars
Customizing your app’s user avatar
By default we provide an avatar for users in case their ENS image is not set, but you can customize this by providing your own avatar component. You can import the AvatarComponent
type if using TypeScript:
The AvatarComponent
passed to the avatar
prop has prop types as follows: <{ address: string; ensImage?: string | null; size: number;}>