morpho-org / morpho-utils

Repository gathering useful libraries and contracts.
GNU Affero General Public License v3.0
65 stars 1 forks source link

Initial deposit to custom recipient #108

Closed Rubilmax closed 1 year ago

Rubilmax commented 1 year ago
Rubilmax commented 1 year ago

but now it's not always practical to know the address of the vault that is being created. This is probably only a small issue though

I don't get it: in this case, just pass address(this) at initialization? The proxy is already deployed and initialization is called on the proxy

QGarchery commented 1 year ago

I don't get it: in this case, just pass address(this) at initialization? The proxy is already deployed and initialization is called on the proxy

You're right, my bad