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
Description:
The gas station currently does not handle cases where networks are switched. Objects with gas coins initially recorded remain present, even after the user changes the network address. This issue should be addressed to ensure that gas objects used correspond to the currently configured network.
Acceptance Criteria:
Detect when the network is switched and update the gas station's state accordingly.
Ensure that only gas objects belonging to the currently configured network are used.
Add tests to verify correct behavior when networks are switched.
Update documentation to clarify the behavior when changing networks.
The text was updated successfully, but these errors were encountered:
Description:
The gas station currently does not handle cases where networks are switched. Objects with gas coins initially recorded remain present, even after the user changes the network address. This issue should be addressed to ensure that gas objects used correspond to the currently configured network.
Acceptance Criteria:
The text was updated successfully, but these errors were encountered: