-
Notifications
You must be signed in to change notification settings - Fork 101
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(market-price): use spot price for LIMIT market price button #5301
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
3 Skipped Deployments
|
Build failed 😠 |
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.
Hey @alfetopito , great, thank you!
But there is something definitely wrong with prices when I pick tokens with different decimals in the fields. See:
Arbitrum:
04ca893
to
a75484f
Compare
a75484f
to
7b6fc7c
Compare
Please post merge review |
Summary
Depends on #5297
Using spot price (from BFF USD estimations) to populate the
market price
button in the limit orders form.It's easier to see in the new design, but since it's independent from the changes there I'm piping into develop to add there later.
This is being removed to match exactly what's shown in the table
To Test