Updated contracts.json to not deploy anything initially

This commit is contained in:
Richard Ramos 2018-05-21 14:14:47 -04:00
parent ea0ea87ba1
commit a73dd44783
1 changed files with 36 additions and 0 deletions

View File

@ -23,6 +23,42 @@
},
"MiniMeTokenFactory": {
"deploy": true
},
"FeeRecycler": {
"deploy": false
},
"DelegationProxy": {
"deploy": false
},
"DelegationProxyFactory": {
"deploy": false
},
"Democracy": {
"deploy": false
},
"DemocracyStorage": {
"deploy": false
},
"ProposalManager": {
"deploy": false
},
"TrustNetwork": {
"deploy": false
},
"Factory": {
"deploy": false
},
"Instance": {
"deploy": false
},
"InstanceStorage": {
"deploy": false
},
"UpdatableInstance": {
"deploy": false
},
"TestToken": {
"deploy": false
}
}
}