sync with live code

This commit is contained in:
KarthiKeyanZ 2023-10-04 13:33:56 +05:30
parent 3573b8a8d8
commit 777932c2a8
2 changed files with 8 additions and 5 deletions

View File

@ -92,7 +92,8 @@ const getTotalRewardByHeight= async(height) => {
currentReward = 4; currentReward = 4;
} else if (height <= BLOCK_ERA_4) { } else if (height <= BLOCK_ERA_4) {
remaining_height = height - BLOCK_ERA_3; remaining_height = height - BLOCK_ERA_3;
coin_existence = (16 * BLOCK_ERA_1) + (8 * (BLOCK_ERA_2 - BLOCK_ERA_1)) + (4 * (BLOCK_ERA_3 - BLOCK_ERA_2)) + 2 * remaining_height; // coin_existence = (16 * BLOCK_ERA_1) + (8 * (BLOCK_ERA_2 - BLOCK_ERA_1)) + (4 * (BLOCK_ERA_3 - BLOCK_ERA_2)) + 2 * remaining_height;
coin_existence = (16* (DAY_HEIGHT * 334)) + (8 * (DAY_HEIGHT * 470)) + (4 * (DAY_HEIGHT * 601)) + 2*remaining_height;
currentReward = 2; currentReward = 2;
} else if (height <= BLOCK_ERA_5) { } else if (height <= BLOCK_ERA_5) {
remaining_height = height - BLOCK_ERA_4; remaining_height = height - BLOCK_ERA_4;
@ -300,7 +301,8 @@ const latestBlockDetails = async()=> {
currentReward = 4; currentReward = 4;
} else if (height <= BLOCK_ERA_4) { } else if (height <= BLOCK_ERA_4) {
remaining_height = height - BLOCK_ERA_3; remaining_height = height - BLOCK_ERA_3;
coin_existence = (16 * BLOCK_ERA_1) + (8 * (BLOCK_ERA_2 - BLOCK_ERA_1)) + (4 * (BLOCK_ERA_3 - BLOCK_ERA_2)) + 2 * remaining_height; // coin_existence = (16 * BLOCK_ERA_1) + (8 * (BLOCK_ERA_2 - BLOCK_ERA_1)) + (4 * (BLOCK_ERA_3 - BLOCK_ERA_2)) + 2 * remaining_height;
coin_existence = (16* (DAY_HEIGHT * 334)) + (8 * (DAY_HEIGHT * 470)) + (4 * (DAY_HEIGHT * 601)) + 2*remaining_height;
currentReward = 2; currentReward = 2;
} else if (height <= BLOCK_ERA_5) { } else if (height <= BLOCK_ERA_5) {
remaining_height = height - BLOCK_ERA_4; remaining_height = height - BLOCK_ERA_4;
@ -516,7 +518,8 @@ const previousBlockDetails = async() => {
currentReward = 4; currentReward = 4;
} else if (height <= BLOCK_ERA_4) { } else if (height <= BLOCK_ERA_4) {
remaining_height = height - BLOCK_ERA_3; remaining_height = height - BLOCK_ERA_3;
coin_existence = (16 * BLOCK_ERA_1) + (8 * (BLOCK_ERA_2 - BLOCK_ERA_1)) + (4 * (BLOCK_ERA_3 - BLOCK_ERA_2)) + 2 * remaining_height; // coin_existence = (16 * BLOCK_ERA_1) + (8 * (BLOCK_ERA_2 - BLOCK_ERA_1)) + (4 * (BLOCK_ERA_3 - BLOCK_ERA_2)) + 2 * remaining_height;
coin_existence = (16* (DAY_HEIGHT * 334)) + (8 * (DAY_HEIGHT * 470)) + (4 * (DAY_HEIGHT * 601)) + 2*remaining_height;
currentReward = 2; currentReward = 2;
} else if (height <= BLOCK_ERA_5) { } else if (height <= BLOCK_ERA_5) {
remaining_height = height - BLOCK_ERA_4; remaining_height = height - BLOCK_ERA_4;

View File

@ -31,8 +31,8 @@
<div class="position-relative"> <div class="position-relative">
<epic-explorer-search></epic-explorer-search> <epic-explorer-search></epic-explorer-search>
</div> </div>
<div *ngIf="halvingtext" class="text-center"> <div *ngIf="halvingtext" class="text-center" display=none>
<p class="mb-0 mt-3 mb-2 havlingtext">Next <span class="big-epic">EPIC</span> halving in <span><span class="big-epic">{{this.halvingtext}}</span><br><span class="havlingtime">&nbsp;&nbsp; DAYS &nbsp;&nbsp; HOURS &nbsp;MINUTES</span></span></p> <!-- <p class="mb-0 mt-3 mb-2 havlingtext">Next <span class="big-epic">EPIC</span> halving in <span><span class="big-epic">{{this.halvingtext}}</span><br><span class="havlingtime">&nbsp;&nbsp; DAYS &nbsp;&nbsp; HOURS &nbsp;MINUTES</span></span></p> -->
</div> </div>
</div> </div>
<div class="col-sm-5 col-md-4"> <div class="col-sm-5 col-md-4">