grid map
This commit is contained in:
@@ -93,11 +93,12 @@ export default {
|
||||
"https://explorer.threefold.io/api/stats"
|
||||
);
|
||||
let farms = getFarms.data.length;
|
||||
let hru = (results.data.hru / 1000000).toFixed();
|
||||
let hru = (results.data.hru / 1000).toFixed();
|
||||
let cru = (results.data.cru ).toFixed();
|
||||
this.stats.push(
|
||||
{ farms: farms },
|
||||
{ "HDD PB": hru },
|
||||
{ countries: results.data.countries }
|
||||
{ "Storage TB": hru },
|
||||
{ "Compute Cores": cru}
|
||||
);
|
||||
} catch (error) {
|
||||
console.log(error);
|
||||
|
||||
Reference in New Issue
Block a user