@glowlabs-org/utils 0.2.35 → 0.2.36

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.
@@ -172,6 +172,7 @@ export interface ActivationEvent {
172
172
  export interface SponsoredFarm {
173
173
  farmId: string;
174
174
  name: string;
175
+ location: string;
175
176
  installerId: string;
176
177
  ownerId: string;
177
178
  kwhCapacity: string;
@@ -172,6 +172,7 @@ export interface ActivationEvent {
172
172
  export interface SponsoredFarm {
173
173
  farmId: string;
174
174
  name: string;
175
+ location: string;
175
176
  installerId: string;
176
177
  ownerId: string;
177
178
  kwhCapacity: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@glowlabs-org/utils",
3
- "version": "0.2.35",
3
+ "version": "0.2.36",
4
4
  "description": "A library containing all typechain types and addresses relating to the glow guarded launch",
5
5
  "keywords": [],
6
6
  "author": "",
@@ -220,6 +220,7 @@ export interface ActivationEvent {
220
220
  export interface SponsoredFarm {
221
221
  farmId: string;
222
222
  name: string;
223
+ location: string;
223
224
  installerId: string;
224
225
  ownerId: string;
225
226
  kwhCapacity: string;