Uniswap / permit2

🔑🔑🔑 next generation token approvals mechanism

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Provide development Foundry profile that doesn't use `--via-ir`

PaulRBerg opened this issue · comments

Making contributions to this repo is difficult because recompiling the contracts takes a long time, which is due to using --via-ir:

via_ir = true

To improve the UX, consider providing a development-only Foundry profile that does not use --via-ir (and potentially disables the optimizer, too), by following the approach discussed here:

Besides Seaport, there is an example of this kind of setup in my PRBProxy project: