Adding universal link
This commit is contained in:
parent
e54a055596
commit
fa00e9423b
|
@ -21,7 +21,7 @@ const merkleTree = new MerkleTree.default(elements);
|
|||
const stream1 = fs.createWriteStream("codes.txt");
|
||||
stream1.once('open', function(fd) {
|
||||
codes.map(el => {
|
||||
stream1.write(el + "\n");
|
||||
stream1.write("https://get.status.im/browse/cryptolife.status.im/%3f" + el + "\n");
|
||||
})
|
||||
stream1.end();
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue