diff --git a/src/providers/hive/dhive.js b/src/providers/hive/dhive.js index cfc467f5f..66dd11076 100644 --- a/src/providers/hive/dhive.js +++ b/src/providers/hive/dhive.js @@ -97,7 +97,7 @@ export const fetchGlobalProps = async () => { parseToken(get(globalDynamic, 'total_vesting_shares'))) * 1e6; const hbdPrintRate = get(globalDynamic, 'hbd_print_rate'); - const base = parseAsset(get(medianHistory, 'current_median_history.quote')).amount; + const base = parseAsset(get(medianHistory, 'current_median_history.base')).amount; const quote = parseAsset(get(medianHistory, 'current_median_history.quote')).amount; const fundRecentClaims = get(rewardFund, 'recent_claims'); const fundRewardBalance = parseToken(get(rewardFund, 'reward_balance'));