mirror of
https://github.com/status-im/embark-area-51.git
synced 2025-01-11 14:34:40 +00:00
expose runtimeBytecode
This commit is contained in:
parent
83520affa3
commit
171fefbda1
@ -36,6 +36,7 @@ Compiler.prototype.compile_solidity = function(contractFiles) {
|
||||
|
||||
compiled_object[className] = {};
|
||||
compiled_object[className].code = contract.bytecode;
|
||||
compiled_object[className].runtimeBytecode = contract.runtimeBytecode;
|
||||
compiled_object[className].info = {};
|
||||
compiled_object[className].info.abiDefinition = JSON.parse(contract.interface);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user