Discover multiple wallets
If a user has multiple wallet browser extensions installed, your web dapp can support wallet interoperability by adding support for EIP-6963, which enables your dapp to discover and connect to multiple installed wallets. We recommend setting up MetaMask SDK in your dapp, which supports EIP-6963 by default.
If you don't have the SDK set up, you can directly update your dapp code to support EIP-6963. See the test dapp source code for an example of how to implement this.