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
We need to distinguish confirmed/non-confirmed blocks on Ethereum. To become confirmed a transaction must have a threshold confirmed blocks (e.g. 6) after its own block. Therefor we need to have the same behavior as on L1
Pending Activity contains a property of e.g. 2/6 confirmations, where 2 is the amount of confirmed blocks and 6 the threshold.
Confirmed Activity contains just a text that states confirmed
Add a pill with confirmed/unconfirmed
Requirements
The text was updated successfully, but these errors were encountered:
Task description
We need to distinguish confirmed/non-confirmed blocks on Ethereum. To become confirmed a transaction must have a threshold confirmed blocks (e.g. 6) after its own block. Therefor we need to have the same behavior as on L1
Pending Activity contains a property of e.g. 2/6 confirmations, where 2 is the amount of confirmed blocks and 6 the threshold.
Confirmed Activity contains just a text that states
confirmed
Add a pill with confirmed/unconfirmed
Requirements
The text was updated successfully, but these errors were encountered: