Supply Growth updated reward to 2
This commit is contained in:
parent
74b2d99bc6
commit
6a756965a0
@ -468,7 +468,7 @@ export class GraphListComponent implements OnInit {
|
||||
let today_date_index = gDate.indexOf(moment(Date.now()).format('YYYY-MM-DD'));
|
||||
//let today_date_index = gDate.indexOf('2019-08-06');
|
||||
//this.gg_last = gReward[today_date_index];
|
||||
this.gg_last = "4";
|
||||
this.gg_last = "2";
|
||||
let range = [];
|
||||
if (gaddedreward.length == 1 && gaddedreward[0] != 0) {
|
||||
range = [(gaddedreward[0] - (gaddedreward[0] * 0.3)), (gaddedreward[0] + (gaddedreward[0] * 0.3))];
|
||||
|
Loading…
Reference in New Issue
Block a user