@glowlabs-org/utils 0.2.165 → 0.2.166
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.
|
@@ -711,6 +711,8 @@ export interface TosStatusResponse {
|
|
|
711
711
|
}
|
|
712
712
|
export interface FarmEfficiencyScore {
|
|
713
713
|
farmId: string;
|
|
714
|
+
name: string;
|
|
715
|
+
builtEpoch: number;
|
|
714
716
|
efficiencyScore: number;
|
|
715
717
|
protocolDepositUsd6: string;
|
|
716
718
|
weeklyImpactAssetsWad: string;
|
|
@@ -730,6 +732,8 @@ export interface FarmWeeklyRewardsBatchQuery {
|
|
|
730
732
|
}
|
|
731
733
|
export interface FarmWeeklyRewardsBatchResult {
|
|
732
734
|
regionId: number;
|
|
735
|
+
builtAt: string;
|
|
736
|
+
builtEpoch: number;
|
|
733
737
|
summary: FarmWeeklyRewardsSummary;
|
|
734
738
|
rewards: FarmWeeklyReward[];
|
|
735
739
|
}
|
|
@@ -743,6 +747,8 @@ export interface WalletFarmReward {
|
|
|
743
747
|
farmId: string;
|
|
744
748
|
farmName: string;
|
|
745
749
|
regionId: number;
|
|
750
|
+
builtAt: string;
|
|
751
|
+
builtEpoch: number;
|
|
746
752
|
expectedWeeklyCarbonCredits: string;
|
|
747
753
|
protocolDepositUSDC6Decimals: string;
|
|
748
754
|
weekNumber: number;
|