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
{{ message }}
This repository has been archived by the owner on Oct 11, 2024. It is now read-only.
The Converting ETH <--> WETH process does not wait for the transaction to complete, giving to the user the feeling that the transaction is almost instant.
How to solve the issue:
store/blockchain/actions.ts
The Converting ETH <--> WETH process does not wait for the transaction to complete, giving to the user the feeling that the transaction is almost instant.
How to solve the issue:
store/blockchain/actions.ts
if txhash is passed as argument we wait to the transaction to complete before update token balances
The text was updated successfully, but these errors were encountered: