Skip to content

Commit

Permalink
remove unused
Browse files Browse the repository at this point in the history
  • Loading branch information
ConjunctiveNormalForm committed Dec 20, 2023
1 parent 91c018e commit a657d5c
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions contracts/lens/Quoter.sol
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,6 @@ contract Quoter is IQuoter, ILockCallback {
// v4 Singleton contract
IPoolManager public immutable manager;

/// @dev custom error function selector length
uint256 internal constant MINIMUM_CUSTOM_ERROR_LENGTH = 4;

/// @dev min valid reason is 3-words long
/// @dev int128[2] + sqrtPriceX96After padded to 32bytes + intializeTicksLoaded padded to 32bytes
uint256 internal constant MINIMUM_VALID_RESPONSE_LENGTH = 96;
Expand Down

0 comments on commit a657d5c

Please sign in to comment.