NethermindEth / zksync-remix-plugin

Remix plugin for zkSync
MIT License
11 stars 7 forks source link

Issue with connection of wallet using WalletConnect QR Code #65

Open olehbairak opened 5 months ago

olehbairak commented 5 months ago

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

varex83 commented 5 months ago

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

olehbairak commented 5 months ago

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).

varex83 commented 5 months ago

Got it, I will dive into it more