solady icon indicating copy to clipboard operation
solady copied to clipboard

✨ Allow additional addresses to be added to infinite allowance for erc20

Open moodysalem opened this issue 10 months ago • 2 comments

you can change the _givePermit2InfiniteAllowance() function to doesAddressHasInfiniteAllowance(address spender) returns (bool) and in the default implementation return spender == PERMIT2

this makes it simple to add to this list

moodysalem avatar Apr 24 '25 08:04 moodysalem