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 when we observed a erc20 transaction is complete, we set a isMigrating in database
If there is an error during the migration progress, currently we don't reset the isMigrating flag so it will be forever stuck.
We should setup an alert for us to be notified and investigate what would be the causes of error
The text was updated successfully, but these errors were encountered:
Currently when we observed a erc20 transaction is complete, we set a
isMigrating
in databaseIf there is an error during the migration progress, currently we don't reset the
isMigrating
flag so it will be forever stuck.We should setup an alert for us to be notified and investigate what would be the causes of error
The text was updated successfully, but these errors were encountered: