ens-usernames/config/contracts.json

30 lines
451 B
JSON
Raw Normal View History

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