-
-
Notifications
You must be signed in to change notification settings - Fork 115
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
Method eth_call should require redirect to the Metamask Mobile app #150
Comments
same problem.. have any ideas? |
i got 'RCPMS::_write method eth_getBalance doesn't need redirect.', so i switch to metamask mobile and switch back to my dapp, got balance value, it seem work? |
We are aware of the issue and we are working on finding a solution that doesn't break the UX by calling the MM mobile app on every RPC call. One option may be having an Infura key that the MM SDK can use to query the network for all the requests that don't necessarily need the MM mobile app to be awakened. |
That would be ideal because otherwise, i'm thinking in using a default RPC url to make these requests. |
Hi all! This has been address in the latest Wagmi connectors (2.12.22) |
Describe the bug
After the connection is established and
connectionStatus
islinked
i am not able to get responses from a call to a smart contract without manually entering on the MM mobile application and returning to my application.To Reproduce
Steps to reproduce the behaviour:
RCPMS::_write method eth_call doesn't need redirect.
is logged and no value is returnedExpected behaviour
I should be able to have a response from the eth_call. If the only way to accomplish this is by redirecting the user to the MM app, the redirect should occur.
Screenshots
If applicable, add screenshots to help explain your problem.
** Provide environment information**
The text was updated successfully, but these errors were encountered: