Uniswap / v3-periphery

🦄 🦄 🦄 Peripheral smart contracts for interacting with Uniswap v3
https://uniswap.org
GNU General Public License v2.0
1.15k stars 1.06k forks source link

Provide Clarity regarding base deployment addresses #358

Open ckoopmann opened 10 months ago

ckoopmann commented 10 months ago

The Base chain is not mentioned in the deployments.md. It doesn't seem as if they are deployed under the addresses listed there.

This should be fixed as it is highly confusing and should be cleared up. It seems that already some people have tried to swap on base using the old SwapRouter address and lost funds as a result.

eli-lim commented 2 months ago

Found it here - https://basescan.org/address/0x3d4e44Eb1374240CE5F1B871ab261CD16335B76a#writeContract

import { QUOTER_ADDRESSES } from '@uniswap/sdk-core';

console.log(QUOTER_ADDRESSES[8453]);