Skip to content

Commit 3c12f47

Browse files
Update contracts/UFragmentsPolicy.sol
Co-authored-by: Aalavandhan <[email protected]>
1 parent 6ece2c9 commit 3c12f47

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
@@ -250,7 +250,7 @@ contract UFragmentsPolicy is Ownable {
250250
function initialize(address owner_, IUFragments uFrags_) public initializer {
251251
Ownable.initialize(owner_);
252252

253-
// deviationThreshold = 0.05e18 = 5e16
253+
// deviationThreshold = 0.025e18 = 2.5e16
254254
deviationThreshold = 25 * 10**(DECIMALS - 3);
255255

256256
rebaseFunctionGrowth = int256(45 * (10**DECIMALS));

0 commit comments

Comments
 (0)