Skip to content

Commit

Permalink
chore: remove console logs, unneeded connector hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
thekidnamedkd committed Apr 23, 2024
1 parent 4f086db commit 3274ca6
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -38,19 +38,13 @@ import {GatingMenu} from 'containers/gatingMenu';
import {DelegationGatingMenu} from 'containers/delegationGatingMenu';
import UpdateBanner from 'containers/navbar/updateBanner';
import {ActionsProvider} from './context/actions';
import {useConnectors} from 'wagmi';

export const App: React.FC = () => {
// TODO this needs to be inside a Routes component. Will be moved there with
// further refactoring of layout (see further below).
const {pathname} = useLocation();
const {methods, status, network, address, provider} = useWallet();
const connectors = useConnectors();

console.log(connectors);
const wcConnector = connectors.filter(c => c.name === 'WalletConnect');

console.log('wcConnector', wcConnector);
useMonitoring();

// Initialize feature flags using the initial URL
Expand Down

0 comments on commit 3274ca6

Please sign in to comment.