File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -8,6 +8,9 @@ describe("export governance proofs JSON file", function () {
88 it . only ( "should work" , async function ( ) {
99 this . timeout ( 7_200_000 ) ;
1010
11+ // Input files from:
12+ // https://github.com/multiversx/multiversx-improvement-documents/blob/main/snapshots
13+
1114 const markleTreeHatom = await createMerkleTree (
1215 "snapshots/erd1qqqqqqqqqqqqqpgq2khda0rx207gvlqg92dq5rh0z03a8dqf78ssu0qlcc/2.json" ,
1316 "e8fe84b2dcf17376a30cb99b4097a5493d94a81d39138874591762fb68506255" ,
@@ -18,6 +21,9 @@ describe("export governance proofs JSON file", function () {
1821 "8d45b99f1b9ccb1eb5abb0c817fc160be792543dcbdbc53a6a2281b047e72ff2" ,
1922 ) ;
2023
24+ // Output files for:
25+ // https://github.com/multiversx/mx-bulk-ops-wizard/tree/main/governance_proofs
26+
2127 exportLeaves (
2228 markleTreeHatom ,
2329 "governance_proofs/mainnet/erd1qqqqqqqqqqqqqpgq2khda0rx207gvlqg92dq5rh0z03a8dqf78ssu0qlcc/2.json" ,
You can’t perform that action at this time.
0 commit comments