@glowlabs-org/utils 0.2.91 → 0.2.92

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.
@@ -190,6 +190,7 @@ export interface KickstarterDetails extends Kickstarter {
190
190
  contributorsCount: number;
191
191
  farmCount: number;
192
192
  solarFarmApplications: SolarFarmApplication[];
193
+ sponsoredFarms: SponsoredFarm[];
193
194
  }
194
195
  export interface CommitKickstarterPayload {
195
196
  wallet: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@glowlabs-org/utils",
3
- "version": "0.2.91",
3
+ "version": "0.2.92",
4
4
  "description": "A library containing all typechain types and addresses relating to the glow guarded launch",
5
5
  "keywords": [],
6
6
  "author": "",
@@ -251,6 +251,7 @@ export interface KickstarterDetails extends Kickstarter {
251
251
  contributorsCount: number;
252
252
  farmCount: number;
253
253
  solarFarmApplications: SolarFarmApplication[];
254
+ sponsoredFarms: SponsoredFarm[];
254
255
  }
255
256
 
256
257
  export interface CommitKickstarterPayload {