Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wallet Connect QR code doesn't open. walletConnect?.activate(chainId) gives undefined response. #873

Open
HaiderNimra opened this issue Aug 3, 2023 · 0 comments

Comments

@HaiderNimra
Copy link

HaiderNimra commented Aug 3, 2023

I am tring to connect it with a custom testnet chainID. In start it worked fine QR code opened and I connected my app. but now QR code opens 1/50 times and gives response undefined. Can someone please tell me What's wrong.

const WalletConnect = async () => {
await walletConnectV2
?.activate(1338)
.then((res) => {
console.log("Response:::", res);
})
.catch((err) => {
console.log("Error", err);
});
};

Response::: Undefined

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant