Skip to content

Commit

Permalink
docs: remove TODO comment
Browse files Browse the repository at this point in the history
  • Loading branch information
MerlinEgalite authored and MathisGD committed Jul 24, 2021
1 parent 3099cc0 commit 74f3be9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/CompoundModuleETH.sol
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ contract CompoundModuleETH is ReentrancyGuard {
EnumerableSet.AddressSet private lenders; // Lenders on Morpho.
EnumerableSet.AddressSet private borrowersOnMorpho; // Borrowers on Morpho.
EnumerableSet.AddressSet private borrowersOnComp; // Borrowers on Compound.
uint256 public collateralFactor = 75e16; // TODO: change collateral factor. Collateral Factor related to cETH.
uint256 public collateralFactor = 75e16; // Collateral Factor related to cETH.
uint256 public liquidationIncentive = 8000; // Incentive for liquidators in percentage in basis points.

uint256 public constant DENOMINATOR = 10000; // Denominator for percentage multiplications.
Expand Down

0 comments on commit 74f3be9

Please sign in to comment.