Skip to content

Is it possible to decrease amount of wallets? #3581

Discussion options

You must be logged in to vote

I'd argue you might not actually want to limit the available wallets to only certain wallets as your effectively reducing your number of possible dapps users, but if you wanted to the code below should do it. If you just want to control the preferred wallets simply remove the explorerExcludedWalletIds="ALL" prop.

<Web3Modal
  projectId={'DAPP_PROJECT_ID'}
  ethereumClient={'DAPP_ETHEREUM_CLIENT'}
  explorerExcludedWalletIds="ALL"
  explorerRecommendedWalletIds={[
    // MetaMask ID https://walletconnect.com/explorer/metamask
    'c57ca95b47569778a828d19178114f4db188b89b763c899ba0be274e97267d96',
    // CoinBase ID https://walletconnect.com/explorer/coinbase-wallet
    'fd20dc426fb37566d80…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@Opty1712
Comment options

Answer selected by Opty1712
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants