@glowlabs-org/utils 0.2.166 → 0.2.167

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.
@@ -712,6 +712,7 @@ export interface TosStatusResponse {
712
712
  export interface FarmEfficiencyScore {
713
713
  farmId: string;
714
714
  name: string;
715
+ regionId: number;
715
716
  builtEpoch: number;
716
717
  efficiencyScore: number;
717
718
  protocolDepositUsd6: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@glowlabs-org/utils",
3
- "version": "0.2.166",
3
+ "version": "0.2.167",
4
4
  "description": "A library containing all typechain types and addresses relating to the glow guarded launch",
5
5
  "keywords": [],
6
6
  "author": "",
@@ -860,6 +860,7 @@ export interface TosStatusResponse {
860
860
  export interface FarmEfficiencyScore {
861
861
  farmId: string;
862
862
  name: string; // Farm name
863
+ regionId: number; // Region ID where the farm is located
863
864
  builtEpoch: number; // Epoch when the farm was built
864
865
  efficiencyScore: number;
865
866
  protocolDepositUsd6: string;