balancer / balancer-v3-monorepo

GNU General Public License v3.0
37 stars 10 forks source link

wethIsEth for `permitBatchAndCall` #805

Closed jubeira closed 1 month ago

jubeira commented 1 month ago

permitBatchAndCall is not payable, so it rejects ETH.

Making it payable should make permitBatchAndCall work with ETH; add tests.