Hi! First post here, so please be patient with me
I’m building an dapp and have a need to support the use case where mutiple wallet extensions are installed in a single browser (which happens fairly often). However, because all the wallet extensions clobber window.ethereum, its basically impossible to pick out the rpc provider that is provided by the MetaMask extension.
Until EIP-6963! This EIP seems to solve this problem once and for all, and I’ve verified that many of the popular wallets, including Coinbase and Rabby, already support EIP-6963. However, as far as I can tell, MetaMask still does not
An article from a week and a half ago (I can’t post links as a new user, but if you google “MetaMask eip 6963”, you can find some news on this) suggested that EIP-6963 support is coming to MetaMask very soon! When can I expect this to come?
Thanks!