2_deploy_contracts.js 124 B

12345
  1. module.exports = function(deployer) {
  2. deployer.deploy(ConvertLib);
  3. deployer.autolink();
  4. deployer.deploy(MetaCoin);
  5. };