WalletConnect / web3modal

A single Web3 provider solution for all Wallets

Home Page:https://web3modal.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[bug] 1st time connect Coinbase to mantle(chain), click "Connect" shows "Connection declined"

lyfmantle opened this issue · comments

Link to minimal reproducible example

https://stackblitz.com/edit/web3modal-next-template-1fsbqj

Summary

But after click "Try again", it will be connected

reproducible demo: https://stackblitz.com/edit/web3modal-next-template-1fsbqj

List of related npm package versions

"@web3modal/wagmi": "4.1.6"

Hi, could you update to the latest version? this should be fixed now

hi, I upgraded to the latest version @web3modal/wagmi@4.1.6, and the problem is still exist
https://stackblitz.com/edit/web3modal-next-template-1fsbqj

Could you share the steps to reproduce it? It was working well on our end

it must be the 1st time connect Coinbase to mantle(chain), if not 1st time, should disconnect and refresh the page.

  1. click Connect in the Coinbase extension popup
  2. actually it's connected in the extension popup
  3. but web3modal shows Connection declined
  4. after click Try again, it will be connected

only exists when connect to the mantle chain, if connect to the mainnet, it won't happen,
my hope is to not show the Connection declined error.

1
2