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

Appkit | Network change issue #79

Open
giantstar624 opened this issue Jan 10, 2025 · 1 comment
Open

Appkit | Network change issue #79

giantstar624 opened this issue Jan 10, 2025 · 1 comment

Comments

@giantstar624
Copy link

In case of Metamask app, if user selected Ethereum and my app works on Polygon, signing transaction requests changing network first But it returns to app after network change - doesn't process signing continuously. I need to open metamask again to accept it.
The problem is that request() method only waits for signing, not network change. So even though returned back to app due to network change, in the code, I'm not notified about this fact - still waiting for signing request. This can give confusion to users.
I think there should be a function to get user's network setting on wallet app.

Copy link

linear bot commented Jan 10, 2025

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