UNPKG
merkle-tree-rollup
Version:
latest (1.1.4)
1.1.4
1.1.2
1.1.1
1.1.0
1.0.0
0.6.4
0.6.3
0.6.1
0.6.0
Merkle Tree roll up library
github.com/wilsonbeam/merkle-tree-rollup
wilsonbeam/merkle-tree-rollup
merkle-tree-rollup
/
migrations
/
10_deploy_poseidon_opru_example.js
8 lines
(6 loc)
•
220 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
const
Poseidon
= artifacts.
require
(
'Poseidon'
);
const
PoseidonOPRU
= artifacts.
require
(
'PoseidonOPRU'
);
module
.
exports
=
function
(
deployer
) { deployer.
link
(
Poseidon
,
PoseidonOPRU
); deployer.
deploy
(
PoseidonOPRU
); };