Bugfix/fix fear and greed index (#359)
* Fix fear and greed index * Refactor fear and greed index symbol * GF.FEAR_AND_GREED_INDEX -> _GF_FEAR_AND_GREED_INDEX * Update changelog
This commit is contained in:
@@ -28,6 +28,7 @@ export const currencyPairs: Partial<
|
||||
|
||||
export const ghostfolioScraperApiSymbolPrefix = '_GF_';
|
||||
export const ghostfolioCashSymbol = `${ghostfolioScraperApiSymbolPrefix}CASH`;
|
||||
export const ghostfolioFearAndGreedIndexSymbol = `${ghostfolioScraperApiSymbolPrefix}FEAR_AND_GREED_INDEX`;
|
||||
|
||||
export const locale = 'de-CH';
|
||||
|
||||
|
Reference in New Issue
Block a user