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
{{ message }}
This repository has been archived by the owner on May 10, 2024. It is now read-only.
Above PR implements a new DisconnectEvent on SolanaEventsListener which should emit the disconnect event. This event listener method will be called when Disconnect() is called on the provider. We need to implement the above new SolanaEventsListener method, and call disconnect on the provider when permissions are revoked for the site (assuming it's open & has a provider).
Description:
Related to brave/brave-browser#24974.
Above PR implements a new
DisconnectEvent
onSolanaEventsListener
which should emit the disconnect event. This event listener method will be called whenDisconnect()
is called on the provider. We need to implement the above newSolanaEventsListener
method, and call disconnect on the provider when permissions are revoked for the site (assuming it's open & has a provider).cc @darkdh
Test Plan
Connected
is not shown.Connected
.The text was updated successfully, but these errors were encountered: