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
Currently, we have not taken into account bridges with "Pending" state into the BridgeDetails view. We need to be able to link a pending bridge from the Activity view to this view.
Some considerations:
Currently we are using ${networkId}-${depositCount} as the query param of the BridgeDetails view. This is not going to work for PendingBridges as we don't have this values yet.
We need to implement a refresh timer in this BridgeDetails view, as bridges can change quickly from one state to another.
The text was updated successfully, but these errors were encountered:
Currently, we have not taken into account bridges with "Pending" state into the
BridgeDetails
view. We need to be able to link a pending bridge from theActivity
view to this view.Some considerations:
${networkId}-${depositCount}
as the query param of theBridgeDetails
view. This is not going to work forPendingBridges
as we don't have this values yet.BridgeDetails
view, as bridges can change quickly from one state to another.The text was updated successfully, but these errors were encountered: