UNPKG
smt-rollup
Version:
latest (0.6.4)
0.6.4
0.6.3
Sparse Merkle Tree roll up
github.com/wilsonbeam/smt-rollup
wilsonbeam/smt-rollup
smt-rollup
/
migrations
/
4_deploy_smt_opru_example.js
6 lines
(4 loc)
•
129 B
JavaScript
View Raw
1
2
3
4
5
6
const
SMTOPRU
= artifacts.
require
(
'OptimisticSMTExample'
);
module
.
exports
=
function
(
deployer
) { deployer.
deploy
(
SMTOPRU
); };