-
Notifications
You must be signed in to change notification settings - Fork 8
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
Updating TFT Farmed field #1655
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.
Regarding this value
i'm not sure if it's supposed to be the current tft value or not, but if it's the current tft value then it should be updated since according to stellar the current value is 1 tft -> 0.016 usd
It's not the current TFT value, it's the value of TFT when it was minted |
<input-tooltip | ||
inline | ||
:alignCenter="true" | ||
:tooltip="`${(item.Minting.tft_connection_price / 1e3).toFixed(3)}$/TFT`" |
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.
Can we make it TFT/X$ ?
other than that it's good to merge
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.
As the the price of 1 TFT is 0.08 dollar in this case, it would make no sense to show it as 0.08 tft/$ because this implies that 0.08 tft is 1 dollar, however I can phrase it as follows:
1 TFT = 0.08$
What do you think?
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 do 🙏
Description
Updating TFT Farmed field because it was confusing
Related Issues
#1575
Checklist