diff --git a/src/components/CooperativLogo.tsx b/src/components/CooperativLogo.tsx index a8f170a..205597f 100644 --- a/src/components/CooperativLogo.tsx +++ b/src/components/CooperativLogo.tsx @@ -21,7 +21,7 @@ const CooperativLogo: FC = ({ onlySymbol }) => { const isSmall = windowSize.width < 768 || onlySymbol; return ( - logo + logo ); }; diff --git a/src/web3/connectors.ts b/src/web3/connectors.ts index 523cf7f..0a2ef82 100644 --- a/src/web3/connectors.ts +++ b/src/web3/connectors.ts @@ -87,19 +87,19 @@ export const SupportedEthConnectors = [ }, }), }, - { - id: 'walletconnect', - name: 'WalletConnect', - logo: '/assets/images/wallet-logos/walletconnect-logo.svg', - experimental: false, - description: 'Link wallet with a QR code', - connector: new WalletConnectConnector({ - options: { - projectId: process.env.NEXT_PUBLIC_WALLETCONNECT_PROJECT_ID as string, - isNewChainsStale: false, - }, - }), - }, + // { + // id: 'walletconnect', + // name: 'WalletConnect', + // logo: '/assets/images/wallet-logos/walletconnect-logo.svg', + // experimental: false, + // description: 'Link wallet with a QR code', + // connector: new WalletConnectConnector({ + // options: { + // projectId: process.env.NEXT_PUBLIC_WALLETCONNECT_PROJECT_ID as string, + // isNewChainsStale: false, + // }, + // }), + // }, // { // id: 'ledger', // name: 'Ledger Connect',