Skip to content

Commit

Permalink
Update comments once again
Browse files Browse the repository at this point in the history
  • Loading branch information
Szymx95 committed May 10, 2024
1 parent 6f2c145 commit 5cf9910
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/AdminContract.sol
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ contract AdminContract is IAdminContract, UUPSUpgradeable, OwnableUpgradeable, A
uint256 public constant _100pct = 1 ether; // 1e18 == 100%
uint256 private constant DEFAULT_DECIMALS = 18;

uint256 public constant BORROWING_FEE_DEFAULT = 383_561_643_835_616; // 2% / (365 / 7)
uint256 public constant BORROWING_FEE_DEFAULT = 383_561_643_835_616; // 2% * (7 / 365)
uint256 public constant CCR_DEFAULT = 0; // 0%
uint256 public constant MCR_DEFAULT = 1_052_631_578_947_368_421; // (100 / 95) %
uint256 public constant MIN_NET_DEBT_DEFAULT = 2_000 ether;
Expand Down

0 comments on commit 5cf9910

Please sign in to comment.