ens-usernames/config/contracts.json

21 lines
316 B
JSON
Raw Normal View History

2018-04-23 04:58:58 +00:00
{
"default": {
"versions": {
"web3.js": "1.0.0-beta",
2018-04-23 05:04:49 +00:00
"solc": "0.4.23"
2018-04-23 04:58:58 +00:00
},
"deployment": {
"host": "localhost",
"port": 8545,
"type": "rpc"
},
"dappConnection": [
"$WEB3",
"http://localhost:8545"
],
"gas": "auto",
"contracts": {
}
}
}