-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore: fix balance and address recovery retry #504
chore: fix balance and address recovery retry #504
Conversation
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
.catch(() => { | ||
setTimeout(() => { | ||
setAlreadyUpdatingRemoteSui(false); | ||
}, 5000); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
what event this set timeout is waiting for? improve if there's a better way to do this or add a todo to improve later if it's not trivial.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
waiting for sui token to be registered, sui is the destination chain
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
so we're waiting for full cross-chain tx with 5 seconds? i think i might misunderstand something 😅
No description provided.