mirror of
https://github.com/status-im/embark-area-51.git
synced 2025-01-26 23:20:29 +00:00
Merge pull request #428 from embark-framework/bug_fix/vyper-vy
fix vyper .vy
This commit is contained in:
commit
c4c6b0fb7d
@ -9,7 +9,9 @@ class Vyper {
|
||||
this.events = embark.events;
|
||||
this.contractDirectories = options.contractDirectories;
|
||||
|
||||
// FIXME: Use array of extensions instead of duplicatiing
|
||||
embark.registerCompiler(".py", this.compile_vyper.bind(this));
|
||||
embark.registerCompiler(".vy", this.compile_vyper.bind(this));
|
||||
}
|
||||
|
||||
static compileVyperContract(filename, compileABI, callback) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user