Skip to content

Commit

Permalink
type export and comment space
Browse files Browse the repository at this point in the history
  • Loading branch information
kirkas committed Aug 7, 2024
1 parent c843ec0 commit bc5147b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions src/identity/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,5 @@ export type {
GetNameReturnType,
IdentityContextType,
IdentityReact,
UseAvatarOptions,
} from './types';
1 change: 0 additions & 1 deletion src/identity/utils/getAvatar.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ import type { GetAvatar, GetAvatarReturnType } from '../types';
* avatar for a given Ethereum name. It returns the ENS name if it exists,
* or null if it doesn't or in case of an error.
*/

export const getAvatar = async ({
ensName,
chain = mainnet,
Expand Down

0 comments on commit bc5147b

Please sign in to comment.