Skip to content
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

Add Liquidation Ratio and Liquidation Price in Liquidation Vaults table #19

Open
toliaqat opened this issue May 10, 2024 · 0 comments
Open

Comments

@toliaqat
Copy link
Contributor

For vaults that have been liquidated, it's essential to display two key columns—Liquidation Ratio and Liquidation Price—in the Liquidated Vaults table. The values in these columns are dependent on the oracle price at the time of the liquidation event. Although historical daily oracle prices are indexed, aligning them with the exact time of liquidation is challenging. We need to implement a method to index the oracle price at the moment of liquidation and link this data directly to the corresponding vault. This will streamline queries and facilitate faster, more efficient data retrieval.
Current:
Screenshot 2024-05-10 at 12 31 58 PM

Expected:

Screenshot 2024-05-10 at 12 31 37 PM

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant