Skip to content

Commit

Permalink
doc: quoter does not return sqrt price (#431)
Browse files Browse the repository at this point in the history
  • Loading branch information
abdulla-cb authored Jan 20, 2025
1 parent 3796e9c commit 4d85e04
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/lens/V4Quoter.sol
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ import {BaseV4Quoter} from "../base/BaseV4Quoter.sol";

/// @title V4Quoter
/// @notice Supports quoting the delta amounts for exact input or exact output swaps.
/// @notice For each pool also tells you the sqrt price of the pool after the swap.
/// @dev These functions are not marked view because they rely on calling non-view functions and reverting
/// to compute the result. They are also not gas efficient and should not be called on-chain.
contract V4Quoter is IV4Quoter, BaseV4Quoter {
Expand Down

0 comments on commit 4d85e04

Please sign in to comment.