Skip to content

Commit

Permalink
Draft: morpho rewards
Browse files Browse the repository at this point in the history
  • Loading branch information
MathisGD committed Jul 25, 2021
1 parent b5a8915 commit 8983c32
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions contracts/CompoundModuleETH.sol
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ contract CompoundModuleETH is ReentrancyGuard {
EnumerableSet.AddressSet private borrowersOnComp; // Borrowers on Compound.
uint256 public collateralFactor = 75e16; // Collateral Factor related to cETH.
uint256 public liquidationIncentive = 8000; // Incentive for liquidators in percentage in basis points.
uint256 public ExchangeRate; // mToken (fictiv) amount / ExchangeRate = currentWorthInUnderlying

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

0 comments on commit 8983c32

Please sign in to comment.