diff --git a/src/UniStaker.sol b/src/UniStaker.sol index 91ef9a7..b36db4e 100644 --- a/src/UniStaker.sol +++ b/src/UniStaker.sol @@ -102,7 +102,7 @@ contract UniStaker is INotifiableRewardReceiver, ReentrancyGuard, Multicall { /// @notice Scale factor used in reward calculation math to reduce rounding errors caused by /// truncation during division. - uint256 public constant SCALE_FACTOR = 1e24; + uint256 public constant SCALE_FACTOR = 1e36; /// @dev Unique identifier that will be used for the next deposit. DepositIdentifier private nextDepositId;