This commit is contained in:
alari
2017-08-07 17:13:21 +03:00
commit 81231c1086
13 changed files with 1129 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
var Migrations = artifacts.require("./Migrations.sol");
module.exports = function(deployer) {
deployer.deploy(Migrations);
};

View File

@@ -0,0 +1,5 @@
var FluencePreSale = artifacts.require("./FluencePreSale.sol");
module.exports = function(deployer) {
deployer.deploy(FluencePreSale, 673000, 674000);
};