-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(balance-monitoring): reduce top-up amount to 1% of threshold
Change the top-up logic for both BalanceOnChain and HelixLiquidity modules to increase the balance by only 1% of the threshold value, ensuring more precise management of funds and preventing overtopping accounts with unnecessary large amounts. The adjustment was previously set to 30% of the threshold. Additionally, an erroneous debt calculation test case in Aave has been corrected to reflect the correct balance, ensuring accurate test results.
- Loading branch information
Showing
3 changed files
with
19 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters