make mrc and nrc env vars
This commit is contained in:
parent
4fc06cc8fb
commit
5f0923101d
2
bvs.js
2
bvs.js
|
|
@ -113,7 +113,7 @@ async function searchPurchasableDIDs(query) {
|
||||||
return [];
|
return [];
|
||||||
});
|
});
|
||||||
// console.log(dids)
|
// console.log(dids)
|
||||||
const purchasableDIDs = dids.filter(did => did.Nrc <= "0.50" && did.Mrc <= "0.10");
|
const purchasableDIDs = dids.filter(did => did.Nrc <= "0.50" && did.Mrc <= "0.15");
|
||||||
// console.log(purchasableDIDs)
|
// console.log(purchasableDIDs)
|
||||||
// Shuffle the purchasableDIDs array, then take the first 6
|
// Shuffle the purchasableDIDs array, then take the first 6
|
||||||
let shuffled = [...purchasableDIDs];
|
let shuffled = [...purchasableDIDs];
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue