-
Notifications
You must be signed in to change notification settings - Fork 2
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
feat: Improve tx duration estimate #92
Conversation
Transfers from DOT -> ETH take 30 min to 4 hours but currently we just '~30min' for both transfer directions which is confusing and misleading for users.
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
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.
Nice. I left some minor requests. Feel free to ignore.
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.
All good to me.
I looked into the naming as I wanted to avoid naming overlaps in the function that estimate the bridge transfer and it's all ok.
Transfers from DOT -> ETH take 30 min to 4 hours but currently we just '~30min' for both transfer directions which is confusing and misleading for users.
Here we show
~30 min to 4 hours
forDOT -> ETH
and~30 min
forETH -> DOT
.