Skip to content

Commit

Permalink
penultimate scope commit
Browse files Browse the repository at this point in the history
  • Loading branch information
ewansheldon committed Dec 9, 2024
1 parent 3b24adc commit 5d88630
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions contracts/SmartVaultYieldManager.sol
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ import {FullMath} from "contracts/uniswap/FullMath.sol";
import {IPeripheryImmutableState} from "contracts/interfaces/IPeripheryImmutableState.sol";
import {IUniswapV3Pool} from "contracts/interfaces/IUniswapV3Pool.sol";


contract SmartVaultYieldManager is ISmartVaultYieldManager, Ownable {
using SafeERC20 for IERC20;

Expand Down

0 comments on commit 5d88630

Please sign in to comment.