Skip to content

Commit

Permalink
qr code for tips
Browse files Browse the repository at this point in the history
  • Loading branch information
igorshelkovenkov committed Mar 9, 2022
1 parent 8bd1953 commit 854e089
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 6 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.13.4",
"version": "8.13.5",
"scripts": {
"ng": "ng",
"start": "ng serve",
Expand Down
10 changes: 7 additions & 3 deletions src/app/pages/info/info.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -145,13 +145,17 @@ <h3 class="mb-2 text-2xl">
<br>
<br>
<br>
<div class="mt-5 text-sm">
{{ 'support' | translate }} DFI (DefiChain token): <br>
<span class="font-semibold mb-2">
<div class="mt-5 ">
<span class='text-xl'>{{ 'support' | translate }} DFI (DefiChain token):</span>
<br>
<br>
<span class="font-semibold mb-2 text-xl">
dZ5gsU6AHnDhTYHXh5nJvoq3yrrkve1WAi
</span>
<br>
<br>
<img src='/assets/img/Tips.png' alt='Tips address' width='200' height='240'>
<br><br>
<div>
Igor Shelkovenkov<br/>
<a class="text-pink-500 hover:underline block" href="https://www.topiet.com">TopieT GmbH</a>
Expand Down
Binary file added src/assets/img/Tips.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/environments/environment.prod.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export const environment = {
mamon_account: 'https://sync.defichain-masternode-monitor.com/v1/KEY/masternodes',
mamon_account_node: 'https://api.defichain-masternode-monitor.com/v1/masternodes/info/',
burninfo: 'https://api.mydeficha.in/v1/getburninfo/',
version: '8.13.4',
version: '8.13.5',
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 @@ -18,7 +18,7 @@ export const environment = {
mamon_account: 'https://sync.defichain-masternode-monitor.com/v1/KEY/masternodes',
mamon_account_node: 'https://api.defichain-masternode-monitor.com/v1/masternodes/info/',
burninfo: 'https://api.mydeficha.in/v1/getburninfo/',
version: '8.13.4',
version: '8.13.5',
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.13.5 - 9.3.2022';
this.log.comment = 'QR Code for tips';
this.logs.push(this.log);

this.log = new Log();
this.log.version = '8.13.4 - 9.3.2022';
this.log.comment = 'Fix: Wrong total reward';
Expand Down

0 comments on commit 854e089

Please sign in to comment.