You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: