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 a reusable modal for displaying transaction states (awaiting signing, awaiting block, success, error). Ideally it should receive a tx as a prop and handle the state internally and additional props (like success message) for customization. e.g.
<TxModaltx={tx}/>
The text was updated successfully, but these errors were encountered:
We need a reusable modal for displaying transaction states (awaiting signing, awaiting block, success, error). Ideally it should receive a tx as a prop and handle the state internally and additional props (like success message) for customization. e.g.
The text was updated successfully, but these errors were encountered: