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 · 2 comments
Open

Appkit | Network change issue #79

giantstar624 opened this issue Jan 10, 2025 · 2 comments
Assignees
Labels
appkit AppKit related issue awaiting customer Further information has been requested

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

@quetool
Copy link
Member

quetool commented Jan 20, 2025

Hello @giantstar624, sorry for the late response!
I'm a bit lost, could you share a demo video and possibly a reproducible code? Also, is this happening only with Metamask?

@quetool quetool self-assigned this Jan 20, 2025
@quetool quetool added appkit AppKit related issue awaiting customer Further information has been requested labels Jan 20, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
appkit AppKit related issue awaiting customer Further information has been requested
Projects
None yet
Development

No branches or pull requests

2 participants