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
it might be nice to extend the functionality to also try loading from a json abi file -- but i'm not sure how often people are doing this in practice (probably the main use case for loading from abi is covered by boa.from_etherscan)
we should override python imports (https://docs.python.org/3/reference/import.html#import-hooks) so that you can import vyper contracts directly and get a VyperDeployer. example:
The text was updated successfully, but these errors were encountered: