Open elefantel opened 1 month ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 78.81%. Comparing base (
e8d3319
) to head (de2bba8
).
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Issues
0 New issues
0 Accepted issues
Measures
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code
Explanation
This PR updates the
MetaMaskProviderClient
to listen for updates when thechainId
or the selectedaccount
on the wallet is updated via the native SDK during a deeplink callback. Previously the communication was one way RN SDK -> Native SDK (fetch), this PR enables Native SDK -> RN SDK (push) via notifications.References
Checklist