mirror of
https://github.com/status-im/web3.js.git
synced 2025-02-21 18:48:29 +00:00
Merge branch 'develop' into 1.0
This commit is contained in:
commit
0ac8ffab15
@ -18,9 +18,9 @@
|
||||
"}\n";
|
||||
|
||||
var compiled = web3.eth.compile.solidity(source);
|
||||
var code = compiled.test.code;
|
||||
var code = compiled.code;
|
||||
// contract json abi, this is autogenerated using solc CLI
|
||||
var abi = compiled.test.info.abiDefinition;
|
||||
var abi = compiled.info.abiDefinition;
|
||||
|
||||
var myContract;
|
||||
|
||||
|
@ -18,9 +18,9 @@
|
||||
"}\n";
|
||||
|
||||
var compiled = web3.eth.compile.solidity(source);
|
||||
var code = compiled.test.code;
|
||||
var code = compiled.code;
|
||||
// contract json abi, this is autogenerated using solc CLI
|
||||
var abi = compiled.test.info.abiDefinition;
|
||||
var abi = compiled.info.abiDefinition;
|
||||
|
||||
var myContract;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user