@glowlabs-org/utils 0.2.141 → 0.2.142

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.
@@ -370,6 +370,7 @@ export interface GlwRegionRewardsResponse {
370
370
  export interface ControlWallet {
371
371
  address: string;
372
372
  controlBalance: string;
373
+ committedControl: string;
373
374
  stakedControl: string;
374
375
  createdAt: string;
375
376
  }
@@ -409,11 +410,11 @@ export interface WalletFarmInfo {
409
410
  export interface WalletDetails {
410
411
  wallet: string;
411
412
  controlBalance: string;
413
+ committedControl: string;
412
414
  stakedControl: string;
413
415
  createdAt: string;
414
416
  regions: WalletRegionStakeTotal[];
415
417
  ownedFarms: WalletFarmInfo[];
416
- purchasedFarms: WalletFarmInfo[];
417
418
  }
418
419
  export interface EstimateRewardScoreParams {
419
420
  userId: string;