Skip to content

Commit 5cf206b

Browse files
author
Jake Barber
committed
Moved OldCurveMaster
1 parent e24978d commit 5cf206b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

contracts/curve/OldCurveMaster.sol renamed to contracts/testing/unusedContracts/OldCurveMaster.sol

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
// SPDX-License-Identifier: MIT
22
pragma solidity 0.8.9;
33

4-
import "../_external/Ownable.sol";
5-
import "./ICurveMaster.sol";
6-
import "./ICurveSlave.sol";
7-
import "../lending/IVaultController.sol";
4+
import "../../_external/Ownable.sol";
5+
import "../../curve/ICurveMaster.sol";
6+
import "../../curve/ICurveSlave.sol";
7+
import "../../lending/IVaultController.sol";
88

99
/// @title Curve Master
1010
/// @notice Curve master keeps a record of CurveSlave contracts and links it with an address

0 commit comments

Comments
 (0)