UNPKG

merkle-tree-rollup

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