Files
openzeppelin-contracts/migrations/2_deploy_contracts.js
Manuel Araoz 50a290e10a use truffle
2016-08-05 14:37:06 -03:00

6 lines
124 B
JavaScript

module.exports = function(deployer) {
deployer.deploy(ConvertLib);
deployer.autolink();
deployer.deploy(MetaCoin);
};