Uniswap / v4-periphery

🦄 🦄 🦄 🦄 Peripheral smart contracts for interacting with Uniswap v4
https://blog.uniswap.org/uniswap-v4
GNU General Public License v2.0
688 stars 464 forks source link

View-only quoter #296

Open Jun1on opened 1 month ago

Jun1on commented 1 month ago

Related Issue

Current quoter simulates a swap and reverts, using a lot of gas.

Description of changes

This view-only quoter aims to quote a v4 pool cheaper by removing the revert and the unused state updates. Currently, this can only quote swaps without hook executions that change the output of a swap.

This code is adapted from view-quoter-v3.