mirror of
https://github.com/fluencelabs/lazy-snark
synced 2025-04-25 06:52:14 +00:00
5 lines
105 B
JavaScript
5 lines
105 B
JavaScript
var Lazy = artifacts.require('Lazy');
|
|
|
|
module.exports = function(deployer) {
|
|
deployer.deploy(Lazy);
|
|
} |