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
When I use useWaitForTransactions and add the confirmations field, it effectively waits for the number of confirmations I send to it. It would be great if the commits were part of the hook to know their status and show the user the remaining commits.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
When I use useWaitForTransactions and add the confirmations field, it effectively waits for the number of confirmations I send to it. It would be great if the commits were part of the hook to know their status and show the user the remaining commits.
Something like this:
and then be able to display something like this:
Block confirmations: ${currentConfirmations}/${CONSTANT_CONFIRMATIONS}
and that the user has a better experience.
Otherwise I'm currently using an alternative like this:
Beta Was this translation helpful? Give feedback.
All reactions