mirror of
https://github.com/status-im/embark-area-51.git
synced 2025-01-29 16:36:33 +00:00
update specs
This commit is contained in:
parent
8b891c5f0c
commit
f2fe24aa29
@ -105,7 +105,7 @@ class Compiler {
|
||||
compiled_object[className].gasEstimates = contract.gasEstimates;
|
||||
compiled_object[className].functionHashes = contract.functionHashes;
|
||||
compiled_object[className].abiDefinition = JSON.parse(contract.interface);
|
||||
compiled_object[className].filename = filename
|
||||
compiled_object[className].filename = filename;
|
||||
}
|
||||
|
||||
callback(null, compiled_object);
|
||||
|
File diff suppressed because one or more lines are too long
Loading…
x
Reference in New Issue
Block a user