Skip to content

Commit

Permalink
Merge pull request #209 from OasisDEX/js/add-share-rate-to-lido
Browse files Browse the repository at this point in the history
lido shares view
  • Loading branch information
jakubswierczek committed May 16, 2023
2 parents 4d37a77 + d932fc8 commit 0a5b161
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/borrow/migrations/055-lido-shares.sql
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ begin
and br.date >= start_date
union
select (ltr.post_share_rate - ltr.pre_share_rate) * 365 * 24 * 60 * 60 /
(ltr.post_share_rate * ltr.timeelapsed) * 100 * 0.9 as calculations,
(ltr.pre_share_rate * ltr.timeelapsed) * 100 * 0.9 as calculations,
br.date,
br.variable_borrow_rate
from lido.shares ltr
Expand Down

0 comments on commit 0a5b161

Please sign in to comment.