We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7178e33 commit eebe37dCopy full SHA for eebe37d
packages/libs/contracts-sdk/contracts/fees/facets/AavePerfFeeFacet.sol
@@ -27,7 +27,7 @@ contract AavePerfFeeFacet {
27
// 2 = Aave
28
uint256 private constant VAULT_PROVIDER = 2;
29
30
- /* ========== MUTATIVE FUNCTIONS ========== */
+ /* ========== MUTATIVE FUNCTIONS ========== */
31
32
/**
33
* @notice Deposits assets into Aave
packages/libs/contracts-sdk/contracts/fees/facets/MorphoPerfFeeFacet.sol
@@ -27,7 +27,7 @@ contract MorphoPerfFeeFacet {
// 1 = Morpho
uint256 private constant VAULT_PROVIDER = 1;
* @notice Deposits assets into Morpho
0 commit comments