1
0
mirror of https://github.com/fluencelabs/lazy-snark synced 2025-05-03 19:02:16 +00:00

5 lines
105 B
JavaScript
Raw Normal View History

2019-06-22 17:33:56 +03:00
var Lazy = artifacts.require('Lazy');
module.exports = function(deployer) {
deployer.deploy(Lazy);
}