fix deploy

This commit is contained in:
Ricardo Guilherme Schmidt 2018-05-13 05:46:14 -03:00
parent a35d849f6c
commit a23719a3e2
2 changed files with 14 additions and 1 deletions

View File

@ -23,7 +23,20 @@
},
"UpdatableInstance": {
"deploy": false
},
"DelayedUpdatableInstance": {
"deploy": false
},
"Identity": {
"deploy": false
},
"IdentityKernel": {
"deploy": false
},
"IdentityFactory": {
"deploy": true
}
}
}
}

View File

@ -9,7 +9,7 @@ contract IdentityFactory is Factory {
event IdentityCreated(address instance);
constructor(bytes _infohash)
constructor()
public
Factory(new IdentityKernel())
{