v3-periphery icon indicating copy to clipboard operation
v3-periphery copied to clipboard

Provide Clarity regarding base deployment addresses

Open ckoopmann opened this issue 1 year ago • 1 comments

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.

ckoopmann avatar Sep 01 '23 03:09 ckoopmann

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

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

console.log(QUOTER_ADDRESSES[8453]);

eli-lim avatar May 05 '24 06:05 eli-lim