@glowlabs-org/utils 0.2.152 → 0.2.153

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.
@@ -351,8 +351,8 @@ export interface ActiveRegionsSummaryResponse {
351
351
  epochs: number[];
352
352
  timestamps: number[];
353
353
  totalGctlStaked: string[];
354
- totalPendingUnstake: string[];
355
- totalNetPending: string[];
354
+ eventTypes: string[];
355
+ regionIds: number[];
356
356
  };
357
357
  }
358
358
  export interface RegionActivityPeriod {