Skip to content

Commit

Permalink
fix bad rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
walmat committed Jan 14, 2025
1 parent bd6e439 commit 655767f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/hooks/useImportingWallet.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import { WrappedAlert as Alert } from '@/helpers/alert';
import { analytics, analyticsV2 } from '@/analytics';
import { PROFILES, useExperimentalFlag } from '@/config';
import { fetchReverseRecord } from '@/handlers/ens';
import { getProvider, resolveUnstoppableDomain } from '@/handlers/web3';
import { getProvider, isValidBluetoothDeviceId, resolveUnstoppableDomain } from '@/handlers/web3';
import { isENSAddressFormat, isUnstoppableAddressFormat, isValidWallet } from '@/helpers/validators';
import { walletInit } from '@/model/wallet';
import { Navigation, useNavigation } from '@/navigation';
Expand All @@ -33,6 +33,7 @@ import { walletLoadingStore } from '@/state/walletLoading/walletLoading';
import { WalletLoadingStates } from '@/helpers/walletLoadingStates';
import { IS_TEST } from '@/env';
import walletBackupTypes from '@/helpers/walletBackupTypes';
import WalletBackupStepTypes from '@/helpers/walletBackupStepTypes';

export default function useImportingWallet({ showImportModal = true } = {}) {
const { accountAddress } = useAccountSettings();
Expand Down

0 comments on commit 655767f

Please sign in to comment.