embark-area-51/templates/boilerplate/config/contracts.json

17 lines
237 B
JSON
Raw Normal View History

2016-08-13 15:58:03 +00:00
{
"default": {
2017-10-21 19:28:59 +00:00
"deployment": {
"host": "localhost",
"port": 8545,
"type": "rpc"
},
"dappConnection": [
"$WEB3",
"http://localhost:8545"
],
2016-10-02 23:13:46 +00:00
"gas": "auto",
2016-08-13 15:58:03 +00:00
"contracts": {
}
}
}