@glowlabs-org/utils 0.2.66 → 0.2.68

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.
@@ -206,12 +206,12 @@ export interface SponsoredFarm {
206
206
  farmId: string;
207
207
  name: string;
208
208
  location: string;
209
- installerId: string;
210
- ownerId: string;
209
+ certifiedInstallerId: string | null;
211
210
  kwhCapacity: string;
212
211
  solarPanelsQuantity: number;
213
212
  adjustedWeeklyCarbonCredits: string;
214
- protocolDepositAmount: string;
213
+ protocolDepositPaidAmount: string;
214
+ protocolDepositPaidCurrency: string;
215
215
  protocolDepositPayerWallet: string | null;
216
216
  builtEpoch: number;
217
217
  isPurchased: boolean;
@@ -305,7 +305,8 @@ export interface WalletFarmInfo {
305
305
  kwhCapacity: string;
306
306
  solarPanelsQuantity: number;
307
307
  adjustedWeeklyCarbonCredits: string;
308
- protocolDepositAmount: string;
308
+ protocolDepositPaidAmount: string;
309
+ protocolDepositPaidCurrency: string;
309
310
  protocolDepositPayerWallet: string | null;
310
311
  builtEpoch: number;
311
312
  isPurchased: boolean;
@@ -206,12 +206,12 @@ export interface SponsoredFarm {
206
206
  farmId: string;
207
207
  name: string;
208
208
  location: string;
209
- installerId: string;
210
- ownerId: string;
209
+ certifiedInstallerId: string | null;
211
210
  kwhCapacity: string;
212
211
  solarPanelsQuantity: number;
213
212
  adjustedWeeklyCarbonCredits: string;
214
- protocolDepositAmount: string;
213
+ protocolDepositPaidAmount: string;
214
+ protocolDepositPaidCurrency: string;
215
215
  protocolDepositPayerWallet: string | null;
216
216
  builtEpoch: number;
217
217
  isPurchased: boolean;
@@ -305,7 +305,8 @@ export interface WalletFarmInfo {
305
305
  kwhCapacity: string;
306
306
  solarPanelsQuantity: number;
307
307
  adjustedWeeklyCarbonCredits: string;
308
- protocolDepositAmount: string;
308
+ protocolDepositPaidAmount: string;
309
+ protocolDepositPaidCurrency: string;
309
310
  protocolDepositPayerWallet: string | null;
310
311
  builtEpoch: number;
311
312
  isPurchased: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@glowlabs-org/utils",
3
- "version": "0.2.66",
3
+ "version": "0.2.68",
4
4
  "description": "A library containing all typechain types and addresses relating to the glow guarded launch",
5
5
  "keywords": [],
6
6
  "author": "",
@@ -258,12 +258,12 @@ export interface SponsoredFarm {
258
258
  farmId: string;
259
259
  name: string;
260
260
  location: string;
261
- installerId: string;
262
- ownerId: string;
261
+ certifiedInstallerId: string | null;
263
262
  kwhCapacity: string;
264
263
  solarPanelsQuantity: number;
265
264
  adjustedWeeklyCarbonCredits: string;
266
- protocolDepositAmount: string;
265
+ protocolDepositPaidAmount: string;
266
+ protocolDepositPaidCurrency: string;
267
267
  protocolDepositPayerWallet: string | null;
268
268
  builtEpoch: number;
269
269
  isPurchased: boolean;
@@ -377,7 +377,8 @@ export interface WalletFarmInfo {
377
377
  kwhCapacity: string;
378
378
  solarPanelsQuantity: number;
379
379
  adjustedWeeklyCarbonCredits: string;
380
- protocolDepositAmount: string;
380
+ protocolDepositPaidAmount: string;
381
+ protocolDepositPaidCurrency: string;
381
382
  protocolDepositPayerWallet: string | null;
382
383
  builtEpoch: number;
383
384
  isPurchased: boolean;