is their any method or function to totally hide desktop wallet from web3Modal #3034
-
i Don't want to display Metamask as recommended wallet but after implementing method like explorerRecommendedWalletIds: 'NONE' not any of them are working i want to totlly hide desktop wallet in web3Modal |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Options you specified above manage wallets fetched from our explorer api MetaMask (injected) comes from wagmi connectors, by default |
Beta Was this translation helpful? Give feedback.
Options you specified above manage wallets fetched from our explorer api
https://docs.walletconnect.com/2.0/web/web3modal/react/wagmi/custom-wallets#custom-explorer-wallets
MetaMask (injected) comes from wagmi connectors, by default
w3mConnectors
includes WalletConnectConnector and InjectedConnector, but you can override this, just remove and add what you want like you normally do in Wagmi, however WalletConnectConnector is requiredhttps://docs.walletconnect.com/2.0/web/web3modal/react/wagmi/custom-wallets#custom-wagmi-connectors