Supply Growth updated reward to 2

This commit is contained in:
KarthiKeyanZ 2023-06-27 11:40:04 +05:30
parent 74b2d99bc6
commit 6a756965a0

View File

@ -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))];