We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd13c8b commit 5614a8aCopy full SHA for 5614a8a
contracts/UFragmentsPolicy.sol
@@ -248,7 +248,7 @@ contract UFragmentsPolicy is Ownable {
248
249
rebaseFunctionGrowth = int256(45 * (10**DECIMALS));
250
rebaseFunctionUpperPercentage = int256(5 * (10**(DECIMALS - 2))); // 0.05
251
- rebaseFunctionLowerPercentage = int256((-77) * int256(10**(DECIMALS - 3))); // -0.77
+ rebaseFunctionLowerPercentage = int256((-77) * int256(10**(DECIMALS - 3))); // -0.077
252
253
minRebaseTimeIntervalSec = 1 days;
254
rebaseWindowOffsetSec = 7200; // 2AM UTC
0 commit comments