Skip to content

Commit

Permalink
Merge pull request #18 from Uniswap/jsy1218/update-README-to-explain-…
Browse files Browse the repository at this point in the history
…purpose-better

chore: better README for purpose
  • Loading branch information
jsy1218 authored Apr 19, 2024
2 parents c0c2c4d + 649b7a7 commit d7db04a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
## Uniswap v3 view-only quoter

Impliments [QuoterV2](https://github.com/Uniswap/v3-periphery/blob/main/contracts/lens/QuoterV2.sol) but removes the revert and the unused state updates
This view-only quoter aims to replace [QuoterV2](https://github.com/Uniswap/v3-periphery/blob/main/contracts/lens/QuoterV2.sol) with [Quoter](https://github.com/Uniswap/view-quoter-v3/blob/master/contracts/Quoter.sol) by removing the revert and the unused state updates. [Quoter](https://github.com/Uniswap/view-quoter-v3/blob/master/contracts/Quoter.sol) is being used in [smart-order-router](https://github.com/Uniswap/smart-order-router) for displaying the quote on uniswap UIs.

The interfaces are the same as the old quoter, but the underlying calls are different.

This code is not audited yet, but actively being shadow tested in https://github.com/Uniswap/routing-api/.
This code is not audited yet, but actively being shadow tested in [routing-api](https://github.com/Uniswap/routing-api/).

### View-Only Quoter Addresses
| Chain Id | Deployment Address | V3 Factory |
Expand Down

0 comments on commit d7db04a

Please sign in to comment.