DynamicHiddenCap tests and start contribution test
This commit is contained in:
parent
3e41a2189a
commit
fce1cd5c07
|
@ -1,5 +0,0 @@
|
|||
var Migrations = artifacts.require("./Migrations.sol");
|
||||
|
||||
module.exports = function(deployer) {
|
||||
deployer.deploy(Migrations);
|
||||
};
|
|
@ -1,8 +0,0 @@
|
|||
var ConvertLib = artifacts.require("./ConvertLib.sol");
|
||||
var MetaCoin = artifacts.require("./MetaCoin.sol");
|
||||
|
||||
module.exports = function(deployer) {
|
||||
deployer.deploy(ConvertLib);
|
||||
deployer.link(ConvertLib, MetaCoin);
|
||||
deployer.deploy(MetaCoin);
|
||||
};
|
Loading…
Reference in New Issue