Skip to content

Commit 0e7f9d1

Browse files
committed
add /// @Custom:oz-renamed-from to the renamed variables
1 parent 239da15 commit 0e7f9d1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

contracts/UFragmentsPolicy.sol

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,8 +94,11 @@ contract UFragmentsPolicy is Ownable {
9494

9595
// DECIMALS decimal fixed point numbers.
9696
// Used in computation of (Upper-Lower)/(1-(Upper/Lower)/2^(Growth*delta))) + Lower
97+
/// @custom:oz-renamed-from rebaseFunctionLowerPercentage
9798
int256 public rebaseFunctionNegativePercentageLimit;
99+
/// @custom:oz-renamed-from rebaseFunctionUpperPercentage
98100
int256 public rebaseFunctionPositivePercentageLimit;
101+
/// @custom:oz-renamed-from rebaseFunctionGrowth
99102
int256 public rebaseFunctionPositiveGrowth;
100103
int256 public rebaseFunctionNegativeGrowth;
101104

0 commit comments

Comments
 (0)