Uniswap / docs

📓 Uniswap V3 docs website
https://docs.uniswap.org
317 stars 526 forks source link

Uniswap V3 Swap Router missing on base #735

Closed codekoriko closed 2 months ago

codekoriko commented 2 months ago

SwapRouter.sol deployment is existant on Base but present on every other blockchain, (ethereum, optimism. arbitrum). Any reason for this?

Rachel-Eichenberger commented 2 months ago

Swap router was replaced with SwapRouter02. Chains that were launched after the update only included the 02 versions. These are basically the same but removed the deadline.