fix factory init in app
This commit is contained in:
parent
a7f807b6ff
commit
2f11d19c60
|
@ -64,8 +64,7 @@ module.exports = {
|
|||
},
|
||||
"IdentityFactory": {
|
||||
"args":[],
|
||||
"gasLimit": 5000000,
|
||||
"onDeploy": ["IdentityFactory.methods.setKernel('$IdentityGasRelay').send({gasLimit: 6000000})"]
|
||||
"gasLimit": 5000000
|
||||
},
|
||||
"TestContract": {
|
||||
"args": ["$STT"]
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
pragma solidity ^0.4.17;
|
||||
pragma solidity ^0.4.24;
|
||||
|
||||
import "../deploy/Factory.sol";
|
||||
import "../deploy/DelayedUpdatableInstance.sol";
|
||||
|
|
Loading…
Reference in New Issue