17 lines
237 B
JSON
Raw Normal View History

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