titanoboa
titanoboa copied to clipboard
feat: expose private constants
As per title, would be nice to access private constant variables with _constant
in the same way it is already possible for _immutable
and _storage
private variables.
BONUS: would be great if we could also access them from VyperDeployer
since they are available before deployment.