From dcd1ee8a9f39c2fb7ab9f19734c219362621fbef Mon Sep 17 00:00:00 2001 From: Tim McMackin Date: Tue, 11 Feb 2025 13:09:52 -0500 Subject: [PATCH] Use only web3 wallets (#256) --- src/components/WalletConnectButton/index.jsx | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/src/components/WalletConnectButton/index.jsx b/src/components/WalletConnectButton/index.jsx index 38e1699d..38b61b73 100644 --- a/src/components/WalletConnectButton/index.jsx +++ b/src/components/WalletConnectButton/index.jsx @@ -46,20 +46,6 @@ const mainnet = defineChain({ }); const wallets = [ - inAppWallet({ - auth: { - options: [ - "google", - "discord", - "telegram", - "farcaster", - "email", - "x", - "passkey", - "phone", - ], - }, - }), createWallet("io.metamask"), createWallet("com.coinbase.wallet"), createWallet("me.rainbow"),