Skip to content

Commit

Permalink
Revert "Add IERC69009, does not compile"
Browse files Browse the repository at this point in the history
This reverts commit 4e89408.
  • Loading branch information
zhongeric committed Dec 14, 2023
1 parent 9e7735e commit babc9b0
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 61 deletions.
3 changes: 1 addition & 2 deletions src/interfaces/IPoolManager.sol
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,12 @@ import {Currency} from "../types/Currency.sol";
import {PoolKey} from "../types/PoolKey.sol";
import {Pool} from "../libraries/Pool.sol";
import {IHooks} from "./IHooks.sol";
import {IERC6909Minimal} from "../interfaces/external/IERC6909Minimal.sol";
import {IFees} from "./IFees.sol";
import {BalanceDelta} from "../types/BalanceDelta.sol";
import {PoolId} from "../types/PoolId.sol";
import {Position} from "../libraries/Position.sol";

interface IPoolManager is IFees, IERC6909Minimal {
interface IPoolManager is IFees {
/// @notice Thrown when currencies touched has exceeded max of 256
error MaxCurrenciesTouched();

Expand Down
10 changes: 0 additions & 10 deletions src/interfaces/external/IERC165.sol

This file was deleted.

49 changes: 0 additions & 49 deletions src/interfaces/external/IERC6909Minimal.sol

This file was deleted.

0 comments on commit babc9b0

Please sign in to comment.