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