Skip to content

Commit

Permalink
Merge pull request #69 from morpho-org/docs/minor-fixes
Browse files Browse the repository at this point in the history
Docs: minor fixes
  • Loading branch information
MerlinEgalite authored Jan 6, 2025
2 parents 5a0717b + 823bcca commit 95d35f0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
> [!NOTE]
> This repo is a fork of [metamorpho](https://github.com/morpho-org/metamorpho), with 4 changes:
>
> - this MetaMorpho vault does not realize the bad debt (more on this [here](https://github.com/morpho-org/metamorpho-no-bad-debt-realization/blob/d16ecfed0da4b4c51ed65c2eba865f5623c2242b/src/interfaces/IMetaMorphoV1_1.sol#L81));
> - this MetaMorpho vault does not realize the bad debt (more on this [here](https://github.com/morpho-org/metamorpho-v1.1/blob/main/src/interfaces/IMetaMorphoV1_1.sol#L78-L81));
> - the timelock can be set to zero at deployment;
> - the name and symbol are mutable;
> - `reallocate` always reverts if the market is not enabled in the vault.
Expand Down
3 changes: 0 additions & 3 deletions src/interfaces/IMetaMorphoV1_1.sol
Original file line number Diff line number Diff line change
Expand Up @@ -70,9 +70,6 @@ interface IMetaMorphoV1_1Base {
function withdrawQueueLength() external view returns (uint256);

/// @notice Stores the total assets managed by this vault when the fee was last accrued.
/// @dev May be greater than `totalAssets()` due to removal of markets with non-zero supply or socialized bad debt.
/// This difference will decrease the fee accrued until one of the functions updating `lastTotalAssets` is
/// triggered (deposit/mint/withdraw/redeem/setFee/setFeeRecipient).
function lastTotalAssets() external view returns (uint256);

/// @notice Stores the missing assets due to realized bad debt or forced market removal.
Expand Down

0 comments on commit 95d35f0

Please sign in to comment.