fix assets stats
This commit is contained in:
parent
3261359703
commit
44bb3e2731
1 changed files with 2 additions and 1 deletions
|
|
@ -56,7 +56,8 @@ class StatsController {
|
|||
);
|
||||
|
||||
const marketCap =
|
||||
parseFloat(monthlyVolume) > MIN_VOLUME_THRESHOLD
|
||||
parseFloat(monthlyVolume) > MIN_VOLUME_THRESHOLD ||
|
||||
alwaysActiveTokens.includes(targetAsset.asset_id?.toLowerCase())
|
||||
? currentSupply.mul(pair.rate || 0).toString()
|
||||
: '0';
|
||||
const currentTVL = marketCap;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue