UNPKG

merkle-tree-rollup

Version:
8 lines (6 loc) 204 B
const MiMC = artifacts.require('MiMC'); const MiMCExample = artifacts.require('MiMCExample'); module.exports = function(deployer) { deployer.link(MiMC, MiMCExample); deployer.deploy(MiMCExample); };