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
Move polling and destruction of polling into the respective network classes.
BaseNetwork should be extended with a startPoll & destroy() function that cleans up all polls and state upon logout.
This function is then implemented for the Stardust and Evm chains.
The same should happen for getting the network status.
The text was updated successfully, but these errors were encountered:
Move polling and destruction of polling into the respective network classes.
BaseNetwork should be extended with a
startPoll
&destroy()
function that cleans up all polls and state upon logout.This function is then implemented for the Stardust and Evm chains.
The same should happen for getting the network status.
The text was updated successfully, but these errors were encountered: