@glowlabs-org/utils 0.2.102 → 0.2.103
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.
|
@@ -251,7 +251,6 @@ export interface SponsoredFarm {
|
|
|
251
251
|
builtEpoch: number;
|
|
252
252
|
isPurchased: boolean;
|
|
253
253
|
builtAt: string;
|
|
254
|
-
sponsorWallet: string | null;
|
|
255
254
|
afterInstallPictures: {
|
|
256
255
|
id: string;
|
|
257
256
|
name: string;
|
|
@@ -378,7 +377,6 @@ export interface WalletFarmInfo {
|
|
|
378
377
|
builtEpoch: number;
|
|
379
378
|
isPurchased: boolean;
|
|
380
379
|
builtAt: string;
|
|
381
|
-
sponsorWallet: string | null;
|
|
382
380
|
}
|
|
383
381
|
export interface WalletDetails {
|
|
384
382
|
wallet: string;
|
package/package.json
CHANGED
package/src/lib/types/index.ts
CHANGED
|
@@ -311,7 +311,6 @@ export interface SponsoredFarm {
|
|
|
311
311
|
builtEpoch: number;
|
|
312
312
|
isPurchased: boolean;
|
|
313
313
|
builtAt: string;
|
|
314
|
-
sponsorWallet: string | null;
|
|
315
314
|
afterInstallPictures: {
|
|
316
315
|
id: string;
|
|
317
316
|
name: string;
|
|
@@ -463,7 +462,6 @@ export interface WalletFarmInfo {
|
|
|
463
462
|
builtEpoch: number;
|
|
464
463
|
isPurchased: boolean;
|
|
465
464
|
builtAt: string; // ISO 8601
|
|
466
|
-
sponsorWallet: string | null;
|
|
467
465
|
}
|
|
468
466
|
|
|
469
467
|
export interface WalletDetails {
|