This commit is contained in:
Evgeny Marchenko
2019-06-22 17:33:56 +03:00
parent 917bb4247f
commit 5cede74b52
7 changed files with 126 additions and 115 deletions

View File

@ -0,0 +1,5 @@
var Lazy = artifacts.require('Lazy');
module.exports = function(deployer) {
deployer.deploy(Lazy);
}