You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We're using interfaces and vm.getCode in our deployments now which breaks type checking. I'd like to add a __constructor__ function to our interfaces so that we can (1) export the interface of the constructor and (2) use abi.encodeCall to retain type safety.
The text was updated successfully, but these errors were encountered:
We're using interfaces and
vm.getCode
in our deployments now which breaks type checking. I'd like to add a__constructor__
function to our interfaces so that we can (1) export the interface of the constructor and (2) useabi.encodeCall
to retain type safety.The text was updated successfully, but these errors were encountered: