From 649b7a76469226934d6625d1549be6de9158d0a5 Mon Sep 17 00:00:00 2001 From: jsy1218 <91580504+jsy1218@users.noreply.github.com> Date: Fri, 19 Apr 2024 12:05:00 -0700 Subject: [PATCH] better README for purpose --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 76179e3..379642b 100644 --- a/README.md +++ b/README.md @@ -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 |