mirror of
https://github.com/fluencelabs/lazy-snark
synced 2025-05-02 10:22:15 +00:00
5 lines
105 B
JavaScript
5 lines
105 B
JavaScript
var Lazy = artifacts.require('Lazy');
|
|
|
|
module.exports = function(deployer) {
|
|
deployer.deploy(Lazy);
|
|
} |