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 should export types from init.py to make imports for cosumers easier. Right now we have: from hypertypes.IERC4626HyperdriveContract import IERC4626HyperdriveContract
And we'd like to have: from hypertypes import IERC4626HyperdriveContract
The text was updated successfully, but these errors were encountered:
We should export types from init.py to make imports for cosumers easier. Right now we have:
from hypertypes.IERC4626HyperdriveContract import IERC4626HyperdriveContract
And we'd like to have:
from hypertypes import IERC4626HyperdriveContract
The text was updated successfully, but these errors were encountered: