hashgraph / hedera-smart-contracts

Contains Hedera Smart Contract Service supporting files
Apache License 2.0
37 stars 51 forks source link

[System Contract DApp] Metamask and Coinbase are conflicted #658

Open quiet-node opened 5 months ago

quiet-node commented 5 months ago

Description

Multiple wallet extensions can encounter conflicts with each other due to a known issue. Specifically, when both Metamask and Coinbase wallet extensions are installed and activated, attempting to connect to the injected provider may result in a situation where both extensions prompt a pop-up window to connect the wallet. The Coinbase documentation acknowledges this issue, and more information can be found on their docs page at https://docs.cloud.coinbase.com/wallet-sdk/docs/injected-provider-guidance.

Steps to reproduce

  1. Roll up the Dapp Playgroud
  2. Have both Metamask and Coinbase installed and activated
  3. Click Connect Wallet button

Additional context

No response

Hedera network

mainnet, testnet, previewnet, other

Version

0.7

Operating system

None