NethermindEth/zksync-remix-plugin

Issue with connection of wallet using WalletConnect QR Code

Opened this issue · 3 comments

Currently when user tries to connect wallet by using WalletConnect QR code there's an error
STR:

  1. Open zkSync Remix plugin
  2. In Environment section - Click on Dropdown "Environment selection"
  3. Choose "Wallet"
  4. Click on "Connect Wallet"
  5. Choose "WalletConnect" option
  6. Scan opened QR code with wallet app (e.g. MetaMask)

Expected result: Wallet should be connected
Actual result: Connection is not established, console error is present.

Console error text:
index.es-862680dc.js:1 Error: User rejected methods. at index.es-862680dc.js:27:38438 at async o (index.es-862680dc.js:27:38241)

image

Example of error that shows Rainbow wallet:

telegram-cloud-photo-size-2-5305312276431099781-y

It seems to me that Rainbow wallet doesn't support the zksync mainnet / testnet, I've also tested it with Trust Wallet, and it connects to zksync mainnet, but not testnet

It seems to me that Rainbow wallet doesn't support the zksync mainnet / testnet, I've also tested it with Trust Wallet, and it connects to zksync mainnet, but not testnet

But the same issue is present for MM wallet, that should support Era Test and Mainnet networks.
I re-checked on Portal and WalletConnect works ok with MM (same wallet as I used for testing Remix plugin).

Got it, I will dive into it more