-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,7 +18,7 @@ import {IMorphoRepayCallback} from "../lib/morpho-blue/src/interfaces/IMorphoCal | |
/// @title PreLiquidation | ||
/// @author Morpho Labs | ||
/// @custom:contact [email protected] | ||
/// @notice The Fixed LI, Fixed CF pre-liquidation contract for Morpho. | ||
/// @notice The Fixed LIF, Fixed CF pre-liquidation contract for Morpho. | ||
contract PreLiquidation is IPreLiquidation, IMorphoRepayCallback { | ||
using SharesMathLib for uint256; | ||
using MathLib for uint256; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,7 +11,7 @@ import {IPreLiquidationFactory} from "./interfaces/IPreLiquidationFactory.sol"; | |
/// @title PreLiquidationFactory | ||
/// @author Morpho Labs | ||
/// @custom:contact [email protected] | ||
/// @notice The Fixed LI, Fixed CF pre-liquidation factory contract for Morpho. | ||
/// @notice The Fixed LIF, Fixed CF pre-liquidation factory contract for Morpho. | ||
contract PreLiquidationFactory is IPreLiquidationFactory { | ||
/* IMMUTABLE */ | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters