Skip to content

Commit

Permalink
remove commented out struct
Browse files Browse the repository at this point in the history
  • Loading branch information
ConjunctiveNormalForm committed Nov 15, 2023
1 parent 7823167 commit e2d0c22
Showing 1 changed file with 0 additions and 33 deletions.
33 changes: 0 additions & 33 deletions contracts/interfaces/IQuoter.sol
Original file line number Diff line number Diff line change
Expand Up @@ -11,39 +11,6 @@ interface IQuoter {
error InvalidQuoteType();
error InvalidQuoteTypeInRevert();
error UnexpectedRevertBytes();
//function quoteExactInput(Path.PathKey calldata path, uint256 amountIn)
// external
// returns (uint256 amountOut, uint160[] memory sqrtPriceX96AfterList, uint32[] memory initializedTicksList);

// enum QuoteType {
// ExactInput,
// ExactInputSingle,
// ExactOutput,
// ExactOutputSingle
// }

// struct QuoteInfo {
// QuoteType quoteType;
// address swapper;
// bytes params;
// }

// struct QuoteCallBackData {
// address swapper;
// PoolKey key;
// IPoolManager.SwapParams params;
// bytes hookData;
// }

// struct QuoteExactInputSingleParams {
// address swapper;
// Currency tokenIn;
// Currency tokenOut;
// PoolKey poolKey;
// uint256 amountIn;
// uint160 sqrtPriceLimitX96;
// bytes hookData;
// }

struct NonZeroDeltaCurrency {
Currency currency;
Expand Down

0 comments on commit e2d0c22

Please sign in to comment.