Skip to content

Commit bdfd96b

Browse files
committed
Merge remote-tracking branch 'origin/master' into naguib-double-curve
2 parents 2cb4317 + 1068015 commit bdfd96b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contracts/UFragmentsPolicy.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@ contract UFragmentsPolicy is Ownable {
256256
rebaseFunctionPositiveGrowth = int256(45 * (10**DECIMALS)); // Positive growth
257257
rebaseFunctionNegativeGrowth = int256(45 * (10**DECIMALS)); // Negative growth
258258
rebaseFunctionUpperPercentage = int256(5 * (10**(DECIMALS - 2))); // 0.05
259-
rebaseFunctionLowerPercentage = int256((-77) * int256(10**(DECIMALS - 3))); // -0.77
259+
rebaseFunctionLowerPercentage = int256((-77) * int256(10**(DECIMALS - 3))); // -0.077
260260

261261
minRebaseTimeIntervalSec = 1 days;
262262
rebaseWindowOffsetSec = 7200; // 2AM UTC

0 commit comments

Comments
 (0)