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.
2 parents 2cb4317 + 1068015 commit bdfd96bCopy full SHA for bdfd96b
contracts/UFragmentsPolicy.sol
@@ -256,7 +256,7 @@ contract UFragmentsPolicy is Ownable {
256
rebaseFunctionPositiveGrowth = int256(45 * (10**DECIMALS)); // Positive growth
257
rebaseFunctionNegativeGrowth = int256(45 * (10**DECIMALS)); // Negative growth
258
rebaseFunctionUpperPercentage = int256(5 * (10**(DECIMALS - 2))); // 0.05
259
- rebaseFunctionLowerPercentage = int256((-77) * int256(10**(DECIMALS - 3))); // -0.77
+ rebaseFunctionLowerPercentage = int256((-77) * int256(10**(DECIMALS - 3))); // -0.077
260
261
minRebaseTimeIntervalSec = 1 days;
262
rebaseWindowOffsetSec = 7200; // 2AM UTC
0 commit comments