-
-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Vyper interface files (.vyi
) do not appear as interfaces in project
#134
Comments
I get error in
^ very odd error, may be a bug in vyper even Maybe they need special output selection. |
I get this same error when running vyper contracts/interfaces/IFaceZeroFour.vyi |
you can't actually "compile" them, but I think |
I tried this but got the same error. |
Overview
The vyper plugin does not currently generate
Vyper
ABI artifacts for.vyi
interface files:Specification
The plugin should be able to do this natively. For now, the workaround is that you can place a
<Interface>.json
in your contracts folder (with hopefully the same ABI) and thepm
"compiler" will grab it. Obviously a potentially source for human error, but it worksDependencies
n/a
The text was updated successfully, but these errors were encountered: