I am trying to connect to the metamask from my dapp. following the docs: https://docs.metamask.io/guide/getting-started.html#connecting-to-metamask
but when I call eth_requestAccounts
method it's opening coinbase popup as well.
how to work around this? any suggestions?
ethereum.request({ method: 'eth_requestAccounts' });