Swap target contract at test by using abstract interface
This commit is contained in:
@ -6,4 +6,6 @@ module.exports = function(deployer) {
|
||||
deployer.deploy(CrowdsaleTokenBounty);
|
||||
deployer.deploy(Ownable);
|
||||
deployer.deploy(LimitFunds);
|
||||
deployer.deploy(SecureTargetMock);
|
||||
deployer.deploy(InsecureTargetMock);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user