-
Notifications
You must be signed in to change notification settings - Fork 28
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: update comments for the refactor
- Loading branch information
Showing
2 changed files
with
4 additions
and
6 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
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 |
---|---|---|
|
@@ -6,7 +6,7 @@ import {ERC4626Interface} from "../interfaces/ERC4626Interface.sol"; | |
/// @title ChainlinkDataFeedLib | ||
/// @author Morpho Labs | ||
/// @custom:contact [email protected] | ||
/// @notice Library exposing functions to interact with a Chainlink-compliant feed. | ||
/// @notice Library exposing functions to price shares of an ERC4626 vault. | ||
library VaultLib { | ||
/// @dev Converts `shares` into the corresponding assets on the `vault`. | ||
/// @dev When `vault` is the address zero, returns 1. | ||
|