fix deploy
This commit is contained in:
parent
a35d849f6c
commit
a23719a3e2
|
@ -23,7 +23,20 @@
|
|||
},
|
||||
"UpdatableInstance": {
|
||||
"deploy": false
|
||||
},
|
||||
"DelayedUpdatableInstance": {
|
||||
"deploy": false
|
||||
},
|
||||
"Identity": {
|
||||
"deploy": false
|
||||
},
|
||||
"IdentityKernel": {
|
||||
"deploy": false
|
||||
},
|
||||
"IdentityFactory": {
|
||||
"deploy": true
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -9,7 +9,7 @@ contract IdentityFactory is Factory {
|
|||
|
||||
event IdentityCreated(address instance);
|
||||
|
||||
constructor(bytes _infohash)
|
||||
constructor()
|
||||
public
|
||||
Factory(new IdentityKernel())
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue