Uniswap / universal-router

Uniswap's Universal Router for NFT and ERC20 swapping
GNU General Public License v3.0
393 stars 196 forks source link

Separate out approveERC20 from Payments.sol into separate file #319

Open zhongeric opened 11 months ago

zhongeric commented 11 months ago

ApproveERC20 is only used to set max approvals on OpenSea's conduit + Sudoswap for NFT trades, and doesn't really fit well into the Payments module in Universal Router.

tutizaraz commented 2 months ago

@zhongeric hey, is this issue still relevant? It looks pretty outdated. Decided to ask before potentially working on it