contracts/config/contracts.json

52 lines
868 B
JSON

{
"default": {
"deployment": {
"host": "localhost",
"port": 8545,
"type": "rpc"
},
"dappConnection": [
"$WEB3",
"http://localhost:8545"
],
"gas": "auto",
"contracts": {
"ERC20Receiver": {
"deploy": false
},
"Factory": {
"deploy": false
},
"Instance": {
"deploy": false
},
"UpdatableInstance": {
"deploy": false
},
"DelayedUpdatableInstance": {
"deploy": false
},
"Identity": {
"deploy": false
},
"IdentityKernel": {
"deploy": false
},
"IdentityFactory": {
"deploy": true
},
"TestToken": {
"deploy": false
}
}
},
"development": {
"contracts": {
"TestToken": {
"deploy": true
}
}
}
}