Uniswap / v3-periphery

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

ExactInputParams is not up to date in this repo #250

Closed TamtamHero closed 2 years ago

TamtamHero commented 2 years ago

This property https://github.com/Uniswap/v3-periphery/blob/main/contracts/interfaces/ISwapRouter.sol#L30 is gone in production on SwapRouter02 (see https://etherscan.io/address/0x68b3465833fb72a70ecdf485e0e4c7bd8665fc45#code, and more precisiely here: https://etherscan.io/address/0x68b3465833fb72a70ecdf485e0e4c7bd8665fc45#code#F15#L30) I don't know if it is the sole difference, maybe there's more discrepancies ? I couldn't find a 2.0.0 tag either.

NoahZinsmeister commented 2 years ago

the code for that router lives in https://github.com/Uniswap/swap-router-contracts!