Skip to content

Commit

Permalink
fix: rename contracts
Browse files Browse the repository at this point in the history
  • Loading branch information
kitanovicd committed Dec 1, 2024
1 parent c738a6a commit c23139c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/AuctionDebtAllocator.sol → src/DebtAllocator.sol
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import {Ownable} from "@openzeppelin/contracts/access/Ownable.sol";
import {Math} from "@openzeppelin/contracts/utils/math/Math.sol";
import {SafeERC20} from "@openzeppelin/contracts/token/ERC20/utils/SafeERC20.sol";
import {IYearnV3Vault} from "./interfaces/IYearnV3Vault.sol";
import {IDebtAllocator} from "./interfaces/IAuctionDebtAllocator.sol";
import {IDebtAllocator} from "./interfaces/IDebtAllocator.sol";

contract DebtAllocator is Ownable, IDebtAllocator {
// Address of the vault that this contract is managing
Expand Down
File renamed without changes.

0 comments on commit c23139c

Please sign in to comment.