Skip to content

Commit

Permalink
bump
Browse files Browse the repository at this point in the history
  • Loading branch information
igorshelkovenkov committed Jan 12, 2022
1 parent f6ff82b commit 34fa222
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"email": "[email protected]",
"url": "https://www.defichain-income.com"
},
"version": "8.11.1",
"version": "8.11.2",
"scripts": {
"ng": "ng",
"start": "ng serve",
Expand Down
4 changes: 2 additions & 2 deletions src/app/app.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
2 changes: 1 addition & 1 deletion src/environments/environment.prod.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down
2 changes: 1 addition & 1 deletion src/environments/environment.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
5 changes: 5 additions & 0 deletions src/interface/Changelog.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,11 @@ export class Changelog {

this.logs = new Array<Log>();

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';
Expand Down

0 comments on commit 34fa222

Please sign in to comment.