From 5617655f25f1f9a431f2e6a403afb4fe383324b1 Mon Sep 17 00:00:00 2001 From: Monalisha Mishra <42746736+mishramonalisha76@users.noreply.github.com> Date: Mon, 25 Sep 2023 18:46:16 +0530 Subject: [PATCH] Wallet disconnect (#732) * fix: added disconnect for wallet * fix: added autoConnect * fix: changed onClick to onGetTokenClick * fix: fixed errors * fix: added coinbase wallet * fix: img added * fix: fixed metamask not showing if not present in it * fix: fixed injected wallets --------- Co-authored-by: KlausMikhaelson --- .../uiweb/src/lib/components/chat/ConnectButton/index.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/uiweb/src/lib/components/chat/ConnectButton/index.tsx b/packages/uiweb/src/lib/components/chat/ConnectButton/index.tsx index 493c6dd05..6994cbb3c 100644 --- a/packages/uiweb/src/lib/components/chat/ConnectButton/index.tsx +++ b/packages/uiweb/src/lib/components/chat/ConnectButton/index.tsx @@ -64,9 +64,9 @@ const chains = [ } ] -const wallets = [injectedModule({ - displayUnavailable: [ProviderLabel.MetaMask] -}), walletConnect, coinbaseWalletSdk] + +const wallets = [injectedModule(), walletConnect, coinbaseWalletSdk] + const appMetadata = {