mirror of
https://github.com/fluencelabs/lazy-snark
synced 2025-06-15 07:51:31 +00:00
5 lines
105 B
JavaScript
5 lines
105 B
JavaScript
![]() |
var Lazy = artifacts.require('Lazy');
|
||
|
|
||
|
module.exports = function(deployer) {
|
||
|
deployer.deploy(Lazy);
|
||
|
}
|