@glowlabs-org/utils 0.2.147 → 0.2.148
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -437,13 +437,6 @@ export interface RewardScoreResponse {
|
|
|
437
437
|
glwPriceUsd6: string;
|
|
438
438
|
regionInfo: {
|
|
439
439
|
regionId: number;
|
|
440
|
-
existingFarmCount: number;
|
|
441
|
-
existingTotalDepositsUsd: string;
|
|
442
|
-
currencyBreakdown: {
|
|
443
|
-
currency: string;
|
|
444
|
-
protocolDepositSum: string;
|
|
445
|
-
carbonCreditProductionSum: string;
|
|
446
|
-
}[];
|
|
447
440
|
regionGctlStaked: string;
|
|
448
441
|
totalGctlStakedAllRegions: string;
|
|
449
442
|
};
|
|
@@ -486,18 +479,9 @@ export interface MiningScoreResponse {
|
|
|
486
479
|
userWeeklyGlwRewards: string;
|
|
487
480
|
glwPriceUsd6: string;
|
|
488
481
|
dollarCostOfMiner: string;
|
|
489
|
-
numberOfMiners: number;
|
|
490
|
-
minerRewardSplit: string;
|
|
491
482
|
weeksOfMinerLifeRemaining: number;
|
|
492
483
|
regionInfo: {
|
|
493
484
|
regionId: number;
|
|
494
|
-
existingFarmCount: number;
|
|
495
|
-
existingTotalDepositsUsd: string;
|
|
496
|
-
currencyBreakdown: {
|
|
497
|
-
currency: string;
|
|
498
|
-
protocolDepositSum: string;
|
|
499
|
-
carbonCreditProductionSum: string;
|
|
500
|
-
}[];
|
|
501
485
|
regionGctlStaked: string;
|
|
502
486
|
totalGctlStakedAllRegions: string;
|
|
503
487
|
};
|