Skip to content

Commit

Permalink
fix: merge
Browse files Browse the repository at this point in the history
  • Loading branch information
gomesalexandre committed Sep 6, 2023
1 parent d66dbe9 commit fc5d1cf
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/context/WalletProvider/WalletProvider.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ import type { MetaMaskHDWallet } from '@shapeshiftoss/hdwallet-metamask'
import type { NativeHDWallet } from '@shapeshiftoss/hdwallet-native'
import * as native from '@shapeshiftoss/hdwallet-native'
import type { WalletConnectProviderConfig } from '@shapeshiftoss/hdwallet-walletconnect'
import {
metaMaskFlaskSupported,
shapeShiftSnapInstalled,
} from '@shapeshiftoss/metamask-snaps-adapter'
import WalletConnectProvider from '@walletconnect/web3-provider'
import { getConfig } from 'config'
import { PublicWalletXpubs } from 'constants/PublicWalletXpubs'
Expand All @@ -17,7 +21,6 @@ import findIndex from 'lodash/findIndex'
import omit from 'lodash/omit'
import React, { useCallback, useEffect, useMemo, useReducer, useState } from 'react'
import { isMobile } from 'react-device-detect'
import { metaMaskFlaskSupported, shapeShiftSnapInstalled } from 'utils/snaps'
import type { Entropy } from 'context/WalletProvider/KeepKey/components/RecoverySettings'
import { VALID_ENTROPY } from 'context/WalletProvider/KeepKey/components/RecoverySettings'
import { useKeepKeyEventHandler } from 'context/WalletProvider/KeepKey/hooks/useKeepKeyEventHandler'
Expand Down

0 comments on commit fc5d1cf

Please sign in to comment.