Skip to content

Commit

Permalink
#39
Browse files Browse the repository at this point in the history
  • Loading branch information
Kirill authored and Kirill committed Sep 3, 2018
1 parent 205994a commit 7fe8c22
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions migrations/6_deploy_devZenDaoFactory.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
var DevZenDaoFactory = artifacts.require("DevZenDaoFactory");

module.exports = function(deployer, network, accounts) {
deployer.deploy(DevZenDaoFactory, accounts[0], [accounts[1], accounts[2]]);
};

0 comments on commit 7fe8c22

Please sign in to comment.