Wallet Connect not working on TG-mini-apps #3263
Unanswered
skushagra9
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am integrating wallet connect in telegram mini app
But somehow its not working in my telegram mini-app
Website is functional in the browser, but really confused as its not working in the TG-mini-app
I have enabled to inspect browser from advanced settings
But still I am not able to see the button
should work like this -
Here is my modules configurations -
"@reown/appkit": "^1.4.1",
"@reown/appkit-adapter-wagmi": "^1.4.1",
"@tanstack/react-query": "^5.60.5",
"@wagmi/core": "^2.11.5",
"@walletconnect/ethereum-provider": "^2.11.2",
"@walletconnect/modal-core": "^2.7.0",
"@walletconnect/modal-ui": "^2.7.0",
"next": "14.0.4",
"react": "^18",
"viem": "^2.17.0",
"wagmi": "^2.12.17",
Beta Was this translation helpful? Give feedback.
All reactions