8000 #834: L-02: Move VaultManager param from constructor to initializer (eb9564a) by davidlee1435 · Pull Request #51 · Level-Money/contracts · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

#834: L-02: Move VaultManager param from constructor to initializer (eb9564a) #51

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Apr 26, 2025
Merged
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion config/deploy/Mainnet.sol
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ contract Mainnet is BaseConfig {
boringVault: BoringVault(payable(address(0))),
vaultManager: VaultManager(address(0)),
rewardsManager: RewardsManager(address(0)),
adminTimelock: TimelockController(payable(address(0))),
adminTimelock: TimelockController(payable(0x0798880E772009DDf6eF062F2Ef32c738119d086)),
erc4626OracleFactory: ERC4626OracleFactory(address(0)),
pauserGuard: PauserGuard(address(0)),
levelReserveLens: LevelReserveLens(0x29759944834e08acE755dcEA71491413f7e2CBAD)
Expand Down
1 change: 1 addition & 0 deletions docs/src/SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,7 @@
- [IMorphoBase](src/v2/interfaces/morpho/IMorpho.sol/interface.IMorphoBase.md)
- [IMorphoStaticTyping](src/v2/interfaces/morpho/IMorpho.sol/interface.IMorphoStaticTyping.md)
- [IMorpho](src/v2/interfaces/morpho/IMorpho.sol/interface.IMorpho.md)
- [IMorphoChainlinkOracleV2](src/v2/interfaces/morpho/IMorphoChainlinkOracleV2.sol/interface.IMorphoChainlinkOracleV2.md)
- [MarketConfig](src/v2/interfaces/morpho/PendingLib.sol/struct.MarketConfig.md)
- [PendingUint192](src/v2/interfaces/morpho/PendingLib.sol/struct.PendingUint192.md)
- [PendingAddress](src/v2/interfaces/morpho/PendingLib.sol/struct.PendingAddress.md)
Expand Down
2 changes: 1 addition & 1 deletion docs/src/src/v1/LevelMinting.sol/contract.LevelMinting.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# LevelMinting
[Git Source](https://github.com/Level-Money/contracts/blob/dc473999128bb60d87e479b557f6971af65ff8db/src/v1/LevelMinting.sol)
[Git Source](https://github.com/Level-Money/contracts/blob/6210538f7de83f92b07f38679d7d19520c984a03/src/v1/LevelMinting.sol)

**Inherits:**
[ILevelMinting](/src/v1/interfaces/ILevelMinting.sol/interface.ILevelMinting.md), [SingleAdminAccessControl](/src/v1/auth/v5/SingleAdminAccessControl.sol/abstract.SingleAdminAccessControl.md), ReentrancyGuard
Expand Down
2 changes: 1 addition & 1 deletion docs/src/src/v1/StakedlvlUSD.sol/contract.StakedlvlUSD.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# StakedlvlUSD
[Git Source](https://github.com/Level-Money/contracts/blob/dc473999128bb60d87e479b557f6971af65ff8db/src/v1/StakedlvlUSD.sol)
[Git Source](https://github.com/Level-Money/contracts/blob/6210538f7de83f92b07f38679d7d19520c984a03/src/v1/StakedlvlUSD.sol)

**Inherits:**
[SingleAdminAccessControl](/src/v1/auth/v5/SingleAdminAccessControl.sol/abstract.SingleAdminAccessControl.md), ReentrancyGuard, ERC20Permit, ERC4626, [IStakedlvlUSD](/src/v1/interfaces/IStakedlvlUSD.sol/interface.IStakedlvlUSD.md), [IStakedlvlUSDCooldown](/src/v1/interfaces/IStakedlvlUSDCooldown.sol/interface.IStakedlvlUSDCooldown.md)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# WrappedRebasingERC20
[Git Source](https://github.com/Level-Money/contracts/blob/dc473999128bb60d87e479b557f6971af65ff8db/src/v1/WrappedRebasingERC20.sol)
[Git Source](https://github.com/Level-Money/contracts/blob/6210538f7de83f92b07f38679d7d19520c984a03/src/v1/WrappedRebasingERC20.sol)

**Inherits:**
ERC20, [SingleAdminAccessControl](/src/v1/auth/v5/SingleAdminAccessControl.sol/abstract.SingleAdminAccessControl.md)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# SingleAdminAccessControl
[Git Source](https://github.com/Level-Money/contracts/blob/dc473999128bb60d87e479b557f6971af65ff8db/src/v1/auth/v4/SingleAdminAccessControl.sol)
[Git Source](https://github.com/Level-Money/contracts/blob/6210538f7de83f92b07f38679d7d19520c984a03/src/v1/auth/v4/SingleAdminAccessControl.sol)

**Inherits:**
IERC5313, [ISingleAdminAccessControl](/src/v1/interfaces/ISingleAdminAccessControl.sol/interface.ISingleAdminAccessControl.md), AccessControl
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# SingleAdminAccessControl
[Git Source](https://github.com/Level-Money/contracts/blob/dc473999128bb60d87e479b557f6971af65ff8db/src/v1/auth/v5/SingleAdminAccessControl.sol)
[Git Source](https://github.com/Level-Money/contracts/blob/6210538f7de83f92b07f38679d7d19520c984a03/src/v1/auth/v5/SingleAdminAccessControl.sol)

**Inherits:**
IERC5313, [ISingleAdminAccessControl](/src/v1/interfaces/ISingleAdminAccessControl.sol/interface.ISingleAdminAccessControl.md), AccessControl
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# AggregatorV3Interface
[Git Source](https://github.com/Level-Money/contracts/blob/dc473999128bb60d87e479b557f6971af65ff8db/src/v1/interfaces/AggregatorV3Interface.sol)
[Git Source](https://github.com/Level-Money/contracts/blob/6210538f7de83f92b07f38679d7d19520c984a03/src/v1/interfaces/AggregatorV3Interface.sol)


## Functions
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# IERC20Events
[Git Source](https://github.com/Level-Money/contracts/blob/dc473999128bb60d87e479b557f6971af65ff8db/src/v1/interfaces/IERC20Events.sol)
[Git Source](https://github.com/Level-Money/contracts/blob/6210538f7de83f92b07f38679d7d19520c984a03/src/v1/interfaces/IERC20Events.sol)

*Interface of the ERC20 standard events only.*

Expand Down
< B41A /div>
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# IKarakBaseVault
[Git Source](https://github.com/Level-Money/contracts/blob/dc473999128bb60d87e479b557f6971af65ff8db/src/v1/interfaces/IKarakBaseVault.sol)
[Git Source](https://github.com/Level-Money/contracts/blob/6210538f7de83f92b07f38679d7d19520c984a03/src/v1/interfaces/IKarakBaseVault.sol)


## Functions
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# IVault
[Git Source](https://github.com/Level-Money/contracts/blob/dc473999128bb60d87e479b557f6971af65ff8db/src/v1/interfaces/IKarakVault.sol)
[Git Source](https://github.com/Level-Money/contracts/blob/6210538f7de83f92b07f38679d7d19520c984a03/src/v1/interfaces/IKarakVault.sol)

**Inherits:**
[IKarakBaseVault](/src/v1/interfaces/IKarakBaseVault.sol/interface.IKarakBaseVault.md)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# IAaveReserveManager
[Git Source](https://github.com/Level-Money/co F438 ntracts/blob/dc473999128bb60d87e479b557f6971af65ff8db/src/v1/interfaces/ILevelAaveReserveManager.sol)
[Git Source](https://github.com/Level-Money/contracts/blob/6210538f7de83f92b07f38679d7d19520c984a03/src/v1/interfaces/ILevelAaveReserveManager.sol)


## Functions
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# ILevelBaseReserveManager
[Git Source](https://github.com/Level-Money/contracts/blob/dc473999128bb60d87e479b557f6971af65ff8db/src/v1/interfaces/ILevelBaseReserveManager.sol)
[Git Source](https://github.com/Level-Money/contracts/blob/6210538f7de83f92b07f38679d7d19520c984a03/src/v1/interfaces/ILevelBaseReserveManager.sol)


## Functions
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# ILevelBaseYieldManager
[Git Source](https://github.com/Level-Money/contracts/blob/dc473999128bb60d87e479b557f6971af65ff8db/src/v1/interfaces/ILevelBaseYieldManager.sol)
[Git Source](https://github.com/Level-Money/contracts/blob/6210538f7de83f92b07f38679d7d19520c984a03/src/v1/interfaces/ILevelBaseYieldManager.sol)


## Functions
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# IKarakReserveManager
[Git Source](https://github.com/Level-Money/contracts/blob/dc473999128bb60d87e479b557f6971af65ff8db/src/v1/interfaces/ILevelKarakReserveManager.sol)
[Git Source](https://github.com/Level-Money/contracts/blob/6210538f7de83f92b07f38679d7d19520c984a03/src/v1/interfaces/ILevelKarakReserveManager.sol)


## Functions
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# ILevelMinting
[Git Source](https://github.com/Level-Money/contracts/blob/dc473999128bb60d87e479b557f6971af65ff8db/src/v1/interfaces/ILevelMinting.sol)
[Git Source](https://github.com/Level-Money/contracts/blob/6210538f7de83f92b07f38679d7d19520c984a03/src/v1/interfaces/ILevelMinting.sol)

**Inherits:**
[ILevelMintingEvents](/src/v1/interfaces/ILevelMintingEvents.sol/interface.ILevelMintingEvents.md)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# ILevelMintingEvents
[Git Source](https://github.com/Level-Money/contracts/blob/dc473999128bb60d87e479b557f6971af65ff8db/src/v1/interfaces/ILevelMintingEvents.sol)
[Git Source](https://github.com/Level-Money/contracts/blob/6210538f7de83f92b07f38679d7d19520c984a03/src/v1/interfaces/ILevelMintingEvents.sol)


## Events
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# ISymbioticReserveManager
[Git Source](https://github.com/Level-Money/contracts/blob/dc473999128bb60d87e479b557f6971af65ff8db/src/v1/interfaces/ILevelSymbioticReserveManager.sol)
[Git Source](https://github.com/Level-Money/contracts/blob/6210538f7de83f92b07f38679d7d19520c984a03/src/v1/interfaces/ILevelSymbioticReserveManager.sol)


## Functions
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# ISingleAdminAccessControl
[Git Source](https://github.com/Level-Money/contracts/blob/dc473999128bb60d87e479b557f6971af65ff8db/src/v1/interfaces/ISingleAdminAccessControl.sol)
[Git Source](https://github.com/Level-Money/contracts/blob/6210538f7de83f92b07f38679d7d19520c984a03/src/v1/interfaces/ISingleAdminAccessControl.sol)


## Events
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# IStakedlvlUSD
[Git Source](https://github.com/Level-Money/contracts/blob/dc473999128bb60d87e479b557f6971af65ff8db/src/v1/interfaces/IStakedlvlUSD.sol)
[Git Source](https://github.com/Level-Money/contracts/blob/6210538f7de83f92b07f38679d7d19520c984a03/src/v1/interfaces/IStakedlvlUSD.sol)


## Functions
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# IStakedlvlUSDCooldown
[Git Source](https://github.com/Level-Money/contracts/blob/dc473999128bb60d87e479b557f6971af65ff8db/src/v1/interfaces/IStakedlvlUSDCooldown.sol)
[Git Source](https://github.com/Level-Money/contracts/blob/6210538f7de83f92b07f38679d7d19520c984a03/src/v1/interfaces/IStakedlvlUSDCooldown.sol)

**Inherits:**
[IStakedlvlUSD](/src/v1/interfaces/IStakedlvlUSD.sol/interface.IStakedlvlUSD.md)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# UserCooldown
[Git Source](https://github.com/Level-Money/contracts/blob/dc473999128bb60d87e479b557f6971af65ff8db/src/v1/interfaces/IStakedlvlUSDCooldown.sol)
[Git Source](https://github.com/Level-Money/contracts/blob/6210538f7de83f92b07f38679d7d19520c984a03/src/v1/interfaces/IStakedlvlUSDCooldown.sol)


```solidity
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# IVault
[Git Source](https://github.com/Level-Money/contracts/blob/dc473999128bb60d87e479b557f6971af65ff8db/src/v1/interfaces/ISymbioticVault.sol)
[Git Source](https://github.com/Level-Money/contracts/blob/6210538f7de83f92b07f38679d7d19520c984a03/src/v1/interfaces/ISymbioticVault.sol)

**Inherits:**
[IVaultStorage](/src/v1/interfaces/ISymbioticVaultStorage.sol/interface.IVaultStorage.md)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# IVaultStorage
[Git Source](https://github.com/Level-Money/contracts/blob/dc473999128bb60d87e479b557f6971af65ff8db/src/v1/interfaces/ISymbioticVaultStorage.sol)
[Git Source](https://github.com/Level-Money/contracts/blob/6210538f7de83f92b07f38679d7d19520c984a03/src/v1/interfaces/ISymbioticVaultStorage.sol)


## Functions
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# IlvlUSD
[Git Source](https://github.com/Level-Money/contracts/blob/dc473999128bb60d87e479b557f6971af65ff8db/src/v1/interfaces/IlvlUSD.sol)
[Git Source](https://github.com/Level-Money/contracts/blob/6210538f7de83f92b07f38679d7d19520c984a03/src/v1/interfaces/IlvlUSD.sol)

**Inherits:**
IERC20, IERC20Permit, IERC20Metadata
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# IlvlUSDDefinitions
[Git Source](https://github.com/Level-Money/contracts/blob/dc473999128bb60d87e479b557f6971af65ff8db/src/v1/interfaces/IlvlUSDDefinitions.sol)
[Git Source](https://github.com/Level-Money/contracts/blob/6210538f7de83f92b07f38679d7d19520c984a03/src/v1/interfaces/IlvlUSDDefinitions.sol)

*Changelog: changed solidity version and name*

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# IslvlUSDSiloDefinitions
[Git Source](https://github.com/Level-Money/contracts/blob/dc473999128bb60d87e479b557f6971af65ff8db/src/v1/interfaces/IslvlUSDSiloDefinitions.sol)
[Git Source](https://github.com/Level-Money/contracts/blob/6210538f7de83f92b07f38679d7d19520c984a03/src/v1/interfaces/IslvlUSDSiloDefinitions.sol)


## Errors
Expand Down
O D7AE riginal file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# DataTypes
[Git Source](https://github.com/Level-Money/contracts/blob/dc473999128bb60d87e479b557f6971af65ff8db/src/v1/interfaces/aave/DataTypes.sol)
[Git Source](https://github.com/Level-Money/contracts/blob/6210538f7de83f92b07f38679d7d19520c984a03/src/v1/interfaces/aave/DataTypes.sol)


## Structs
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# IEACAggregatorProxy
[Git Source](https://github.com/Level-Money/contracts/blob/dc473999128bb60d87e479b557f6971af65ff8db/src/v1/interfaces/aave/IEACAggregatorProxy.sol)
[Git Source](https://github.com/Level-Money/contracts/blob/6210538f7de83f92b07f38679d7d19520c984a03/src/v1/interfaces/aave/IEACAggregatorProxy.sol)


## Functions
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# IPool
[Git Source](https://github.com/Level-Money/contracts/blob/dc473999128bb60d87e479b557f6971af65ff8db/src/v1/interfaces/aave/IPool.sol)
[Git Source](https://github.com/Level-Money/contracts/blob/6210538f7de83f92b07f38679d7d19520c984a03/src/v1/interfaces/aave/IPool.sol)

**Author:**
Aave
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# IPoolAddressesProvider
[Git Source](https://github.com/Level-Money/contracts/blob/dc473999128bb60d87e479b557f6971af65ff8db/src/v1/interfaces/aave/IPoolAddressesProvider.sol)
[Git Source](https://github.com/Level-Money/contracts/blob/6210538f7de83f92b07f38679d7d19520c984a03/src/v1/interfaces/aave/IPoolAddressesProvider.sol)

**Author:**
Aave
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# IRewardsController
[Git Source](https://github.com/Level-Money/contracts/blob/dc473999128bb60d87e479b557f6971af65ff8db/src/v1/interfaces/aave/IRewardsController.sol)
[Git Source](https://github.com/Level-Money/contracts/blob/6210538f7de83f92b07f38679d7d19520c984a03/src/v1/interfaces/aave/IRewardsController.sol)

**Inherits:**
[IRewardsDistributor](/src/v1/interfaces/aave/IRewardsDistributor.sol/interface.IRewardsDistributor.md)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# IRewardsDistributor
[Git Source](https://github.com/Level-Money/contracts/blob/dc473999128bb60d87e479b557f6971af65ff8db/src/v1/interfaces/aave/IRewardsDistributor.sol)
[Git Source](https://github.com/Level-Money/contracts/blob/6210538f7de83f92b07f38679d7d19520c984a03/src/v1/interfaces/aave/IRewardsDistributor.sol)

**Author:**
Aave
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# ITransferStrategyBase
[Git Source](https://github.com/Level-Money/contracts/blob/dc473999128bb60d87e479b557f6971af65ff8db/src/v1/interfaces/aave/ITransferStrategyBase.sol)
[Git Source](https://github.com/Level-Money/contracts/blob/6210538f7de83f92b07f38679d7d19520c984a03/src/v1/interfaces/aave/ITransferStrategyBase.sol)


## Functions
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# RewardsDataTypes
[Git Source](https://github.com/Level-Money/contracts/blob/dc473999128bb60d87e479b557f6971af65ff8db/src/v1/interfaces/aave/RewardsDataTypes.sol)
[Git Source](https://github.com/Level-Money/contracts/blob/6210538f7de83f92b07f38679d7d19520c984a03/src/v1/interfaces/aave/RewardsDataTypes.sol)


## Structs
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# IDelegationManager
[Git Source](https://github.com/Level-Money/contracts/blob/dc473999128bb60d87e479b557f6971af65ff8db/src/v1/interfaces/eigenlayer/IDelegationManager.sol)
[Git Source](https://github.com/Level-Money/contracts/blob/6210538f7de83f92b07f38679d7d19520c984a03/src/v1/interfaces/eigenlayer/IDelegationManager.sol)

**Inherits:**
[ISignatureUtils](/src/v1/interfaces/eigenlayer/ISignatureUtils.sol/interface.ISignatureUtils.md)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# IRewardsCoordinator
[Git Source](https://github.com/Level-Money/contracts/blob/dc473999128bb60d87e479b557f6971af65ff8db/src/v1/interfaces/eigenlayer/IRewardsCoordinator.sol)
[Git Source](https://github.com/Level-Money/contracts/blob/6210538f7de83f92b07f38679d7d19520c984a03/src/v1/interfaces/eigenlayer/IRewardsCoordinator.sol)

**Author:**
Layr Labs, Inc.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# ISignatureUtils
[Git Source](https://github.com/Level-Money/contracts/blob/dc473999128bb60d87e479b557f6971af65ff8db/src/v1/interfaces/eigenlayer/ISignatureUtils.sol)
[Git Source](https://github.com/Level-Money/contracts/blob/6210538f7de83f92b07f38679d7d19520c984a03/src/v1/interfaces/eigenlayer/ISignatureUtils.sol)

**Author:**
Layr Labs, Inc.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# ISlasher
[Git Source](https://github.com/Level-Money/contracts/blob/dc473999128bb60d87e479b557f6971af65ff8db/src/v1/interfaces/eigenlayer/ISlasher.sol)
[Git Source](https://github.com/Level-Money/contracts/blob/6210538f7de83f92b07f38679d7d19520c984a03/src/v1/interfaces/eigenlayer/ISlasher.sol)

**Author:**
Layr Labs, Inc.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# IStrategy
[Git Source](https://github.com/Level-Money/contracts/blob/dc473999128bb60d87e479b557f6971af65ff8db/src/v1/interfaces/eigenlayer/IStrategy.sol)
[Git Source](https://github.com/Level-Money/contracts/blob/6210538f7de83f92b07f38679d7d19520c984a03/src/v1/interfaces/eigenlayer/IStrategy.sol)

**Author:**
Layr Labs, Inc.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# IStrategyFactory
[Git Source](https://github.com/Level-Money/contracts/blob/dc473999128bb60d87e479b557f6971af65ff8db/src/v1/interfaces/eigenlayer/IStrategyFactory.sol)
[Git Source](https://github.com/Level-Money/contracts/blob/6210538f7de83f92b07f38679d7d19520c984a03/src/v1/interfaces/eigenlayer/IStrategyFactory.sol)

**Author:**
Layr Labs, Inc.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# IStrategyManager
[Git Source](https://github.com/Level-Money/contracts/blob/dc473999128bb60d87e479b557f6971af65ff8db/src/v1/interfaces/eigenlayer/IStrategyManager.sol)
[Git Source](https://github.com/Level-Money/contracts/blob/6210538f7de83f92b07f38679d7d19520c984a03/src/v1/interfaces/eigenlayer/IStrategyManager.sol)

**Author:**
Layr Labs, Inc.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# ILevelReserveLens
[Git Source](https://github.com/Level-Money/contracts/blob/dc473999128bb60d87e479b557f6971af65ff8db/src/v1/interfaces/lens/ILevelReserveLens.sol)
[Git Source](https://github.com/Level-Money/contracts/blob/6210538f7de83f92b07f38679d7d19520c984a03/src/v1/interfaces/lens/ILevelReserveLens.sol)

**Author:**
Level (https://level.money)
Expand Down
< 10000 col width="40">
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# ILevelReserveLensMorphoOracle
[Git Source](https://github.com/Level-Money/contracts/blob/dc473999128bb60d87e479b557f6971af65ff8db/src/v1/interfaces/lens/ILevelReserveLensMorphoOracle.sol)
[Git Source](https://github.com/Level-Money/contracts/blob/6210538f7de83f92b07f38679d7d19520c984a03/src/v1/interfaces/lens/ILevelReserveLensMorphoOracle.sol)

**Inherits:**
[AggregatorV3Interface](/src/v1/interfaces/AggregatorV3Interface.sol/interface.AggregatorV3Interface.md)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# LevelReserveLens
[Git Source](https://github.com/Level-Money/contracts/blob/dc473999128bb60d87e479b557f6971af65ff8db/src/v1/lens/LevelReserveLens.sol)
[Git Source](https://github.com/Level-Money/contracts/blob/6210538f7de83f92b07f38679d7d19520c984a03/src/v1/lens/LevelReserveLens.sol)

**Inherits:**
[ILevelReserveLens](/src/v1/interfaces/lens/ILevelReserveLens.sol/interface.ILevelReserveLens.md), Initializable, OwnableUpgradeable, UUPSUpgradeable
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# LevelReserveLensMorphoOracle
[Git Source](https://github.com/Level-Money/contracts/blob/dc473999128bb60d87e479b557f6971af65ff8db/src/v1/lens/LevelReserveLensMorphoOracle.sol)
[Git Source](https://github.com/Level-Money/contracts/blob/6210538f7de83f92b07f38679d7d19520c984a03/src/v1/lens/LevelReserveLensMorphoOracle.sol)

**Inherits:**
[ILevelReserveLensMorphoOracle](/src/v1/interfaces/lens/ILevelReserveLensMorphoOracle.sol/interface.ILevelReserveLensMorphoOracle.md), [SingleAdminAccessControl](/src/v1/auth/v5/SingleAdminAccessControl.sol/abstract.SingleAdminAccessControl.md), Pausable
Expand Down
2 changes: 1 addition & 1 deletion docs/src/src/v1/lvlUSD.sol/contract.lvlUSD.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# lvlUSD
[Git Source](https://github.com/Level-Money/contracts/blob/dc473999128bb60d87e479b557f6971af65ff8db/src/v1/lvlUSD.sol)
[Git Source](https://github.com/Level-Money/contracts/blob/6210538f7de83f92b07f38679d7d19520c984a03/src/v1/lvlUSD.sol)

**Inherits:**
ERC20Burnable, ERC20Permit, [IlvlUSDDefinitions](/src/v1/interfaces/IlvlUSDDefinitions.sol/interface.IlvlUSDDefinitions.md), [SingleAdminAccessControl](/src/v1/auth/v5/SingleAdminAccessControl.sol/abstract.SingleAdminAccessControl.md)
Expand Down
2 changes: 1 addition & 1 deletion docs/src/src/v1/lvlUSD4626.sol/contract.lvlUSD4626.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# lvlUSD4626
[Git Source](https://github.com/Level-Money/contracts/blob/dc473999128bb60d87e479b557f6971af65ff8db/src/v1/lvlUSD4626.sol)
[Git Source](https://github.com/Level-Money/contracts/blob/6210538f7de83f92b07f38679d7d19520c984a03/src/v1/lvlUSD4626.sol)

**Inherits:**
ERC4626
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# LevelBaseReserveManager
[Git Source](https://github.com/Level-Money/contracts/blob/dc473999128bb60d87e479b557f6971af65ff8db/src/v1/reserve/LevelBaseReserveManager.sol)
[Git Source](https://github.com/Level-Money/contracts/blob/6210538f7de83f92b07f38679d7d19520c984a03/src/v1/reserve/LevelBaseReserveManager.sol)

**Inherits:**
[ILevelBaseReserveManager](/src/v1/interfaces/ILevelBaseReserveManager.sol/interface.ILevelBaseReserveManager.md), [SingleAdminAccessControl](/src/v1/auth/v5/SingleAdminAccessControl.sol/abstract.SingleAdminAccessControl.md), Pausable
Expand Down
Loading
0