Skip to content

Commit

Permalink
Merge pull request #534 from lidofinance/feature/val-865-descrease-ap…
Browse files Browse the repository at this point in the history
…r-to-25

feat(val-865): Descrease APR to 2.5%
  • Loading branch information
AlexandrMov authored Apr 25, 2024
2 parents 5944496 + 6fa6237 commit f8c5346
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ export const WITHDRAWAL_QUEUE_WITHDRAWALS_FINALIZED_EVENT =
export const LIDO_REPORT_CL_REWARDS_DIFF_PERCENT_THRESHOLD_MEDIUM = 1;
export const LIDO_REPORT_CL_REWARDS_DIFF_PERCENT_THRESHOLD_HIGH = 5;

export const LIDO_REPORT_LOW_APR_THRESHOLD = 0.03;
export const LIDO_REPORT_LOW_APR_THRESHOLD = 0.025;
export const LIDO_REPORT_HIGH_APR_THRESHOLD = 0.2;
export const LIDO_REPORT_LIMIT_REACHED_APR_THRESHOLD = 0.27;

Expand Down

0 comments on commit f8c5346

Please sign in to comment.