ens-usernames/config/contracts.json

30 lines
451 B
JSON
Raw Normal View History

2018-04-23 04:58:58 +00:00
{
"default": {
"deployment": {
"host": "localhost",
"port": 8545,
"type": "rpc"
},
"dappConnection": [
"$WEB3",
"http://localhost:8545"
],
"gas": "auto",
"contracts": {
2018-05-13 17:01:59 +00:00
"ERC20Receiver": {
"deploy": false
2018-05-23 19:31:20 +00:00
},
"TestToken": {
"deploy": false
2018-05-13 17:01:59 +00:00
}
2018-04-23 04:58:58 +00:00
}
2018-05-23 19:31:20 +00:00
},
"development": {
"contracts": {
"TestToken": {
"deploy": true
}
}
2018-04-23 04:58:58 +00:00
}
}