@glowlabs-org/utils 0.2.107 → 0.2.108
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.
|
@@ -247,7 +247,6 @@ export interface SponsoredFarm {
|
|
|
247
247
|
protocolDepositUSDC6Decimals: string;
|
|
248
248
|
protocolDepositPaidAmount: string;
|
|
249
249
|
protocolDepositPaidCurrency: string;
|
|
250
|
-
protocolDepositPayerWallet: string | null;
|
|
251
250
|
builtEpoch: number;
|
|
252
251
|
builtAt: string;
|
|
253
252
|
afterInstallPictures: {
|
|
@@ -372,7 +371,6 @@ export interface WalletFarmInfo {
|
|
|
372
371
|
adjustedWeeklyCarbonCredits: string;
|
|
373
372
|
protocolDepositPaidAmount: string;
|
|
374
373
|
protocolDepositPaidCurrency: string;
|
|
375
|
-
protocolDepositPayerWallet: string | null;
|
|
376
374
|
builtEpoch: number;
|
|
377
375
|
builtAt: string;
|
|
378
376
|
}
|
package/package.json
CHANGED
package/src/lib/types/index.ts
CHANGED
|
@@ -307,7 +307,7 @@ export interface SponsoredFarm {
|
|
|
307
307
|
protocolDepositUSDC6Decimals: string;
|
|
308
308
|
protocolDepositPaidAmount: string;
|
|
309
309
|
protocolDepositPaidCurrency: string;
|
|
310
|
-
|
|
310
|
+
|
|
311
311
|
builtEpoch: number;
|
|
312
312
|
builtAt: string;
|
|
313
313
|
afterInstallPictures: {
|
|
@@ -457,7 +457,7 @@ export interface WalletFarmInfo {
|
|
|
457
457
|
adjustedWeeklyCarbonCredits: string;
|
|
458
458
|
protocolDepositPaidAmount: string;
|
|
459
459
|
protocolDepositPaidCurrency: string;
|
|
460
|
-
|
|
460
|
+
|
|
461
461
|
builtEpoch: number;
|
|
462
462
|
builtAt: string; // ISO 8601
|
|
463
463
|
}
|