web3-react icon indicating copy to clipboard operation
web3-react copied to clipboard

Cannot connect to Coinbase Extension via the @web3-react/walletlink-connector

Open aliraza944 opened this issue 2 years ago • 0 comments

I am trying to connect to the coinbase extension via the wallet link connector's instance, new WalletLinkConnector, but I cannot even get the extension's popup open. I am following the exact tutorial on the official docs. The connection with the metamask works fine but it fails with the coinbase. Here is the screenshot of the error I am getting in console.log
Capture Here is the connector code I am using

export const Walletlink = new WalletLinkConnector({
  url: "https://rinkeby.infura.io/v3/<my-api-key>",
  appName: "demo",
});

I am calling this WalletLink via the activate method of the useWeb3React(). Any solution will be greatly appreciated.

aliraza944 avatar Mar 29 '22 14:03 aliraza944