reown-com / appkit

The full stack toolkit to build onchain app UX
https://reown.com/appkit
Apache License 2.0
4.89k stars 1.38k forks source link

[bug] No response when connecting to phantom wallet #2684

Open leslie555 opened 1 month ago

leslie555 commented 1 month ago

Link to minimal reproducible example

https://web.telegram.org/k/#@leslie_57_bot

Summary

The code repo: https://github.com/leslie555/TG-mini-app

I am trying to develop a telegram mini app, and I want to connect the phantom wallet in my mini app, so I followed the tutorial to install @web3modal/wagmi. After I clicked the Connect Button, the wallet list showed that phantom was installed (chrome extension in my case). But after I selected phantom, the phantom extension did not respond. If I selected metamask, I could connect the wallet normally. image

List of related npm package versions

"@web3modal/wagmi": "^5.0.11", "viem": "^2.19.2", "wagmi": "^2.12.4", "@tanstack/react-query": "^5.51.21",

alanwu4321 commented 1 month ago

same issue

adityanithariya commented 1 month ago

It opens wallet to connect to phantom but tries to switch to unidentified chain on phantom wallet. Thanks in Advance!!!