We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 99ea59e commit 6118296Copy full SHA for 6118296
foundry/src/executors/LiquoriceExecutor.sol
@@ -10,11 +10,6 @@ import {
10
} from "@openzeppelin/contracts/token/ERC20/utils/SafeERC20.sol";
11
import "@openzeppelin/contracts/utils/Address.sol";
12
13
-interface ILiquoriceSettlement {
14
- function BALANCE_MANAGER() external view returns (address);
15
- function AUTHENTICATOR() external view returns (address);
16
-}
17
-
18
interface IAllowListAuthentication {
19
function addSolver(address _solver) external;
20
function addMaker(address _maker) external;
0 commit comments