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
As it currently stands, the protocol fees row just shows a dumb list of fees denominated in assets. While it "technically works", there are two issues with this:
First of all, we have the notion of payable and non-payable. Those are not reflected to the user, and they have no idea whether or not they should send additional funds for these or not. i.e what if the fees are in a token they don't have, would the first intuition here be "I don't have any of this token, so I can't proceed with this swap" ?
Second, it is not very informative as it stands. Showing crypto only is technically correct data, but as a user, I wouldn't know the current rate of E.G SOL or WBTC to make something out of that data
This PR is to improve things twofolds, by adding some informational bits i.e informing users whether a fee is payable (and hence requires a balance of said token or intricate and also showing the fiat value alongside the crypto one
References and additional details
N/A
Acceptance Criteria
Protocol fees fiat value is displayed alongside theyr crypto value
Some informational bits are implemented to inform users of non/payable fees (icon and tooltip?)
Need By Date
No response
Screenshots/Mockups
No response
Estimated effort
No response
The text was updated successfully, but these errors were encountered:
Fiat is now displayed so that lives us only with tagging rows with more data for users
Another thing we should do as a quick here is pluralize protocol fees, looks like initial assumption was a single fee and we never pluralized copies
Overview
Spotted while testing #8267
As it currently stands, the protocol fees row just shows a dumb list of fees denominated in assets. While it "technically works", there are two issues with this:
This PR is to improve things twofolds, by adding some informational bits i.e informing users whether a fee is payable (and hence requires a balance of said token or intricate and also showing the fiat value alongside the crypto one
References and additional details
N/A
Acceptance Criteria
Need By Date
No response
Screenshots/Mockups
No response
Estimated effort
No response
The text was updated successfully, but these errors were encountered: