Skip to content

Commit

Permalink
fix imports
Browse files Browse the repository at this point in the history
  • Loading branch information
brendan-defi committed Jan 24, 2025
1 parent b888930 commit ca41745
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/identity/utils/getAddress.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ import { RESOLVER_ADDRESSES_BY_CHAIN_ID } from '@/identity/constants';
import type { GetAddress, GetAddressReturnType } from '@/identity/types';
import { isBasename } from '@/identity/utils/isBasename';
import { mainnet } from 'viem/chains';
import { RESOLVER_ADDRESSES_BY_CHAIN_ID } from '@/identity/constants';
import { isBasename } from '@/identity/utils/isBasename';

/**
* Get address from ENS name or Basename.
Expand Down

0 comments on commit ca41745

Please sign in to comment.