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 6ece2c9 commit 3c12f47Copy full SHA for 3c12f47
contracts/UFragmentsPolicy.sol
@@ -250,7 +250,7 @@ contract UFragmentsPolicy is Ownable {
250
function initialize(address owner_, IUFragments uFrags_) public initializer {
251
Ownable.initialize(owner_);
252
253
- // deviationThreshold = 0.05e18 = 5e16
+ // deviationThreshold = 0.025e18 = 2.5e16
254
deviationThreshold = 25 * 10**(DECIMALS - 3);
255
256
rebaseFunctionGrowth = int256(45 * (10**DECIMALS));
0 commit comments