Uniswap / v3-periphery

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

SelfPermit should support DAI permit #42

Closed moodysalem closed 3 years ago

moodysalem commented 3 years ago

DAI permit has different function signature

moodysalem commented 3 years ago

DAI permit https://github.com/makerdao/dss/blob/master/src/dai.sol#L120-L142 CHAI permit https://github.com/dapphub/chai/blob/b75edb6409d51fd91e53e73f77092b573c4242a9/src/chai.sol#L134-L153