mirror of
https://github.com/status-im/hackathon-registration-dapp.git
synced 2025-02-03 08:03:42 +00:00
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…
x
Reference in New Issue
Block a user