@glowlabs-org/utils 0.2.110 → 0.2.111
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.
|
@@ -439,6 +439,7 @@ export interface EstimateRewardScoresBatchResponse {
|
|
|
439
439
|
results: BatchRewardScoreResult[];
|
|
440
440
|
}
|
|
441
441
|
export interface UserWeeklyRewards {
|
|
442
|
+
protocolDepositAsset: PaymentCurrency;
|
|
442
443
|
protocolDepositRewards: string;
|
|
443
444
|
glwInflationRewards: string;
|
|
444
445
|
userGlowSplitPercent: string;
|