Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: update view-only quoter address in base (Uniswap#542)
- **What kind of change does this PR introduce?** (Bug fix, feature, docs update, ...) Big fix - **What is the current behavior?** (You can also link to an open issue here) Since shadow quoting in Base today (Uniswap/routing-api#598), the accuracy has been low: ![Screenshot 2024-04-18 at 9 52 46 PM](https://github.com/Uniswap/smart-order-router/assets/91580504/d2c18e04-1ae2-4ec7-adf3-0ebab0f0988b) I used tenderly [simulation](https://www.tdly.co/shared/simulation/cf37f5ed-5eaf-49f6-b966-fc33c10e0748) to debug, then I noticed the computed pool address from the view-only quoter is non-existent on Base. I was using the wrong v3 core factory when deploying to Base. I already fixed that and re-deployed Uniswap/view-quoter-v3#12, but we also need to update the quoter deploy address in SOR, so that routing-api quote accuracy can go up on Base. - **What is the new behavior (if this is a feature change)?** Update [quoter](https://basescan.org/address/0x222cA98F00eD15B1faE10B61c277703a194cf5d2#code) address - **Other information**:
- Loading branch information