cowdao-grants / cow-shed

A gas-efficient, address-bound account abstraction for permissioned hooks on CoW Protocol
GNU General Public License v3.0
8 stars 1 forks source link

feat: ability to opt out of ens #18

Closed meetmangukiya closed 3 months ago

meetmangukiya commented 3 months ago

ENS will be opt-in by default i.e. initialization of proxy in first hooks execution would initialize the ens too. However, if someone really wants to opt out for gas reasons, they can do so by calling initializeProxy(user, false) before any hooks get executed.