Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ import {SafeApproveLib} from "../libraries/SafeApproveLib.sol";
/// which case the destination position debt and collateral can be difficult to predict.
/// @dev Contrary to Midnight, Blue positions can be liquidated because of interest accrual, which should be taken into
/// account when deciding/approving the rolling configuration.
/// @dev Nothing prevents rollers from leaving a small amount of debt on Midnight that would be unprofitable to roll.
/// @dev Inherits the token safety requirements of Midnight and Blue.
contract BlueFallbackRolling is IBlueFallbackRolling {
using MarketParamsLib for MarketParams;
Expand Down
Loading