contracts/config/contracts.json

52 lines
868 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-13 21:00:07 +00:00
},
2018-05-13 05:48:14 +00:00
"Factory": {
"deploy": false
},
"Instance": {
"deploy": false
},
"UpdatableInstance": {
"deploy": false
2018-05-13 08:46:14 +00:00
},
"DelayedUpdatableInstance": {
"deploy": false
},
"Identity": {
"deploy": false
},
"IdentityKernel": {
"deploy": false
},
"IdentityFactory": {
"deploy": true
2018-05-30 12:03:49 +00:00
},
2018-05-23 19:31:20 +00:00
"TestToken": {
"deploy": false
2018-05-13 05:48:14 +00:00
}
2018-05-13 08:46:14 +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
}
}