Synthetixio / kwenta

DEPRECATED. Please use: https://github.com/Kwenta/kwenta
MIT License
11 stars 20 forks source link

Complete PnL calc and Interest Accrued utility for use in shorting dapps #316

Open dvd-schwrtz opened 3 years ago

dvd-schwrtz commented 3 years ago

Summary

We need to have a more accurate PnL calculation for shorting on kwenta. We also need a utility contract deployed that will read the latest accrued interest instead of the current contract which just returns it based on the last time a user interacted with a short.

Dev tasks