From 34fa2222d9fde496ca8f0ad1fc29650a4532c2c2 Mon Sep 17 00:00:00 2001 From: igorshelkovenkov Date: Wed, 12 Jan 2022 10:20:13 +0100 Subject: [PATCH] bump --- package.json | 2 +- src/app/app.component.ts | 4 ++-- src/environments/environment.prod.ts | 2 +- src/environments/environment.ts | 2 +- src/interface/Changelog.ts | 5 +++++ 5 files changed, 10 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 19402566..713da442 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "email": "cypto@shelkovenkov.de", "url": "https://www.defichain-income.com" }, - "version": "8.11.1", + "version": "8.11.2", "scripts": { "ng": "ng", "start": "ng serve", diff --git a/src/app/app.component.ts b/src/app/app.component.ts index f579ceec..6c86a8d8 100644 --- a/src/app/app.component.ts +++ b/src/app/app.component.ts @@ -927,8 +927,8 @@ export class AppComponent implements OnInit { adressesMasternodesFreezer10: this.adressesMasternodesFreezer10, dfiInStaking: this.dfiInStaking, totalValue: this.getAllValuesUsdPriceWithputLoan(), - totalValueIncomeDfi: this.poolOut.dfiPerMonth, - totalValueIncomeUsd: this.poolOut.dfiPerMonth * this.poolBtc?.priceB, + totalValueIncomeDfi: this.poolAllOut.dfiPerMonth, + totalValueIncomeUsd: this.poolAllOut.dfiPerMonth * this.poolBtc?.priceB, dfi: this.wallet.dfi, btc: this.wallet.btc, eth: this.wallet.eth, diff --git a/src/environments/environment.prod.ts b/src/environments/environment.prod.ts index 044bde49..9df8527f 100644 --- a/src/environments/environment.prod.ts +++ b/src/environments/environment.prod.ts @@ -12,7 +12,7 @@ export const environment = { address_vaults: 'https://ocean.defichain.com/v0/mainnet/address/ADDRESS_VAULTS/vaults', mamon_account: 'https://sync.defichain-masternode-monitor.com/v1/KEY/masternodes', mamon_account_node: 'https://api.defichain-masternode-monitor.com/v1/masternodes/info/', - version: '8.11.1', + version: '8.11.2', bittrex: 'https://api.bittrex.com/v3/currencies/DFI', kucoin: 'https://api.kucoin.com/api/v1/currencies/DFI', graphql: 'https://graphql.defichain-income.com/graphql', diff --git a/src/environments/environment.ts b/src/environments/environment.ts index 610d5aca..b9f4d3aa 100644 --- a/src/environments/environment.ts +++ b/src/environments/environment.ts @@ -16,7 +16,7 @@ export const environment = { address_vaults: 'https://ocean.defichain.com/v0/mainnet/address/ADDRESS_VAULTS/vaults', mamon_account: 'https://sync.defichain-masternode-monitor.com/v1/KEY/masternodes', mamon_account_node: 'https://api.defichain-masternode-monitor.com/v1/masternodes/info/', - version: '8.11.1', + version: '8.11.2', graphql: 'https://graphql.defichain-income.com/graphql', // Matomo // No tracking for local -> wrong id diff --git a/src/interface/Changelog.ts b/src/interface/Changelog.ts index 96291798..fb22ae6f 100644 --- a/src/interface/Changelog.ts +++ b/src/interface/Changelog.ts @@ -11,6 +11,11 @@ export class Changelog { this.logs = new Array(); + this.log = new Log(); + this.log.version = '8.11.2- 11.1.2022'; + this.log.comment = 'Fix use total income for history chart, not only lm'; + this.logs.push(this.log); + this.log = new Log(); this.log.version = '8.11.1- 11.1.2022'; this.log.comment = 'History Charts toggable, next prices and ration for vaults, better headline in value view';