mirror of
https://github.com/embarklabs/embark.git
synced 2025-01-10 22:05:55 +00:00
21 lines
316 B
JSON
21 lines
316 B
JSON
{
|
|
"default": {
|
|
"versions": {
|
|
"web3.js": "1.0.0-beta",
|
|
"solc": "0.4.17"
|
|
},
|
|
"deployment": {
|
|
"host": "localhost",
|
|
"port": 8545,
|
|
"type": "rpc"
|
|
},
|
|
"dappConnection": [
|
|
"$WEB3",
|
|
"http://localhost:8545"
|
|
],
|
|
"gas": "auto",
|
|
"contracts": {
|
|
}
|
|
}
|
|
}
|