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
/
1_initial_migration.js
6 lines
(4 loc)
•
125 B
JavaScript
View Raw
1
2
3
4
5
6
const
Migrations
= artifacts.
require
(
'Migrations'
);
module
.
exports
=
function
(
deployer
) { deployer.
deploy
(
Migrations
); };