-
Notifications
You must be signed in to change notification settings - Fork 68
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
Breakdown tab for payments and offercreates #985
base: staging
Are you sure you want to change the base?
Conversation
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.
Please add tests.
// amountToBalance, | ||
// } from 'xrpl-tx-path-parser' | ||
|
||
export const BreakDownTab: FC<{ data: any }> = ({ data }) => { |
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.
Any objection to adding this breakdown to the existing "Detailed" tab?
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.
I agree
fix spelling Co-authored-by: Mayukha Vadari <[email protected]>
use of ternary Co-authored-by: Mayukha Vadari <[email protected]>
now in place, I think its ready for another round of review now. |
This PR adds a breakdown section to payments and offercreates
Context of Change
This adds the ability to show where the liquidity for the transaction was sourced. Via AMM/DEX/DIRECT and if RIPPLING was involved.
Type of Change