no auto deploy of factory or instances

This commit is contained in:
Ricardo Guilherme Schmidt 2018-05-13 02:48:14 -03:00
parent 5dab2021c0
commit ddf7dd916f
1 changed files with 9 additions and 0 deletions

View File

@ -15,6 +15,15 @@
],
"gas": "auto",
"contracts": {
"Factory": {
"deploy": false
},
"Instance": {
"deploy": false
},
"UpdatableInstance": {
"deploy": false
}
}
}
}