UNPKG

merkle-tree-rollup

Version:
6 lines (4 loc) 152 B
const KeccakSubTreeRollUp = artifacts.require('KeccakSubTreeRollUp'); module.exports = function(deployer) { deployer.deploy(KeccakSubTreeRollUp); };